Richard Smith 50e5476ee3 Add support for `unsafe as` operator to the toolchain. (#5993) vor 8 Monaten
..
lookup 50e5476ee3 Add support for `unsafe as` operator to the toolchain. (#5993) vor 8 Monaten
assoc_const_self.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
basic.carbon 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) vor 9 Monaten
compound.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
declaration.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
empty.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
error_recovery.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
extend_final.carbon 78d4cce9f8 Put min_prelude in a testdata dir (#5635) vor 11 Monaten
extend_impl.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
extend_impl_generic.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
fail_alias.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
fail_call_invalid.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
fail_extend_impl_forall.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
fail_extend_impl_scope.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
fail_extend_impl_type_as.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
fail_extend_non_interface.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
fail_extend_partially_defined_interface.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
fail_extend_undefined_interface.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
fail_impl_as_scope.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
fail_impl_bad_assoc_const.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
fail_impl_bad_assoc_fn.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
fail_impl_bad_interface.carbon 694c00c7eb Make `Core.Float` a class. Add missing builtins for float support. (#5932) vor 8 Monaten
fail_impl_bad_type.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
fail_redefinition.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
fail_self_type_mismatch.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
fail_undefined_interface.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
forward_decls.carbon 1331ade57f Attempt to complete the source type in a conversion. (#5984) vor 8 Monaten
generic_redeclaration.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
impl_as.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
impl_assoc_const.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
impl_assoc_const_with_prelude.carbon 3d77c4441b Compare ImplWitnessAccess into Self as canonical constants (#5883) vor 9 Monaten
impl_forall.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
impl_self_as.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) vor 10 Monaten
impl_thunk.carbon 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) vor 8 Monaten
impl_thunk_min_prelude.carbon 7ccc1e0144 Expand naming for impls and functions (#5808) vor 9 Monaten
impl_where_redecl.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) vor 10 Monaten
import_builtin_call.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_compound.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_extend_impl.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_generic.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_impl_with_no_interface.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) vor 10 Monaten
import_interface_assoc_const.carbon 1331ade57f Attempt to complete the source type in a conversion. (#5984) vor 8 Monaten
import_self.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_thunk.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
import_use_generic.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
interface_args.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
multiple_extend.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
name_poisoning.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) vor 10 Monaten
no_definition_in_impl_file.carbon 2352e93bb5 Remove now-unused StringType instruction. (#5964) vor 8 Monaten
redeclaration.carbon b410ebd088 Fix destruction of generic types (#5943) vor 8 Monaten
self_in_class.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
self_in_signature.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
todo_impl_with_unrelated_fn.carbon 55085de6aa Use GetStructType when building object repr structs (#5923) vor 9 Monaten
use_assoc_const.carbon 1331ade57f Attempt to complete the source type in a conversion. (#5984) vor 8 Monaten