-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sync from noir #7591
feat: Sync from noir #7591
Commits on Jul 24, 2024
-
[1 changes] fix: lookup trait constraints methods in composite types (n…
…oir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for e6086b7 - Browse repository at this point
Copy the full SHA e6086b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c3d55 - Browse repository at this point
Copy the full SHA 91c3d55View commit details
Commits on Jul 25, 2024
-
[1 changes] feat: Implement format strings in the comptime interpreter (
noir-lang/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for 67e194e - Browse repository at this point
Copy the full SHA 67e194eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66765ac - Browse repository at this point
Copy the full SHA 66765acView commit details -
feat: Implement format strings in the comptime interpreter (noir-lang…
…/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for 5520d3d - Browse repository at this point
Copy the full SHA 5520d3dView commit details
Commits on Jul 26, 2024
-
[1 changes] feat: turbofish operator on path segments (noir-lang/noir…
…#5603) fix: Filter comptime globals (noir-lang/noir#5538) chore: Display comptime assertion errors, not Debug (noir-lang/noir#5605) chore: add array and slice control flow tests (noir-lang/noir#5558) fix: let trait calls work in globals (noir-lang/noir#5602) feat: Implement format strings in the comptime interpreter (noir-lang/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for e63c3e0 - Browse repository at this point
Copy the full SHA e63c3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7df030 - Browse repository at this point
Copy the full SHA f7df030View commit details -
feat: turbofish operator on path segments (noir-lang/noir#5603)
fix: Filter comptime globals (noir-lang/noir#5538) chore: Display comptime assertion errors, not Debug (noir-lang/noir#5605) chore: add array and slice control flow tests (noir-lang/noir#5558) fix: let trait calls work in globals (noir-lang/noir#5602) feat: Implement format strings in the comptime interpreter (noir-lang/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for 9fe55a5 - Browse repository at this point
Copy the full SHA 9fe55a5View commit details
Commits on Jul 27, 2024
-
[1 changes] feat: Remove 'comptime or separate crate' restriction on …
…comptime code (noir-lang/noir#5609) chore(docs): Update proving backend related docs (noir-lang/noir#5601) feat: turbofish operator in struct constructor (noir-lang/noir#5607) feat: add parameter to call_data attribute (noir-lang/noir#5599) feat: turbofish operator on path segments (noir-lang/noir#5603) fix: Filter comptime globals (noir-lang/noir#5538) chore: Display comptime assertion errors, not Debug (noir-lang/noir#5605) chore: add array and slice control flow tests (noir-lang/noir#5558) fix: let trait calls work in globals (noir-lang/noir#5602) feat: Implement format strings in the comptime interpreter (noir-lang/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for 95b98e4 - Browse repository at this point
Copy the full SHA 95b98e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234ecd1 - Browse repository at this point
Copy the full SHA 234ecd1View commit details -
feat: Remove 'comptime or separate crate' restriction on comptime code (
noir-lang/noir#5609) chore(docs): Update proving backend related docs (noir-lang/noir#5601) feat: turbofish operator in struct constructor (noir-lang/noir#5607) feat: add parameter to call_data attribute (noir-lang/noir#5599) feat: turbofish operator on path segments (noir-lang/noir#5603) fix: Filter comptime globals (noir-lang/noir#5538) chore: Display comptime assertion errors, not Debug (noir-lang/noir#5605) chore: add array and slice control flow tests (noir-lang/noir#5558) fix: let trait calls work in globals (noir-lang/noir#5602) feat: Implement format strings in the comptime interpreter (noir-lang/noir#5596) feat: Implement `Value::Type` in comptime interpreter (noir-lang/noir#5593) chore(docs): nasty linky (noir-lang/noir#5600) feat(acir_gen): Width aware ACIR gen addition (noir-lang/noir#5493) fix: lookup trait constraints methods in composite types (noir-lang/noir#5595) fix: allow trailing comma when parsing where clauses (noir-lang/noir#5594) fix: let std::unsafe::zeroed() work for slices (noir-lang/noir#5592) fix: error on duplicate struct field (noir-lang/noir#5585)
Configuration menu - View commit details
-
Copy full SHA for 286e680 - Browse repository at this point
Copy the full SHA 286e680View commit details