Dana Jansens 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 months ago
..
lookup 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
assoc_const_self.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
basic.carbon 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) 9 months ago
compound.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
declaration.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
empty.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
error_recovery.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
extend_final.carbon 9704dc670e Change the Destroy blanket impls to be more specific (#6098) 7 months ago
extend_impl.carbon 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 months ago
extend_impl_generic.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_alias.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
fail_call_invalid.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_extend_impl_forall.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_extend_impl_scope.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_extend_impl_type_as.carbon 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 months ago
fail_extend_non_interface.carbon 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) 7 months ago
fail_extend_partially_defined_interface.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
fail_extend_undefined_interface.carbon 09710d102f Separate binding insts for refs and values (#6235) 6 months ago
fail_impl_as_scope.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_impl_bad_assoc_const.carbon 5ae5170421 Allow deduction of tuple and struct literals as symbolic generic facet types (#6365) 5 months ago
fail_impl_bad_assoc_fn.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_impl_bad_interface.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
fail_impl_bad_type.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
fail_redefinition.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
fail_self_type_mismatch.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
forward_decls.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
generic_redeclaration.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
impl_as.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
impl_as_named_constraint.carbon 25536cab67 Avoid a crash when the type of Self in an interface or constraint is an error (#6443) 5 months ago
impl_assoc_const.carbon 5ae5170421 Allow deduction of tuple and struct literals as symbolic generic facet types (#6365) 5 months ago
impl_assoc_const_with_prelude.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
impl_forall.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
impl_self_as.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) 10 months ago
impl_thunk.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
impl_thunk_min_prelude.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
impl_where_redecl.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) 10 months ago
import_builtin_call.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_canonical_witnesses.carbon 103c49a763 Canonicalize imported witness blocks on FacetValue (#6458) 5 months ago
import_compound.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_extend_impl.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_generic.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_impl_with_no_interface.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) 10 months ago
import_interface_assoc_const.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_self.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_self_specific.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_thunk.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
import_use_generic.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
incomplete.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
interface_args.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
multiple_extend.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
name_poisoning.carbon 76cdbd8a5a Introduce the `none.carbon` min-prelude (#5694) 10 months ago
no_definition_in_impl_file.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
redeclaration.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
self_in_class.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
self_in_signature.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
todo_impl_with_unrelated_fn.carbon ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 months ago
use_assoc_entity.carbon 154e4012c4 Include the parent scope when fingerprinting an entity name. (#6473) 5 months ago
using_invalid_interface.carbon 81c2b3be1a Handle some more errors in interfaces without crashing. (#6155) 7 months ago