File tree
47 files changed
+1181
-325
lines changed- .github/workflows
- docs/book/src/advanced
- sway-core/src
- language
- semantic_analysis
- ast_node/declaration
- auto_impl
- namespace
- type_system
- ast_elements
- unify
- sway-error/src
- sway-features/src
- sway-lib-core/src
- test/src
- e2e_vm_tests/test_programs
- should_fail
- invalid_cfg_arg
- language/import_star_name_clash
- marker_trait_cannot_be_explicitly_implemented
- src
- marker_trait_enum_not_implemented_for_non_enum
- src
- marker_trait_error_not_implemented_for_non_error_types
- src
- should_pass/language/marker_traits
- marker_trait_enum_implemented_for_all_enums
- src
- marker_trait_error_implemented_for_str
- src
- in_language_tests/test_programs/storage_vec_iter_tests/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1181
-325
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
478 | 482 |
| |
479 | 483 |
| |
480 | 484 |
| |
| |||
541 | 545 |
| |
542 | 546 |
| |
543 | 547 |
| |
| 548 | + | |
| 549 | + | |
544 | 550 |
| |
545 | 551 |
| |
546 | 552 |
| |
547 | 553 |
| |
| 554 | + | |
| 555 | + | |
548 | 556 |
| |
549 | 557 |
| |
550 | 558 |
| |
551 | 559 |
| |
| 560 | + | |
| 561 | + | |
552 | 562 |
| |
553 | 563 |
| |
554 | 564 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
137 | 174 |
| |
138 | 175 |
| |
139 | 176 |
| |
| |||
160 | 197 |
| |
161 | 198 |
| |
162 | 199 |
| |
163 |
| - | |
164 |
| - | |
165 | 200 |
| |
166 | 201 |
| |
167 | 202 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| 287 | + | |
287 | 288 |
| |
288 | 289 |
| |
289 | 290 |
| |
290 | 291 |
| |
291 |
| - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
292 | 298 |
| |
293 |
| - | |
294 |
| - | |
| 299 | + | |
| 300 | + | |
295 | 301 |
| |
296 | 302 |
| |
297 | 303 |
| |
298 |
| - | |
| 304 | + | |
299 | 305 |
| |
300 |
| - | |
| 306 | + | |
301 | 307 |
| |
302 | 308 |
| |
303 | 309 |
| |
| |||
391 | 397 |
| |
392 | 398 |
| |
393 | 399 |
| |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
394 | 427 |
| |
395 | 428 |
| |
396 | 429 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 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 | + |
0 commit comments