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
* master: (34 commits)
chore: Decouple `noirc_abi` from frontend by introducing `PrintableType` (#2373)
feat(brillig): Added locations for brillig artifacts (#2415)
feat: Report compilation warnings before errors (#2398)
chore: Rework `CrateGraph` to only have one root crate (#2391)
chore: clippy fix (#2408)
chore(deps): bump rustls-webpki from 0.101.1 to 0.101.4 (#2404)
fix(acir): Attach locations to MemoryOps in ACIR (#2389)
feat: Use equivalence information from equality assertions to simplify circuit (#2378)
chore: fix body expr span (#2402)
feat(attributes): enable custom attributes (#2395)
chore: Remove `serde` from `noirc_frontend` (#2390)
chore: allow parenthesizing in two type locations (#2388)
chore(ci): automatically delete cache entries associated with closed PRs (#2342)
feat: Perform more checks for compile-time arithmetic (#2380)
chore: Remove `noirc_abi::FunctionSignature` and define in terms of HIR (#2372)
feat: Update to `acvm` 0.22.0 (#2363)
chore: Update committed ACIR artifacts (#2376)
feat(ssa): Merge slices in if statements with witness conditions (#2347)
chore: Separate frontend `Visibility` and `Distinctness` from the ABI (#2369)
feat: add syntax for specifying function type environments (#2357)
...
* Allow calling higher-order functions with closures ([#2335](https://github.com/noir-lang/noir/issues/2335)) ([75fd3e0](https://github.com/noir-lang/noir/commit/75fd3e0e27f16fb0aa5f8b01cefe78e04f867726))
9
+
***lsp:** Add `Compile` code lens for `main` function and contracts ([#2309](https://github.com/noir-lang/noir/issues/2309)) ([5fe69c6](https://github.com/noir-lang/noir/commit/5fe69c6eeef0b7ed2e4df9c3a80627f54c75a355))
10
+
***lsp:** Add `Execute` code lens for `main` functions ([#2330](https://github.com/noir-lang/noir/issues/2330)) ([5aa59e0](https://github.com/noir-lang/noir/commit/5aa59e0f3c4b3e6e14330d1f0e45ec912f562892))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* Display warning if last expression of block is unused ([#2314](https://github.com/noir-lang/noir/issues/2314)) ([8110136](https://github.com/noir-lang/noir/commit/81101362ccba787a44c6d48c0378696cb16f0acb))
0 commit comments