File tree
141 files changed
+1869
-541
lines changed- .github/workflows
- crates
- lsp/src
- nargo/src/artifacts
- nargo_cli
- src/cli
- tests
- compile_failure/overflowing_assignment
- src
- compile_success_contract/simple_contract
- src
- compile_success_empty
- brillig_cast
- src
- brillig_to_bits
- src
- comptime_sort
- src
- ec_baby_jubjub
- src
- higher_order_fn_selector
- src
- inner_outer_cl
- src
- intrinsic_die
- src
- let_stmt
- src
- numeric_generics
- src
- option
- src
- regression_2099
- src
- str_as_bytes
- src
- to_bits
- src
- unconstrained_empty
- src
- unit
- src
- unused_variables
- src
- execution_success
- 6/target
- 9_conditional/target
- array_dynamic/src
- blackbox_func_simple_call
- src
- target
- brillig_acir_as_brillig/target
- brillig_calls/target
- brillig_calls_array/target
- brillig_nested_arrays/target
- brillig_references/target
- contracts
- target
- debug_logs/target
- import/target
- merkle_insert/target
- references
- src
- target
- struct_array_inputs/target
- struct_fields_ordering/target
- struct_inputs/target
- to_bytes_integration/target
- nargo_toml/src
- noirc_driver/src
- noirc_errors/src
- noirc_evaluator/src
- brillig/brillig_gen
- ssa
- acir_gen
- acir_ir
- ir
- instruction
- opt
- ssa_builder
- ssa_gen
- noirc_frontend/src
- ast
- graph
- hir
- def_map
- resolution
- type_check
- hir_def
- parser
- wasm
- noir_stdlib
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+1869
-541
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 |
| |
66 | 72 |
| |
67 | 73 |
| |
| |||
79 | 85 |
| |
80 | 86 |
| |
81 | 87 |
| |
82 |
| - | |
| 88 | + | |
| 89 | + | |
83 | 90 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
| 91 | + | |
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
| |||
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
109 | 118 |
| |
110 | 119 |
| |
111 | 120 |
| |
| |||
144 | 153 |
| |
145 | 154 |
| |
146 | 155 |
| |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
147 | 162 |
| |
148 | 163 |
| |
149 | 164 |
| |
| |||
161 | 176 |
| |
162 | 177 |
| |
163 | 178 |
| |
164 |
| - | |
| 179 | + | |
| 180 | + | |
165 | 181 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
| 182 | + | |
172 | 183 |
| |
173 | 184 |
| |
174 | 185 |
| |
| |||
189 | 200 |
| |
190 | 201 |
| |
191 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
192 | 210 |
| |
193 | 211 |
| |
194 | 212 |
| |
| |||
227 | 245 |
| |
228 | 246 |
| |
229 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
230 | 254 |
| |
231 | 255 |
| |
232 | 256 |
| |
| |||
237 | 261 |
| |
238 | 262 |
| |
239 | 263 |
| |
240 |
| - | |
| 264 | + | |
| 265 | + | |
241 | 266 |
| |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
| 267 | + | |
248 | 268 |
| |
249 | 269 |
| |
250 | 270 |
| |
| |||
264 | 284 |
| |
265 | 285 |
| |
266 | 286 |
| |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
267 | 294 |
| |
268 | 295 |
| |
269 | 296 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
37 | 39 |
| |
38 | 40 |
| |
39 | 41 |
| |
40 |
| - | |
41 |
| - | |
| 42 | + | |
| 43 | + | |
42 | 44 |
| |
43 |
| - | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
48 |
| - | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 |
| - | |
| 53 | + | |
52 | 54 |
| |
53 |
| - | |
| 55 | + | |
54 | 56 |
| |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
61 |
| - | |
| 63 | + | |
62 | 64 |
| |
63 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 |
| |
53 | 60 |
| |
54 | 61 |
| |
55 | 62 |
| |
56 | 63 |
| |
57 |
| - | |
| 64 | + | |
| 65 | + | |
58 | 66 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
| 67 | + | |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
| |||
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
82 | 92 |
| |
83 | 93 |
| |
84 | 94 |
| |
| |||
94 | 104 |
| |
95 | 105 |
| |
96 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
97 | 110 |
| |
98 | 111 |
| |
99 | 112 |
| |
| |||
104 | 117 |
| |
105 | 118 |
| |
106 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
107 | 137 |
| |
108 | 138 |
| |
109 | 139 |
| |
110 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
111 | 153 |
| |
112 | 154 |
| |
113 | 155 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
0 commit comments