/
githubmirror
/
sway
ОбзорДокументацияВойти
/
githubmirror
/
sway
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
sway/
.../test_programs/should_fail/
..
abi_associated_const_access

Implement associated consts for ABIs (#4425)

3 года назад
abi_associated_const_access_with_impl_in_contract

Additionally test associated constants (#6349)

2 года назад
abi_associated_const_missing_impl

Additionally test associated constants (#6349)

2 года назад
abi_associated_const_missing_type_ascription

Additionally test associated constants (#6349)

2 года назад
abi_associated_const_multiple_same_name

Additionally test associated constants (#6349)

2 года назад
abi_fallback_multiple

fallback when all contract selectors fail (#5703)

2 года назад
abi_fallback_on_scripts

fallback when all contract selectors fail (#5703)

2 года назад
abi_fallback_with_parameters

fallback when all contract selectors fail (#5703)

2 года назад
abi_impl_arity_mismatch

Provide a way to obtain workspace member order (#3134)

4 года назад
abi_impl_method_shadows_interface_method

Merge std and core libraries (#6729)

год назад
abi_impl_pub_fn

Provide a way to obtain workspace member order (#3134)

4 года назад
abi_impl_purity_mismatch

Provide a way to obtain workspace member order (#3134)

4 года назад
abi_method_signature_mismatch

Prevent stack overflow when defining a trait method with certain types (#3280)

4 года назад
abi_pub_fn_interface

Provide a way to obtain workspace member order (#3134)

4 года назад
abi_pub_fn_method

Provide a way to obtain workspace member order (#3134)

4 года назад
abi_pure_calls_impure

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
abi_ref_mut

Fix ref mut parameter checking to apply to all function parameters. (#4442)

3 года назад
abi_supertrait_method_call

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
abort_control_flow_bad

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
arith_overflow

Merge std and core libraries (#6729)

год назад
array_invalid_index_type

Implement reassignment for arrays declared using const generics (#7601)

3 месяца назад
array_oob_const_index

Implement reassignment for arrays declared using const generics (#7601)

3 месяца назад
array_oob_reassignment

Forbid outer variables in const evaluations (#7522)

7 месяцев назад
array_oob_variable_index

Forbid outer variables in const evaluations (#7522)

7 месяцев назад
array_wrong_elements_types

Improve `asm` const propagation (#7550)

5 месяцев назад
asm_assign_to_initialized_reg

Provide a way to obtain workspace member order (#3134)

4 года назад
asm_disallowed_opcodes

Add relative jump instructions to `asm` blocks (#7485)

9 месяцев назад
asm_missing_return

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
asm_read_from_uninitialized_reg

Add references to Sway (#5406)

3 года назад
asm_should_not_have_return

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
asm_unrecognized_opcode

Support FuelVM `wqxx` instructions in ASM blocks (#6484)

2 года назад
assign_to_field_of_non_mutable_struct

Dereferencing as reassignment target (#5923)

2 года назад
associated_fn_as_method_call

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
associated_type_abi

Implements associated types (#5048)

3 года назад
associated_type_impl_multiple_same_name

Implements associated types (#5048)

3 года назад
associated_type_missing_impl

Implements associated types (#5048)

3 года назад
associated_type_multiple_same_name

Implements associated types (#5048)

3 года назад
associated_type_multiple_traits_same_name

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
associated_type_not_in_trait

Fixes panic on unwrapping in type_check_trait_implementation. (#6434)

2 года назад
attributes_cfg_mismatching_program_type

Defining, parsing, and checking `#[attribute]`s (#6986)

год назад
attributes_error_type_and_error

Fix SROA miscompilation issues (#7689)

22 дня назад
attributes_invalid_abi_names

Add `#[abi_name(name = "foo")]` attribute to rename ABI items. (#7057)

год назад
attributes_invalid_args

Promote `const_generics` to a standard feature (#7592)

4 месяца назад
attributes_invalid_args_expect_values

Add event support via `#[event]` and `#[indexed]` attributes (#7158)

9 месяцев назад
attributes_invalid_args_multiplicity

Add event support via `#[event]` and `#[indexed]` attributes (#7158)

9 месяцев назад
attributes_invalid_args_values

Defining, parsing, and checking `#[attribute]`s (#6986)

год назад
attributes_invalid_args_values_types

Add `#[abi_name(name = "foo")]` attribute to rename ABI items. (#7057)

год назад
attributes_invalid_cfg_arg_with_invalid_item

Promote `const_generics` to a standard feature (#7592)

4 месяца назад
attributes_invalid_indexed_fields

Add event support via `#[event]` and `#[indexed]` attributes (#7158)

9 месяцев назад
attributes_invalid_multiplicity

Add event support via `#[event]` and `#[indexed]` attributes (#7158)

9 месяцев назад
attributes_invalid_target_contract

Improve `asm` const propagation (#7550)

5 месяцев назад
attributes_invalid_target_contract_abi_decl

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
attributes_invalid_target_contract_configurable

Improve `asm` const propagation (#7550)

5 месяцев назад
attributes_invalid_target_contract_self_impl

Support attributes and constants in self `impl Contract`s (#7580)

5 месяцев назад
attributes_invalid_target_contract_storage

Improve `asm` const propagation (#7550)

5 месяцев назад
attributes_invalid_target_items

Add event support via `#[event]` and `#[indexed]` attributes (#7158)

9 месяцев назад
attributes_missing_annotated_item

Support doc comments and attributes on nested items (#7146)

год назад
attributes_unimplemented_inner_attributes

Defining, parsing, and checking `#[attribute]`s (#6986)

год назад
bad_generic_annotation

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
bad_generic_var_annotation

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
better_type_error_message

Merge std and core libraries (#6729)

год назад
chained_if_let_missing_branch

Check for redundant `.gitignore` files in tests (#7059)

год назад
configurables_and_consts_are_immutable

Merge std and core libraries (#6729)

год назад
configurables_are_not_const

Merge std and core libraries (#6729)

год назад
configurables_in_lib

Merge std and core libraries (#6729)

год назад
configurables_initializer_not_const_eval

Fix compiler panic on configurable initialization (#7068)

год назад
configurables_undefined_var

Fix compiler panic on configurable initialization (#7068)

год назад
const_block_level_no_expr

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
const_eval_bad_struct

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
const_eval_bad_struct_with_return

Additionally test associated constants (#6349)

2 года назад
const_eval_outer_vars

Forbid outer variables in const evaluations (#7522)

7 месяцев назад
const_eval_tag_only_enum_non_const_payload

Fix `get_runtime_representation` and const-eval of `EnumInstantiation` (#7692)

21 день назад
const_instead_of_let

Merge std and core libraries (#6729)

год назад
const_top_level_no_expr

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
contract_calls_its_method

Improve error message when contract calls its own method (#4791)

3 года назад
contract_dependencies_conflicting_salt

Merge std and core libraries (#6729)

год назад
contract_implements_multiple_abis_with_same_methods

Improve `asm` const propagation (#7550)

5 месяцев назад
contract_pure_calls_impure

Merge std and core libraries (#6729)

год назад
contract_wrong_method_return_type

Update error reporting for mismatched ABI method (#3766)

4 года назад
cyclic_dependency

Standardized module structure (#4232)

3 года назад
decl_assignment_target_cannot_be_assigned_to

Dereferencing as reassignment target (#5923)

2 года назад
deduplication_of_shadowing_errors

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
dereferenced_projection_reassignment

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
different_contract_caller_types

Check for redundant `.gitignore` files in tests (#7059)

год назад
disallow_turbofish

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
disallowed_gm

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
diverging_never

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
double_underscore_enum

Check for redundant `.gitignore` files in tests (#7059)

год назад
double_underscore_fn

Check for redundant `.gitignore` files in tests (#7059)

год назад
double_underscore_impl_self_fn

Check for redundant `.gitignore` files in tests (#7059)

год назад
double_underscore_struct

Check for redundant `.gitignore` files in tests (#7059)

год назад
double_underscore_trait_fn

Check for redundant `.gitignore` files in tests (#7059)

год назад
double_underscore_var

Check for redundant `.gitignore` files in tests (#7059)

год назад
duplicate_pkg_names_in_workspace

Check test consistency (#5375)

3 года назад
duplicate_struct_field

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
empty_impl

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
enum_bad_type_inference

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
enum_if_let_invalid_variable

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
enum_instantiation_type_mismatch

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
enum_rust_like

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
enum_variant_unit

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
error_const

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
error_deduplication

Merge std and core libraries (#6729)

год назад
excess_associated_fn_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
excess_fn_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
excess_method_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
expression_cannot_be_assigned_to

Dereferencing as reassignment target (#5923)

2 года назад
for_bad_iterator

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
for_loop_error

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
for_mismatch_pattern_type

Merge std and core libraries (#6729)

год назад
forc

Check for redundant `.gitignore` files in tests (#7059)

год назад
free_fn_self

Provide a way to obtain workspace member order (#3134)

4 года назад
function_selector_collision_check

Merge std and core libraries (#6729)

год назад
generic_and_associated_type

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generic_empty_struct_with_constraint

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generic_shadows_generic

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generic_traits

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generic_traits_bad_type_inference

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generic_traits_with_bounds

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generics_in_contract

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
generics_multiple_type_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generics_not_supported

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
generics_unhelpful_error

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
hash_str

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
illegal_break

Merge std and core libraries (#6729)

год назад
illegal_continue

Merge std and core libraries (#6729)

год назад
illegal_use_of_generic

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
impl_invalid_self_type

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
impl_private_method

Struct field privacy (#5508)

3 года назад
impl_self_duplicated

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
impl_self_recursive

Optimize compilation speed and memory consumption (`DeclEngine`) (#7659)

2 месяца назад
impl_with_bad_generic

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
impl_with_semantic_type_constraints

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
implicit_trait_constraint

Merge std and core libraries (#6729)

год назад
import_error_ambiguity

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
import_non_item

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
impure_abi_read_calls_impure_write

Merge std and core libraries (#6729)

год назад
impure_trait_read_calls_impure_write

Merge std and core libraries (#6729)

год назад
infinite_dependencies

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
insufficient_type_info

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
insufficient_type_info_enum

Merge std and core libraries (#6729)

год назад
insufficient_type_info_fnret

Merge std and core libraries (#6729)

год назад
insufficient_type_info_struct

Merge std and core libraries (#6729)

год назад
invalid_fully_qualified_type

Standardized module structure (#4232)

3 года назад
invalid_method_call_param

Provide a way to obtain workspace member order (#3134)

4 года назад
item_used_without_import

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
language

Implement `__mem_rep_eq` intrinsic (#7697)

15 дней назад
lexer_errors

Check for redundant `.gitignore` files in tests (#7059)

год назад
literal_too_large_for_type

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
main_args

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
marker_trait_cannot_be_explicitly_implemented

Stabilize ABI errors (#7241)

год назад
marker_trait_enum_not_implemented_for_non_enum

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
marker_trait_error_not_implemented_for_non_error_types

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
match_expressions_duplicate_variables

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
match_expressions_multiple_rest

Provide a way to obtain workspace member order (#3134)

4 года назад
match_expressions_non_exhaustive

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
match_expressions_non_literal_constant

Merge std and core libraries (#6729)

год назад
match_expressions_not_implemented_for_aliased_type

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
match_expressions_or_mismatched_types

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
match_expressions_or_missing_variables

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
match_expressions_ref_mut_not_implemented

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
match_expressions_rest

Provide a way to obtain workspace member order (#3134)

4 года назад
match_expressions_struct_missing_fields

Struct field privacy (#5508)

3 года назад
match_expressions_struct_non_existing_fields

Struct field privacy (#5508)

3 года назад
match_expressions_wrong_struct

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
method_missing_constraint

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
method_not_found

Improve `asm` const propagation (#7550)

5 месяцев назад
method_requires_mut_var

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
method_type_args_sound

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
method_type_args_variable_non_existing

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
mismatch_closing_delimiters

Merge std and core libraries (#6729)

год назад
missing_associated_fn_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
missing_fn_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
missing_func_from_supertrait_impl

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
missing_hash_trait

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
missing_method_arguments

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
missing_supertrait_impl

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
missing_type_parameters

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
module_cyclic_reference

Implement order-independent module evaluation (#5300)

3 года назад
module_not_at_beginning

Defining, parsing, and checking `#[attribute]`s (#6986)

год назад
module_path_is_not_expression

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
module_privacy

Merge std and core libraries (#6729)

год назад
multiple_config_blocks

Introduce a `context` to `convert_parse_tree` (#3682)

4 года назад
multiple_enums_with_the_same_name

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
multiple_impl_abi

Provide a way to obtain workspace member order (#3134)

4 года назад
multiple_impl_fns

Merge std and core libraries (#6729)

год назад
multiple_methods_with_the_same_name

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
multiple_structs_with_the_same_name

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
multiple_supertraits_for_abis1

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
multiple_supertraits_for_abis2

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
mutable_arrays

Dereferencing as reassignment target (#5923)

2 года назад
mutable_fn_args_bool

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
mutable_fn_args_impl_self

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
mutable_fn_args_struct

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
mutable_fn_args_u32

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
nested_functions

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
nested_impure

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
no_newline

Provide a way to obtain workspace member order (#3134)

4 года назад
no_self_in_abi_method_signature

Disable `self` parameters for ABI methods (#3662)

4 года назад
no_self_in_method_provided_by_abi

Disable `self` parameters for ABI methods (#3662)

4 года назад
non_indexable_types

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
non_payable_non_script_call_with_non_zero_coins

Promote `const_generics` to a standard feature (#7592)

4 месяца назад
non_payable_non_zero_coins_const

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
non_payable_non_zero_coins_let_binding

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
non_payable_non_zero_coins_literal

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
nonconst_storage_init

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
parser_associated_type_error

Merge std and core libraries (#6729)

год назад
parser_generic_turbo_fish_prefix

Merge std and core libraries (#6729)

год назад
payable_attribute_extra_in_implementation

Merge std and core libraries (#6729)

год назад
payable_attribute_missing_in_implementation

Merge std and core libraries (#6729)

год назад
predicate_calls_impure

Check test consistency (#5375)

3 года назад
predicate_invalid_opcodes

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
predicate_log

Implement `__mem_rep_eq` intrinsic (#7697)

15 дней назад
primitive_type_argument

Check for redundant `.gitignore` files in tests (#7059)

год назад
private_function_fully_qualified

Standardized module structure (#4232)

3 года назад
pub_abi

Provide a way to obtain workspace member order (#3134)

4 года назад
pub_impl

Provide a way to obtain workspace member order (#3134)

4 года назад
pub_storage

Provide a way to obtain workspace member order (#3134)

4 года назад
purity_of_asm_instructions_and_intrinsics

Implement dynamic storage for `storage` declaration and `std` (#7598)

3 месяца назад
recover_at_level_inside_items

Check test consistency (#5375)

3 года назад
recover_at_level_statement

Implement `panic` expression (#7073)

год назад
recover_at_level_top

Formalize Asset and Coin Terminology in the std-lib (#5461)

3 года назад
recover_bad_int_suffix

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_class_as_struct

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_expr_dot

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_mismatched_delims

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_path_enum

Parser recovery for incomplete path expressions/patterns (#3654)

4 года назад
recover_path_lib_definition

Parser recovery for incomplete path expressions/patterns (#3654)

4 года назад
recover_path_lib_import

Merge std and core libraries (#6729)

год назад
recover_path_pattern_matching

Merge std and core libraries (#6729)

год назад
recover_problem_in_different_file

Standardized module structure (#4232)

3 года назад
recover_unclosed_delim

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_unclosed_multiline_comment

Defining, parsing, and checking `#[attribute]`s (#6986)

год назад
recover_unexpected_character

Provide a way to obtain workspace member order (#3134)

4 года назад
recover_unexpected_close_delim

Provide a way to obtain workspace member order (#3134)

4 года назад
recursive_calls

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
recursive_const_associated

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_const_associated_over_associated_function

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
recursive_const_associated_over_module_function

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_const_module

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_const_module_over_associated_const

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_const_module_over_associated_function

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
recursive_const_module_over_module_function

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_const_stack_overflow

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_enum

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_struct

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_type_chain

Add tests for recursive `const` definitions and associated consts usages (#6545)

2 года назад
recursive_type_unification

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
redefine_method_from_core

Merge std and core libraries (#6729)

год назад
ref_and_deref_expressions

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
ref_mut_contract_abi

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
ref_mut_mismatch

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
ref_variables

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
reference_is_not_reference_to_mutable_value

Dereferencing as reassignment target (#5923)

2 года назад
repeated_configurable

Support for configurable blocks in the formatter (#4105)

3 года назад
repeated_enum_variant

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
repeated_storage_field

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
repeated_struct_field

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
reserved_identifiers

Stabilize ABI errors (#7241)

год назад
resolve_local_items_that_shadow_imports

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
return_in_non_statement_positions

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
return_path_analysis

Promote experimental features (#7016)

год назад
same_named_fn_params

Check for redundant `.gitignore` files in tests (#7059)

год назад
script_calls_impure

Merge std and core libraries (#6729)

год назад
self_impl_contract_invalid_const_invalid_type

Support attributes and constants in self `impl Contract`s (#7580)

5 месяцев назад
self_impl_contract_invalid_const_no_initializer

Support attributes and constants in self `impl Contract`s (#7580)

5 месяцев назад
self_return_type

Merge std and core libraries (#6729)

год назад
shadow_import

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
shadowing

Merge std and core libraries (#6729)

год назад
simple_generics

Merge std and core libraries (#6729)

год назад
star_import_alias

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
storage_configurable

Disable initialization of dynamic storage fields larger than 32 bytes (#7622)

3 месяца назад
storage_field_access_on_non_struct

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
storage_in_library

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
storage_in_predicate

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
storage_in_script

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
storage_invalid_storage_key_type

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
storage_ops_in_library

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
storage_purity_conflict

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
str_slice_contract

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
struct_field_privacy_deconstructing

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_field_privacy_field_access

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_field_privacy_instantiation

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_field_privacy_pattern_matching

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_field_privacy_reassignment

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_field_privacy_storage

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
struct_field_privacy_workspace

Turn struct field privacy warnings into errors (#5569)

3 года назад
struct_generic_abi_encode

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
struct_instantiation_type_mismatch

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
submodule_visibility

Add tests of visibility of private direct submodules (#6849)

2 года назад
superabi_contract_call1

SuperABIs for ABIs (#4272)

3 года назад
superabi_contract_call2

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
superabi_duplicate_methods1

Forbid configurables in pattern matching and shadowing (#6289)

2 года назад
superabi_duplicate_methods10

Check test consistency (#5375)

3 года назад
superabi_duplicate_methods2

Forbid configurables in pattern matching and shadowing (#6289)

2 года назад
superabi_duplicate_methods3

SuperABIs for ABIs (#4272)

3 года назад
superabi_duplicate_methods4

SuperABIs for ABIs (#4272)

3 года назад
superabi_duplicate_methods5

SuperABIs for ABIs (#4272)

3 года назад
superabi_duplicate_methods6

Merge std and core libraries (#6729)

год назад
superabi_duplicate_methods7

Merge std and core libraries (#6729)

год назад
superabi_duplicate_methods8

Merge std and core libraries (#6729)

год назад
superabi_duplicate_methods9

Forbid configurables in pattern matching and shadowing (#6289)

2 года назад
superabi_trait

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
superabi_unimplemented

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
supertrait_does_not_exist

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
supertraits_for_abis_impl_order

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
supertraits_for_abis_not_implemented

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
supertraits_for_abis_ownable1

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
supertraits_for_abis_ownable2

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
too_many_abi_impl_methods

Provide a way to obtain workspace member order (#3134)

4 года назад
top_level_vars

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
trait_associated_const_access

Implement parsing and semantic analysis for associated consts (#4262)

3 года назад
trait_associated_const_missing_impl

Additionally test associated constants (#6349)

2 года назад
trait_associated_const_missing_type_ascription

Additionally test associated constants (#6349)

2 года назад
trait_associated_const_multiple_same_name

Additionally test associated constants (#6349)

2 года назад
trait_coherence

Trait coherence: disallow inherent impls on external types (#7385)

8 месяцев назад
trait_constraint_generic_hint

Improve method resolution by allowing placeholder unification under ConstraintSubset (#7411)

год назад
trait_constraints_not_satisfied

Merge std and core libraries (#6729)

год назад
trait_impl_pub_fn

Provide a way to obtain workspace member order (#3134)

4 года назад
trait_impl_purity_mismatch

Provide a way to obtain workspace member order (#3134)

4 года назад
trait_inference_multiple_options

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
trait_method_ambiguous

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
trait_method_and_generic_trait_impl

Fixes type inference on inlined method applications. (#5823)

2 года назад
trait_method_generic_ambiguous

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
trait_method_signature_mismatch

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
trait_name_conflicts

Implement parsing and semantic analysis for associated consts (#4262)

3 года назад
trait_pub_fn_interface

Provide a way to obtain workspace member order (#3134)

4 года назад
trait_pub_fn_method

Provide a way to obtain workspace member order (#3134)

4 года назад
trait_pure_calls_impure

Add `dynamic_storage` experimental feature and offset to `srw` opcode (#7565)

4 месяца назад
traits_with_call_paths

Fix and improve `Unimplemented` compile errors (#5847)

2 года назад
type_alias_generic

Implementing basic type aliases (#4151)

3 года назад
type_alias_lib_shadowing

Give more helpful error when shadowing constants (#4819)

3 года назад
type_alias_private

More error handling refactoring (#4895)

3 года назад
type_alias_shadowing_methods

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
type_alias_unification

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
type_alias_unknown_type

Check test consistency (#5375)

3 года назад
type_check_analyze_errors

Improve `asm` const propagation (#7550)

5 месяцев назад
type_mismatch_error_message

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
type_propagation

Removes TraitMap::insert_for_type. (#6867)

2 года назад
unclosed_multiline_comment

Provide a way to obtain workspace member order (#3134)

4 года назад
unclosed_string_literal

Provide a way to obtain workspace member order (#3134)

4 года назад
unexpected_field_type_args

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
unify_identical_unknowns

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
unify_never

Merge std and core libraries (#6729)

год назад
unify_structural_identity

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
uninitialized_storage_field

Increase test coverage for `dynamic_storage` (#7608)

3 месяца назад
unknown_enum_variant

Implements unused variable DCA warning. (#4286)

3 года назад
unknown_types_in_contract

Merge std and core libraries (#6729)

год назад
unsupported_const_generics

Promote `const_generics` to a standard feature (#7592)

4 месяца назад
utf_chars

Fix type check and inference issues in references, structs, and enums (#5643)

2 года назад
variable_does_not_exist

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
vec

Check for redundant `.gitignore` files in tests (#7059)

год назад
vec_set_index_out_of_bounds

Merge std and core libraries (#6729)

год назад
vec_swap_param1_out_of_bounds

Merge std and core libraries (#6729)

год назад
vec_swap_param2_out_of_bounds

Merge std and core libraries (#6729)

год назад
where_clause_enums

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
where_clause_generic_traits

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
where_clause_impls

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
where_clause_structs

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад
where_clause_traits

Merge std and core libraries (#6729)

год назад
while_explicit_ret_1

Merge std and core libraries (#6729)

год назад
while_explicit_ret_2

Merge std and core libraries (#6729)

год назад
while_implicit_ret

Provide a way to obtain workspace member order (#3134)

4 года назад
wrongly_sized_tuple_destructuring

Compile runtime backtracing to ASM and compile-time to ABI JSON (#7387)

10 месяцев назад