Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tf/simplify-double-jumps
* master: (26 commits) feat: Add `StructDefinition::set_fields` (#5931) feat: Only check array bounds in brillig if index is unsafe (#5938) chore: error on false constraint (#5890) feat: warn on unused functions (#5892) feat: add `fmtstr::contents` (#5928) fix: collect functions generated by attributes (#5930) fix: Support debug comptime flag for attributes (#5929) feat: Allow inserting new structs and into programs from attributes (#5927) feat: module attributes (#5888) feat: unquote some value as tokens, not as unquote markers (#5924) feat: check argument count and types on attribute function callback (#5921) feat: LSP will now suggest private items if they are visible (#5923) fix: prevent comptime println from crashing LSP (#5918) chore: remove equality operation on boolean constraints against constants (#5919) feat(perf): Remove last store in return block if last load is before that store (#5910) chore: Add pass to normalize Ids in SSA (#5909) feat: Sync from aztec-packages (#5917) chore: bump some dependencies (#5893) chore: make nested slice error more clear for `[[T]; N]` case (#5906) feat: better println for Quoted (#5896) ...
- Loading branch information