File tree
223 files changed
+8841
-2058
lines changed- .github/workflows
- forc-plugins
- forc-migrate
- src
- cli
- commands
- matching
- migrations
- modifying
- forc-publish
- src
- scripts/mdbook-forc-documenter/examples
- sway-ast/src
- item
- sway-core/src
- control_flow_analysis
- ir_generation
- language
- lexed
- parsed/expression
- ty
- declaration
- expression
- semantic_analysis
- ast_node
- declaration
- expression
- typed_expression
- namespace
- transform/to_parsed_lang
- type_system
- ast_elements
- substitute
- unify
- sway-features/src
- sway-lib-core/src
- sway-lib-std/src
- crypto
- vm/evm
- sway-lsp/src
- capabilities
- core
- traverse
- swayfmt/src/utils/language
- expr
- test/src
- e2e_vm_tests/test_programs
- should_fail
- array_oob_reassignment
- src
- for_mismatch_pattern_type
- generic_traits_bad_type_inference
- generic_traits
- generics_in_contract
- invalid_cfg_arg
- language/intrinsics/transmute
- return_path_analysis
- src
- type_alias_shadowing_methods
- type_propagation
- vec
- should_pass
- dca/trait_method_neq
- src
- language
- array_basics/src
- configurable_consts
- src
- configurable_tests
- src
- enum_in_fn_decl
- src
- generic_impl_self_where
- src
- if_elseif_enum
- src
- import_method_from_other_file
- src
- import_with_different_callpaths
- src
- insert_element_reg_reuse
- src
- local_impl_for_ord
- src
- match_expressions_with_self
- src
- mut_ref_empty_type
- src
- references
- dereferencing_operator_dot_on_structs
- src
- dereferencing_operator_dot_on_tuples
- src
- dereferencing_operator_index
- src
- dereferencing_operator_star
- src
- passing_and_returning_references_to_and_from_functions
- src
- reassigning_via_references_in_aggregates
- src
- reassigning_via_references_passed_and_returned_to_and_from_functions
- src
- reassigning_via_references_to_expressions
- src
- reassigning_via_references_to_values
- src
- references_and_generics
- src
- referencing_expressions
- src
- referencing_function_parameters
- src
- referencing_local_vars_and_values
- src
- supertraits/src
- trait_nested
- src
- tuple_trait
- src
- type_alias
- src
- require_contract_deployment
- array_of_structs_caller/src
- call_contract_with_type_aliases/src
- stdlib
- asset_id_into_bytes
- src
- chess
- src
- eq_custom_type
- src
- eq_generic
- src
- option_eq
- src
- option
- src
- result
- src
- test_abis/contract_with_type_aliases_abi/src
- test_contracts
- contract_with_type_aliases
- issue_1512_repro
- src
- in_language_tests
- test_programs/storage_vec_iter_tests/src
- sdk-harness/test_projects
- private_struct_fields_in_storage_and_abi/src
- storage_access/src
- storage_init/src
- storage_map_nested/src
- storage_vec_to_vec
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+8841
-2058
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
482 | 486 |
| |
483 | 487 |
| |
484 | 488 |
| |
| |||
547 | 551 |
| |
548 | 552 |
| |
549 | 553 |
| |
| 554 | + | |
| 555 | + | |
550 | 556 |
| |
551 | 557 |
| |
552 | 558 |
| |
553 | 559 |
| |
554 | 560 |
| |
555 | 561 |
| |
| 562 | + | |
| 563 | + | |
556 | 564 |
| |
557 | 565 |
| |
558 | 566 |
| |
559 | 567 |
| |
560 | 568 |
| |
561 | 569 |
| |
| 570 | + | |
| 571 | + | |
562 | 572 |
| |
563 | 573 |
| |
564 | 574 |
| |
|
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 | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 |
| - | |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
| |||
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
| 138 | + | |
136 | 139 |
| |
137 | 140 |
| |
138 | 141 |
| |
| |||
230 | 233 |
| |
231 | 234 |
| |
232 | 235 |
| |
| 236 | + | |
233 | 237 |
| |
234 | 238 |
| |
235 | 239 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
0 commit comments