You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using if.(true|false) .. end, the parser used to emit an empty block for the branch that was elided. The parser now emits a block containing a single nop instruction instead.
[BREAKING] internals configuration feature was renamed to testing (#1399).
The AssemblyOp decorator now contains an optional Location (#1419)
The Assembler now requires passing in a Arc<dyn SourceManager>, for use in rendering diagnostics.
The Module::parse_file and Module::parse_str functions have been removed in favor of calling Module::parser and then using the ModuleParser methods.
The Compile trait now requires passing a SourceManager reference along with the item to be compiled.
Update minimum supported Rust version to 1.80 (#1425).