Commit bb7380e
AztecBot
[1 changes] feat(comptime): Implement blackbox functions in comptime interpreter (noir-lang/noir#6551)
chore: derive PartialEq and Hash for FieldElement (noir-lang/noir#6610)
chore: ignore almost-empty directories in nargo_cli tests (noir-lang/noir#6611)
chore: remove temporary allocations from `num_bits` (noir-lang/noir#6600)
chore: Release Noir(1.0.0-beta.0) (noir-lang/noir#6562)
feat: Add `array_refcount` and `slice_refcount` builtins for debugging (noir-lang/noir#6584)
chore!: Require types of globals to be specified (noir-lang/noir#6592)
fix: don't report visibility errors when elaborating comptime value (noir-lang/noir#6498)
fix: preserve newlines between comments when formatting statements (noir-lang/noir#6601)
fix: parse a bit more SSA stuff (noir-lang/noir#6599)
chore!: remove eddsa from stdlib (noir-lang/noir#6591)
chore: Typo in oracles how to (noir-lang/noir#6598)
feat(ssa): Loop invariant code motion (noir-lang/noir#6563)
fix: remove `compiler_version` from new `Nargo.toml` (noir-lang/noir#6590)
feat: Avoid incrementing reference counts in some cases (noir-lang/noir#6568)
chore: fix typo in test name (noir-lang/noir#6589)
fix: consider prereleases to be compatible with pre-1.0.0 releases (noir-lang/noir#6580)
feat: try to inline brillig calls with all constant arguments (noir-lang/noir#6548)
fix: correct type when simplifying `derive_pedersen_generators` (noir-lang/noir#6579)
feat: Sync from aztec-packages (noir-lang/noir#6576)1 parent b8bace9 commit bb7380e
File tree
268 files changed
+17410
-1471
lines changed- noir/noir-repo
- acvm-repo
- acir_field
- src
- acir
- src/circuit
- acvm_js
- acvm
- blackbox_solver
- src
- bn254_blackbox_solver
- brillig_vm
- src
- brillig
- compiler
- integration-tests
- noirc_evaluator/src
- acir
- brillig
- brillig_gen
- ssa
- checks
- ir
- instruction
- opt
- flatten_cfg
- parser
- ssa_gen
- noirc_frontend
- src
- ast
- elaborator
- hir
- comptime
- interpreter
- builtin
- resolution
- tests
- wasm
- docs
- docs
- how_to
- noir
- concepts
- standard_library
- cryptographic_primitives
- versioned_docs/version-v1.0.0-beta.0
- explainers
- getting_started
- how_to
- debugger
- noir
- concepts
- data_types
- modules_packages_crates
- standard_library
- containers
- cryptographic_primitives
- meta
- reference
- NoirJS
- noir_js
- classes
- functions
- type-aliases
- noir_wasm
- functions
- debugger
- tooling
- tutorials
- versioned_sidebars
- noir_stdlib/src
- collections
- ec
- hash
- test_programs
- benchmarks
- bench_eddsa_poseidon/src
- bench_poseidon2_hash_100/src
- bench_poseidon2_hash_30/src
- bench_poseidon_hash_100/src
- bench_poseidon_hash_30/src
- bench_poseidon_hash
- bench_poseidon_hash_100/src
- bench_poseidon_hash_30/src
- bench_sha256_100/src
- bench_sha256_30/src
- bench_sha256_long/src
- compile_success_empty
- assert_constant/src
- comptime_globals_regression/src
- comptime_module/src
- numeric_generics_explicit/src
- parenthesized_expression_in_array_length/src
- raw_string/src
- static_assert/src
- unquote_multiple_items_from_annotation/src
- compile_success_no_bug/databus_mapping_regression/src
- execution_success
- bench_2_to_17/src
- brillig_cow_assign/src
- brillig_cow_regression/src
- brillig_cow/src
- brillig_uninitialized_arrays
- src
- eddsa/src
- fmtstr_with_global/src
- fold_2_to_17/src
- fold_call_witness_condition/src
- fold_numeric_generic_poseidon/src
- global_consts/src
- hashmap/src
- loop_invariant_regression
- src
- no_predicates_numeric_generic_poseidon/src
- ram_blowup_regression/src
- reference_counts
- src
- regression_2660/src
- regression_5252/src
- sha256_var_size_regression/src
- strings/src
- struct_inputs/src/foo
- uhashmap/src
- noir_test_success/comptime_blackbox
- src
- test_libraries/diamond_deps_2/src
- tooling
- debugger
- nargo_cli
- src/cli
- nargo_fmt/src/formatter
- nargo_toml/src
- noir_codegen
- noir_js_types
- noir_js
- noirc_abi_wasm
- noirc_abi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
268 files changed
+17410
-1471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
3 | 36 | | |
4 | 37 | | |
5 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments