File tree
358 files changed
+1017
-2297
lines changed- sway-lsp/tests
- test/src
- e2e_vm_tests
- reduced_std_libs
- sway-lib-std-assert
- src
- sway-lib-std-conversions
- src
- sway-lib-std-option-result
- src
- sway-lib-std-vec
- src
- test_programs
- should_fail
- abi_impl_method_shadows_interface_method
- abi_supertrait_method_call
- abort_control_flow_bad
- addrof_intrinsic
- annotated_missing_item
- arith_overflow
- u16_add_const_eval_overflow
- src
- u16_add_overflow
- src
- u16_mul_const_eval_overflow
- src
- u16_mul_overflow
- src
- u16_sub_const_eval_underflow
- src
- u16_sub_underflow
- src
- u32_add_const_eval_overflow
- src
- u32_add_overflow
- u32_mul_const_eval_overflow
- src
- u32_mul_overflow
- src
- u32_sub_const_eval_underflow
- src
- u32_sub_underflow
- src
- u64_add_const_eval_overflow
- src
- u64_add_overflow
- src
- u64_mul_const_eval_overflow
- src
- u64_mul_overflow
- src
- u64_sub_const_eval_underflow
- src
- u64_sub_underflow
- src
- u8_add_const_eval_overflow
- src
- u8_add_overflow
- src
- u8_mul_const_eval_overflow
- src
- u8_mul_overflow
- src
- u8_sub_const_eval_underflow
- src
- u8_sub_underflow
- src
- array_oob_global_const_index
- array_oob_variable_index
- better_type_error_message
- binop_intrinsics
- const-instead-of-let
- contract_dependencies_conflicting_salt/contract_a
- deduplication_of_shadowing_errors
- dep_annotated
- dependency_not_at_beginning
- diverging_never
- enum_instantiation_type_mismatch
- enum_variant_unit
- eq_intrinsic
- for_bad_iterator
- for_mismatch_pattern_type
- generic_empty_struct_with_constraint
- src
- generic_trait_tuple_without_type_ascription
- generic_traits_with_bounds
- generics_multiple_type_arguments
- generics_not_supported
- impl_with_bad_generic
- impl_with_semantic_type_constraints
- import_error_ambiguity
- insufficient_type_info
- src
- insufficient_type_info_enum
- src
- insufficient_type_info_fnret
- src
- insufficient_type_info_struct
- language/references/references_to_mutable_values
- match_expressions_duplicate_variables
- match_expressions_non_exhaustive
- match_expressions_non_literal_constant
- match_expressions_or_mismatched_types
- match_expressions_or_missing_variables
- missing_type_parameters
- module_privacy
- payable_attribute_extra_in_implementation
- payable_attribute_missing_in_implementation
- raw_slice_ret
- recover_path_lib_import
- recover_path_pattern_matching
- recursive_type_unification
- src
- repeated_storage_field
- resolve_local_items_that_shadow_imports
- return_in_strange_positions
- storage_field_access_on_non_struct
- struct_field_privacy_pattern_matching
- struct_field_privacy_storage
- struct_instantiation_type_mismatch
- superabi_duplicate_methods6
- superabi_duplicate_methods7
- superabi_duplicate_methods8
- supertraits_for_abis_ownable1
- supertraits_for_abis_ownable2
- trait_constraints_not_satisfied
- trait_method_signature_mismatch
- src
- type_mismatch_error_message
- u256/u256_only_hex_literal
- vec
- vec_set_index_out_of_bounds
- vec_swap_param1_out_of_bounds
- vec_swap_param2_out_of_bounds
- should_pass
- forc/dependency_package_field
- language
- arg_demotion_inline
- array_basics
- src
- array_generics
- asm_without_return
- associated_type_container
- src
- associated_type_container_in_library
- src
- associated_type_iterator
- src
- basic_predicate
- blanket_trait
- src
- const_decl
- const_global_shadow
- src
- contract_caller_as_ret
- enum_type_inference
- src
- enum_variant_imports
- for_loops
- funcs_with_generic_types
- generic_enum
- src
- generic_functions
- src
- generic_struct
- generic_structs
- generic_type_inference
- if_implicit_unit
- import_with_different_callpaths
- src
- insert_element_reg_reuse
- integer_type_inference
- largeint_sroa
- logging
- main_args
- main_args_empty
- main_args_generics
- main_args_one_u64
- main_args_ref_ref
- main_returns_unit
- method_on_empty_struct
- multi_item_import
- mutable_and_initd
- mutable_arrays_enum
- nested_struct_destructuring
- out_of_order_decl
- raw_ptr/vec_ret
- retd_small_array
- retd_struct
- retd_zero_len_array
- struct_destructuring
- struct_field_access
- struct_field_reassignment
- src
- struct_init_reorder
- src
- trait_import_with_star
- src
- tuple_access
- src
- tuple_indexing
- tuple_types
- use_full_path_names
- valid_impurity
- zero_field_types
- require_contract_deployment
- array_of_structs_caller
- bal_opcode
- call_abi_with_tuples
- caller_auth_test
- nested_struct_args_caller
- return_into
- stdlib
- alloc_test
- src
- assert_eq_revert
- assert_ne_revert
- assert_test
- chess
- eq_custom_type
- eq_generic
- ge_test
- if_type_revert
- intrinsics
- iterator
- option_eq
- raw_slice
- require
- test_abis
- abi_impl_method_duplicate
- abi_impl_methods_callable
- abi_with_tuples
- array_of_structs_abi
- balance_test_abi
- increment_abi
- nested_struct_args_abi
- test_contracts
- abi_with_same_name_types
- array_of_structs_contract
- balance_test_contract
- dynamic_contract_call
- issue_1512_repro
- multiple_impl
- nested_struct_args_contract
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
358 files changed
+1017
-2297
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
| 292 | + | |
292 | 293 |
| |
293 | 294 |
| |
294 | 295 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 |
| |
2 | 12 |
| |
3 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
659 | 660 |
| |
660 | 661 |
| |
661 | 662 |
| |
| 663 | + | |
662 | 664 |
| |
663 | 665 |
| |
664 | 666 |
| |
| |||
714 | 716 |
| |
715 | 717 |
| |
716 | 718 |
| |
| 719 | + | |
717 | 720 |
| |
718 | 721 |
| |
719 | 722 |
| |
| |||
747 | 750 |
| |
748 | 751 |
| |
749 | 752 |
| |
750 |
| - | |
| 753 | + | |
751 | 754 |
| |
752 | 755 |
| |
753 | 756 |
| |
| |||
756 | 759 |
| |
757 | 760 |
| |
758 | 761 |
| |
759 |
| - | |
| 762 | + | |
| 763 | + | |
760 | 764 |
| |
761 | 765 |
| |
762 | 766 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
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 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments