Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-beta.5"
".": "1.0.0-beta.6"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [1.0.0-beta.6](https://github.com/noir-lang/noir/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2025-05-14)


### ⚠ BREAKING CHANGES

* **frontend:** Ban zero sized arrays and strings as program input ([#8491](https://github.com/noir-lang/noir/issues/8491))
* remove `to_be_radix` and `to_le_radix` from stdlib interface ([#8495](https://github.com/noir-lang/noir/issues/8495))

### Features

* `#[test(only_fail_with = "...")]` ([#8460](https://github.com/noir-lang/noir/issues/8460)) ([4775584](https://github.com/noir-lang/noir/commit/47755840374a1e413bc206abf838a017d5526246))
* Improve bitshift codegen ([#8442](https://github.com/noir-lang/noir/issues/8442)) ([5e3a04e](https://github.com/noir-lang/noir/commit/5e3a04eea96bde4403b291dfb8c326f47770b6da))
* Primitive types are no longer keywords ([#8470](https://github.com/noir-lang/noir/issues/8470)) ([6f54492](https://github.com/noir-lang/noir/commit/6f544928d9a9cac1ffd42082625fbea263964ff5))


### Bug Fixes

* Allowing accessing associated constants via `Self::...` ([#8403](https://github.com/noir-lang/noir/issues/8403)) ([8863c6a](https://github.com/noir-lang/noir/commit/8863c6a93a2e9bad81d0168ba15184e994e8df8b))
* Always type-check turbofish, and error when it's not allowed ([#8437](https://github.com/noir-lang/noir/issues/8437)) ([944d234](https://github.com/noir-lang/noir/commit/944d23430d2746e25980ca283160f13665f123c3))
* Change `can_be_main` to be recursive ([#8501](https://github.com/noir-lang/noir/issues/8501)) ([6c76114](https://github.com/noir-lang/noir/commit/6c761141515a7a4ac0cf92297e322424c5b22dc4))
* Disallow generics on entry points ([#8490](https://github.com/noir-lang/noir/issues/8490)) ([e5bac4e](https://github.com/noir-lang/noir/commit/e5bac4e512e8cd021d2d674873a3ef1f837a768e))
* Don't produce `index Field` in value merger ([#8492](https://github.com/noir-lang/noir/issues/8492)) ([9c53936](https://github.com/noir-lang/noir/commit/9c5393624ca5accc1573b965f9c42cf1e5312101))
* Fix nested trait dispatch with associated types ([#8440](https://github.com/noir-lang/noir/issues/8440)) ([2d727b1](https://github.com/noir-lang/noir/commit/2d727b149ce6c85d7b79687e7709436b1b03783f))
* Fix visibility of methods in `std::meta` ([#8497](https://github.com/noir-lang/noir/issues/8497)) ([7be8f56](https://github.com/noir-lang/noir/commit/7be8f5693adc3047156598781d08ac874c56050f))
* **frontend:** Ban zero sized arrays and strings as program input ([#8491](https://github.com/noir-lang/noir/issues/8491)) ([648b753](https://github.com/noir-lang/noir/commit/648b7537e7d4388f0f90a24d881dfb6fd8c80345))
* Incorrect parameter visibility location in monomorphized AST pri… ([#8453](https://github.com/noir-lang/noir/issues/8453)) ([27941c9](https://github.com/noir-lang/noir/commit/27941c993754c784de9e6a0bec5b3ef991c8a730))
* **inlining:** Use centralized CallGraph structure for inline info computation ([#8489](https://github.com/noir-lang/noir/issues/8489)) ([d919e6a](https://github.com/noir-lang/noir/commit/d919e6afcd7bc4ebf07e8b355c48ee4439ecd52b))
* Parenthesized pattern, and correct 1-element tuple printing ([#8482](https://github.com/noir-lang/noir/issues/8482)) ([8cf48fc](https://github.com/noir-lang/noir/commit/8cf48fc155fc4d7db6125a50545a45d461fb898a))
* Pass Field to ToBits intrinsic in remove_bit_shifts optimization ([#8493](https://github.com/noir-lang/noir/issues/8493)) ([b657b07](https://github.com/noir-lang/noir/commit/b657b076bdcfcf627a318237276a917d8e067e0f))
* Remove `to_be_radix` and `to_le_radix` from stdlib interface ([#8495](https://github.com/noir-lang/noir/issues/8495)) ([4519387](https://github.com/noir-lang/noir/commit/4519387fa4e3cd00136b1069a06c3d7e5ee072d1))
* Remove private builtins from `Field` impl ([#8496](https://github.com/noir-lang/noir/issues/8496)) ([f4078e1](https://github.com/noir-lang/noir/commit/f4078e1e175b6003ed25215fb870639ee9900cb7))

Check warning on line 33 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (builtins)
* Remove unused generic in static_assert ([#8488](https://github.com/noir-lang/noir/issues/8488)) ([35ff326](https://github.com/noir-lang/noir/commit/35ff3264b5f9badbd272f6b7aa042095d31b632d))
* Sign extend in signed cast ([#8264](https://github.com/noir-lang/noir/issues/8264)) ([29f93d5](https://github.com/noir-lang/noir/commit/29f93d51d59695ad9847fd8a28a3516fcbaf65fe))
* **ssa:** Mark mutually recursive simple functions ([#8447](https://github.com/noir-lang/noir/issues/8447)) ([6d6aca9](https://github.com/noir-lang/noir/commit/6d6aca93ce27809c1f433672526943e9269366b4))
* Typo in filtering of types that can be used in `main` ([#8477](https://github.com/noir-lang/noir/issues/8477)) ([05ae1f3](https://github.com/noir-lang/noir/commit/05ae1f3ced2bc3afc894830e97e76cef779d81b7))
* Variable used in fmtstr inside lambda wasn't tracked as captured ([#8487](https://github.com/noir-lang/noir/issues/8487)) ([ef7d21d](https://github.com/noir-lang/noir/commit/ef7d21debb5f5ecaca75fccdf4c2d8c60a195e5c))
* Warn if no double colon on generic type in type path ([#8471](https://github.com/noir-lang/noir/issues/8471)) ([c41a517](https://github.com/noir-lang/noir/commit/c41a5177cbcdf8b807463071203f9c3a9c667b9a))

## [1.0.0-beta.5](https://github.com/noir-lang/noir/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-05-09)


Expand Down Expand Up @@ -28,7 +66,7 @@
* Better error message on unicode whitespace that isn't ascii whitespace ([#8295](https://github.com/noir-lang/noir/issues/8295)) ([09d55f6](https://github.com/noir-lang/noir/commit/09d55f62373572e88017c986f1cf657697dc99d2))
* **debugger:** Debug test functions ([#7958](https://github.com/noir-lang/noir/issues/7958)) ([e7a360f](https://github.com/noir-lang/noir/commit/e7a360fa4b7a7af5de88ef85be94c0837946e1a1))
* Disallow emitting multiple `MemoryInit` opcodes for the same block ([#8291](https://github.com/noir-lang/noir/issues/8291)) ([3261a6b](https://github.com/noir-lang/noir/commit/3261a6b5876cd9920653f05e0ccee402b8389a59))
* **experimental:** Implement separate `-Zownership` analysis for ownership pass ([#7861](https://github.com/noir-lang/noir/issues/7861)) ([8c4a83a](https://github.com/noir-lang/noir/commit/8c4a83ac8ef52db58d6d93342e4be2b47e3c9595))

Check warning on line 69 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (Zownership)
* Fuzz the inliner aggressiveness along with the AST ([#8270](https://github.com/noir-lang/noir/issues/8270)) ([0d850a3](https://github.com/noir-lang/noir/commit/0d850a3655f744ecf5b9a8b041861d930a560669))
* **fuzz:** Add experimental comptime code generator ([#8207](https://github.com/noir-lang/noir/issues/8207)) ([ac7a20f](https://github.com/noir-lang/noir/commit/ac7a20f2226a36236f73e5c96a4e6f3c3164e9ef))
* **fuzz:** AST function body ([#7890](https://github.com/noir-lang/noir/issues/7890)) ([a565c53](https://github.com/noir-lang/noir/commit/a565c53b0e03b8dcbc06d99ed225bfdec8ca616c))
Expand All @@ -41,11 +79,11 @@
* Let static_assert accept any type for its message ([#8322](https://github.com/noir-lang/noir/issues/8322)) ([cc3fa6f](https://github.com/noir-lang/noir/commit/cc3fa6fbed97f054d84f9fdbfaee3305afc1f15d))
* Location tree for debug_info ([#7034](https://github.com/noir-lang/noir/issues/7034)) ([ae008d3](https://github.com/noir-lang/noir/commit/ae008d31e289ddb086b4c69e3fd287c5167fc4dc))
* **LSP:** Workspace Symbol ([#7953](https://github.com/noir-lang/noir/issues/7953)) ([a634ca0](https://github.com/noir-lang/noir/commit/a634ca0111981fc117293c33f595b57ff88bc700))
* MessagePack serialisation for circuits ([#7690](https://github.com/noir-lang/noir/issues/7690)) ([69c36dc](https://github.com/noir-lang/noir/commit/69c36dc452ecd17636e4d35797a65430c32a5a10))

Check warning on line 82 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (serialisation)
* Metamorphic AST fuzzing ([#8299](https://github.com/noir-lang/noir/issues/8299)) ([86e61f0](https://github.com/noir-lang/noir/commit/86e61f0290a99015c7987eec77b3ebadf0bd5aaf))
* Omit element size array for more array types ([#8257](https://github.com/noir-lang/noir/issues/8257)) ([b101f73](https://github.com/noir-lang/noir/commit/b101f73c1d1a32e70996770201c4c57985f88134))
* Optimize `checked_to_unchecked` to take into account multiplications ([#8188](https://github.com/noir-lang/noir/issues/8188)) ([b411121](https://github.com/noir-lang/noir/commit/b41112159d86863fc4d582ffd461a018639e2de5))
* **perf:** Optimise array index checks in loops ([#7893](https://github.com/noir-lang/noir/issues/7893)) ([e13142b](https://github.com/noir-lang/noir/commit/e13142b000d75b81d1e0e9d92236d8a040631ec9))

Check warning on line 86 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (Optimise)
* Port callstack resolution from aztec to noirjs ([#7642](https://github.com/noir-lang/noir/issues/7642)) ([7fea227](https://github.com/noir-lang/noir/commit/7fea2276c7ef7d1270dabf0be3bdd08bf6858b33))
* Produce fewer memory blocks in ACIRgen ([#8250](https://github.com/noir-lang/noir/issues/8250)) ([43bbaa5](https://github.com/noir-lang/noir/commit/43bbaa59700621d0891125ab891fa10a8a63edc8))
* Remove unnecessary dynamic arrays when pushing onto slices ([#8287](https://github.com/noir-lang/noir/issues/8287)) ([9e69d4c](https://github.com/noir-lang/noir/commit/9e69d4cd6235b9183cefa84c7f1bca6ea7057c4e))
Expand Down Expand Up @@ -110,7 +148,7 @@
* Print slice composite types surrounded by parentheses ([#8412](https://github.com/noir-lang/noir/issues/8412)) ([3a01a27](https://github.com/noir-lang/noir/commit/3a01a276e18ec2f7a157808db285e818c6a739e3))
* Replace one more path pattern when producing stderr.txt ([#7970](https://github.com/noir-lang/noir/issues/7970)) ([11bd876](https://github.com/noir-lang/noir/commit/11bd876e20090e908e3802908ac62383e348d3fc))
* Replace values in data_bus too ([#8086](https://github.com/noir-lang/noir/issues/8086)) ([28b000e](https://github.com/noir-lang/noir/commit/28b000e416da57dd7e69eecc0f9b54ced4882e76))
* Return zero and insert an assertion if RHS bit size is over the limit in euclidian division ([#8294](https://github.com/noir-lang/noir/issues/8294)) ([f314498](https://github.com/noir-lang/noir/commit/f31449818b82b5c478d784bacf1429570a837e5c))

Check warning on line 151 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (euclidian)
* Returns 0 for right shift overflow ([#8189](https://github.com/noir-lang/noir/issues/8189)) ([13158f3](https://github.com/noir-lang/noir/commit/13158f3c9001b6e295e178a618db7a59c465352e))
* SSA pass print filter to include the count ([#8074](https://github.com/noir-lang/noir/issues/8074)) ([73a1385](https://github.com/noir-lang/noir/commit/73a1385496581c49360cfc68f4bf546353a4f966))
* **ssa_gen:** Do not code gen fetching of empty arrays when initializing the data bus ([#8426](https://github.com/noir-lang/noir/issues/8426)) ([a593e48](https://github.com/noir-lang/noir/commit/a593e48c6a9339f38291029d0aac949be77dd0d3))
Expand All @@ -118,7 +156,7 @@
* **ssa:** Do not remove unused checked binary ops ([#8303](https://github.com/noir-lang/noir/issues/8303)) ([ce0135a](https://github.com/noir-lang/noir/commit/ce0135a771cf7e964b41d3779e6923cea0b73be3))
* **ssa:** Do not unroll loop with break ([#8090](https://github.com/noir-lang/noir/issues/8090)) ([ea3b681](https://github.com/noir-lang/noir/commit/ea3b681406b8a1bdf0f79302396abc64552b0bda))
* **ssa:** Do not use inner else condition when collapsing IfElse based upon the then condition ([#8040](https://github.com/noir-lang/noir/issues/8040)) ([75870d3](https://github.com/noir-lang/noir/commit/75870d3e4a65e27935fdd20827a64a20229affc7))
* **ssa:** Fix possibility to `Field % Field` operaions in Brillig from SSA ([#8105](https://github.com/noir-lang/noir/issues/8105)) ([bee86cb](https://github.com/noir-lang/noir/commit/bee86cbca93df3b67a76c4292492747312dde5a7))

Check warning on line 159 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (operaions)
* **ssa:** Loop range with u1 ([#8131](https://github.com/noir-lang/noir/issues/8131)) ([4acfa1c](https://github.com/noir-lang/noir/commit/4acfa1c0291182d9f18d5a71c75ac5c2676f4361))
* **ssa:** Map terminator instructions after constant folding ([#8019](https://github.com/noir-lang/noir/issues/8019)) ([4386a98](https://github.com/noir-lang/noir/commit/4386a985530a8b3de178a887b21d5a07da080dd9))
* **ssa:** Mislabeled instructions with side effects in EnableSideEffectsIf removal pass ([#8355](https://github.com/noir-lang/noir/issues/8355)) ([74279a4](https://github.com/noir-lang/noir/commit/74279a4de32baf7f3a9712268d1ff1626e7dc9b2))
Expand Down Expand Up @@ -166,8 +204,8 @@
* Better error message when keyword is found instead of type in p… ([#7501](https://github.com/noir-lang/noir/issues/7501)) ([43ca11a](https://github.com/noir-lang/noir/commit/43ca11ab0f33eabfd590a0fad10c908a421f0792))
* **cli:** Add `--unstable-features` to gate unstable features ([#7449](https://github.com/noir-lang/noir/issues/7449)) ([fd213f6](https://github.com/noir-lang/noir/commit/fd213f6cdfa2518c0c3b6b0bf8573296809c0b68))
* **cli:** Log and replay oracle transcript ([#7417](https://github.com/noir-lang/noir/issues/7417)) ([95ac7a8](https://github.com/noir-lang/noir/commit/95ac7a8477d16a293659fd1eca73ce12debd9968))
* Compare bincode to CBOR, FlexBuffers and Protobuf - implement best ([#7513](https://github.com/noir-lang/noir/issues/7513)) ([d047779](https://github.com/noir-lang/noir/commit/d047779cfdc013c9ad4da693d3e8fa17658fc106))

Check warning on line 207 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (CBOR)
* **debugger:** REPL add breakpoint by sourcecode line ([#5204](https://github.com/noir-lang/noir/issues/5204)) ([ef51d8a](https://github.com/noir-lang/noir/commit/ef51d8a38f271dfab8fb282ddd8ee8c3a92f0aa4))

Check warning on line 208 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (sourcecode)
* **debugging:** Add `--count-array-copies` flag ([#7789](https://github.com/noir-lang/noir/issues/7789)) ([2c63f80](https://github.com/noir-lang/noir/commit/2c63f8001b0eae417179838e002a171612119e15))
* Error if generic type parameter in impl is not mentioned in self type ([#6388](https://github.com/noir-lang/noir/issues/6388)) ([90ad693](https://github.com/noir-lang/noir/commit/90ad693997f66273645a0b8201e3c88d1f910f52))
* **experimental:** Add invalid pattern syntax error ([#7487](https://github.com/noir-lang/noir/issues/7487)) ([7aa23ec](https://github.com/noir-lang/noir/commit/7aa23ec674b2877745595b1584ade4733abeac71))
Expand All @@ -193,7 +231,7 @@
* Show which generic argument cannot be inferred when it's on the… ([#7914](https://github.com/noir-lang/noir/issues/7914)) ([c6aa9ba](https://github.com/noir-lang/noir/commit/c6aa9baeb85488ebed586b71b9b470a8549e81c5))
* Simplify simple conditionals for brillig ([#7205](https://github.com/noir-lang/noir/issues/7205)) ([9056d74](https://github.com/noir-lang/noir/commit/9056d74cb30853fbeb44cedee5cb8f20f775f005))
* SSA gen unit tests ([#7868](https://github.com/noir-lang/noir/issues/7868)) ([702cb9c](https://github.com/noir-lang/noir/commit/702cb9c2fe10b77b440c001596032d8a42867f16))
* **ssa:** Basic control dependent LICM ([#7660](https://github.com/noir-lang/noir/issues/7660)) ([97e4090](https://github.com/noir-lang/noir/commit/97e40901bd34f7e2c0df74822c70a5f21b722f60))

Check warning on line 234 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (LICM)
* **ssa:** Dominance frontiers ([#7692](https://github.com/noir-lang/noir/issues/7692)) ([0816c41](https://github.com/noir-lang/noir/commit/0816c4183956c526ab6fab11b9fed97a05acab33))
* **ssa:** Post dominator tree ([#7595](https://github.com/noir-lang/noir/issues/7595)) ([94e1a99](https://github.com/noir-lang/noir/commit/94e1a9915db5cd9602f6b613a32b52a8f6ebe753))
* Support `<Type as Trait>::method` in expressions ([#7551](https://github.com/noir-lang/noir/issues/7551)) ([fdd2fe7](https://github.com/noir-lang/noir/commit/fdd2fe7413c0a97a0d3e04239ad4976e6b0e2979))
Expand Down Expand Up @@ -233,7 +271,7 @@
* **experimental:** Fix execution of match expressions with multiple branches ([#7570](https://github.com/noir-lang/noir/issues/7570)) ([d148df6](https://github.com/noir-lang/noir/commit/d148df67879995302978d689cc20d4dc092b34b7))
* **experimental:** Replace most remaining match panics with errors ([#7536](https://github.com/noir-lang/noir/issues/7536)) ([d118e17](https://github.com/noir-lang/noir/commit/d118e170a33d1307ccc1240374e22d86180216ed))
* Fix a few cases where safety comment wasn't correctly identified ([#7548](https://github.com/noir-lang/noir/issues/7548)) ([22c7d9d](https://github.com/noir-lang/noir/commit/22c7d9d22709065ce0ad572f1aae67f995abd24c))
* Fix nondeterminsm on aarch64 vs amd64 ([#7942](https://github.com/noir-lang/noir/issues/7942)) ([8c4d9a2](https://github.com/noir-lang/noir/commit/8c4d9a2bb8f3df3ee2e253eaffe7d72ebb2a8ec2))

Check warning on line 274 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Code

Unknown word (nondeterminsm)
* Fix stdout testing when running test programs ([#7741](https://github.com/noir-lang/noir/issues/7741)) ([cbbfc38](https://github.com/noir-lang/noir/commit/cbbfc384d2e70de7246d0161478e9c3962a955e5))
* Fix type of internal variable created while destructuring tuples and structs during monomorphization ([#7916](https://github.com/noir-lang/noir/issues/7916)) ([8b12368](https://github.com/noir-lang/noir/commit/8b12368414105f4e2f50d2f50f82d0e12b60d329))
* Fixes signed integer mutations in the fuzzers ([#7815](https://github.com/noir-lang/noir/issues/7815)) ([162ef86](https://github.com/noir-lang/noir/commit/162ef86508404c365abdc8559c0843c896c357a5))
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resolver = "2"

[workspace.package]
# x-release-please-start-version
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
# x-release-please-end
authors = ["The Noir Team <team@noir-lang.org>"]
edition = "2024"
Expand All @@ -73,13 +73,13 @@ unused_qualifications = "warn"
[workspace.dependencies]

# ACVM workspace dependencies
acir_field = { version = "1.0.0-beta.5", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "1.0.0-beta.5", path = "acvm-repo/acir", default-features = false }
acvm = { version = "1.0.0-beta.5", path = "acvm-repo/acvm" }
brillig = { version = "1.0.0-beta.5", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "1.0.0-beta.5", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "1.0.0-beta.5", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "1.0.0-beta.5", path = "acvm-repo/bn254_blackbox_solver", default-features = false }
acir_field = { version = "1.0.0-beta.6", path = "acvm-repo/acir_field", default-features = false }
acir = { version = "1.0.0-beta.6", path = "acvm-repo/acir", default-features = false }
acvm = { version = "1.0.0-beta.6", path = "acvm-repo/acvm" }
brillig = { version = "1.0.0-beta.6", path = "acvm-repo/brillig", default-features = false }
brillig_vm = { version = "1.0.0-beta.6", path = "acvm-repo/brillig_vm", default-features = false }
acvm_blackbox_solver = { version = "1.0.0-beta.6", path = "acvm-repo/blackbox_solver", default-features = false }
bn254_blackbox_solver = { version = "1.0.0-beta.6", path = "acvm-repo/bn254_blackbox_solver", default-features = false }

# Noir compiler workspace dependencies
fm = { path = "compiler/fm" }
Expand Down
Loading
Loading