master
Implement dynamic storage opcodes in the compiler (#7595)
Add detailed diagnostics for Rust-style enums (#7047)
Const generics for "string array" and `len` methods (#7202)
Defining, parsing, and checking `#[attribute]`s (#6986)
chore: bumpt rust version to 1.90 (#7427)
Const generic feature toggle, parser and errors. (#6926)
Stabilize ABI errors (#7241)
Add `#[abi_name(name = "foo")]` attribute to rename ABI items. (#7057)
Lexer + Parser recovery & Gathering errors in sway-error (#2891)
fix modified in optimisation passes so they converge (#7666)
Implement Serde for AstNode types (#6605)
More error handling refactoring (#4895)
ci: use rust 1.75 in CI (#5435)
Run `cargo clippy --fix` in the sway repo (#3903)
Implement module privacy rules (#4474)
Add support for experimental features in the parsing phase (#7124)
Implement a command to dump impls for a given type (#7322)
Moves out the AST definitions from `sway_parse` into `sway_ast` (#2438)