Jon Ross-Perkins 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
..
adapt.carbon 462bcd9f6e Support explicit conversion between adapters and their adapted types. (#3889) 2 лет назад
base.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
base_field.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
base_function_unqualified.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
base_method.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
base_method_qualified.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
base_method_shadow.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
basic.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
complete_in_member_fn.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
compound_field.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
cross_package_import.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
derived_to_base.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
extend_adapt.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
extern.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
fail_abstract.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
fail_adapt_bad_decl.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
fail_adapt_bad_type.carbon 28ceb4dd4e Basic check support for adapters. (#3874) 2 лет назад
fail_adapt_modifiers.carbon 28ceb4dd4e Basic check support for adapters. (#3874) 2 лет назад
fail_adapt_with_subobjects.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
fail_addr_not_self.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_addr_self.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_base_as_declared_name.carbon b8ceb8dd8b Print a blank line after a diagnostic. (#3806) 2 лет назад
fail_base_bad_type.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
fail_base_method_define.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_base_misplaced.carbon b8ceb8dd8b Print a blank line after a diagnostic. (#3806) 2 лет назад
fail_base_modifiers.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_base_no_extend.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_base_repeated.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_base_unbound.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_compound_type_mismatch.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
fail_convert_to_invalid.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_derived_to_base.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
fail_field_modifiers.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_import_misuses.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
fail_incomplete.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
fail_init.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
fail_init_as_inplace.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
fail_memaccess_category.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_member_of_let.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_method.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
fail_method_modifiers.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_method_redefinition.carbon 3d113b9769 Refactor pre-merge redeclaration checking for sharing. (#3884) 2 лет назад
fail_modifiers.carbon db324c7247 Initial, extern-ignoring support for extern class decls. (#3891) 2 лет назад
fail_out_of_line_decl.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_redeclaration_introducer.carbon db324c7247 Initial, extern-ignoring support for extern class decls. (#3891) 2 лет назад
fail_redeclaration_scope.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_redefinition.carbon db324c7247 Initial, extern-ignoring support for extern class decls. (#3891) 2 лет назад
fail_scope.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
fail_self.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
fail_self_type_member.carbon b8ceb8dd8b Print a blank line after a diagnostic. (#3806) 2 лет назад
fail_todo_generic.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_todo_generic_method.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_todo_local_class.carbon f9ce0b194d Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832) 2 лет назад
fail_todo_modifiers.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
fail_unbound_field.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
fail_unknown_member.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
field_access.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
field_access_in_value.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
forward_declared.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
import.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
import_base.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
import_forward_decl.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
import_member_cycle.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
import_struct_cyle.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
import_triangle.carbon 76a5cf5f50 Fix incorrect application of invalid type on imports. (#3902) 2 лет назад
init.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
init_adapt.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
init_as.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
init_nested.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
method.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
nested.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
nested_name.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
raw_self.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
raw_self_type.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
redeclaration.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
redeclaration_introducer.carbon 895e90e791 Start including the prelude for testing. (#3861) 2 лет назад
reenter_scope.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
reorder.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
reorder_qualified.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
scope.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад
self.carbon 1b335402d1 Allow incomplete return types in function declarations. (#3875) 2 лет назад
self_conversion.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
self_type.carbon 015c7c780c Fix location of `converted` inst for explicit `as` conversion. (#3887) 2 лет назад
static_method.carbon 3776c068de Unify instruction naming between SemIR and LLVM IR (#3898) 2 лет назад