Commit e6086b7
AztecBot
[1 changes] 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)1 parent e44ef70 commit e6086b7
366 files changed
Lines changed: 21382 additions & 9346 deletions
File tree
- noir/noir-repo
- .github/workflows
- acvm-repo
- acir_field
- acir
- src/circuit
- opcodes
- tests
- acvm_js
- acvm
- src/compiler/optimizers
- blackbox_solver
- src
- bn254_blackbox_solver
- brillig_vm
- src
- brillig
- aztec_macros/src
- transforms
- utils
- compiler
- fm
- src
- integration-tests
- noirc_driver
- src
- tests
- noirc_errors/src
- noirc_evaluator/src
- brillig/brillig_gen
- ssa
- acir_gen
- acir_ir
- ir
- instruction
- opt
- ssa_gen
- noirc_frontend
- src
- ast
- elaborator
- hir_def
- hir
- comptime
- interpreter
- def_collector
- def_map
- resolution
- type_check
- lexer
- monomorphization
- parser
- parser
- wasm
- src
- docs
- docs
- explainers
- getting_started/hello_noir
- how_to
- noir
- concepts
- modules_packages_crates
- src/components/Notes
- versioned_docs/version-v0.32.0
- explainers
- getting_started
- barretenberg
- hello_noir
- installation
- tooling
- how_to
- debugger
- noir
- concepts
- data_types
- modules_packages_crates
- standard_library
- containers
- cryptographic_primitives
- reference
- NoirJS
- backend_barretenberg
- classes
- type-aliases
- noir_js
- classes
- functions
- type-aliases
- noir_wasm
- functions
- debugger
- tooling
- tutorials
- versioned_sidebars
- noir_stdlib/src
- collections
- field
- hash
- meta
- scripts
- test_programs
- compile_failure/unary_not_on_field_type_variable
- src
- compile_success_empty
- attribute_args
- src
- comptime_trait_constraint
- src
- comptime_traits/src
- function_attribute
- src
- macros_in_comptime
- src
- regression_4635/src
- regression_5428
- src
- trait_as_constraint
- src
- trait_attribute
- src
- trait_call_full_path
- src
- trait_method_mut_self
- src
- turbofish_call_func_diff_types
- src
- unquote
- src
- zeroed_slice
- src
- compile_success_no_bug/check_uncostrained_regression
- src
- execution_success
- bench_ecdsa_secp256k1
- src
- binary_operator_overloading
- src
- comptime_slice_equality
- src
- poseidon_bn254_hash_width_3
- src
- uhashmap
- src
- unary_operator_overloading
- src
- verify_honk_proof
- src
- tooling
- debugger
- src
- tests
- lsp
- src
- notifications
- requests
- test_programs
- document_symbol
- src
- go_to_definition/src
- inlay_hints
- src
- rename_function/src
- struct_member
- src
- workspace
- one
- src
- two
- src
- nargo_cli
- src/cli
- tests
- nargo_fmt
- src/rewrite
- tests
- expected
- input
- nargo_toml
- src
- nargo/src
- noir_codegen
- noir_js_backend_barretenberg
- noir_js_types
- noir_js
- noirc_abi_wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
512 | 565 | | |
513 | 566 | | |
514 | 567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
Large diffs are not rendered by default.
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 | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments