Dana Jansens f3a898bac0 Support implicit conversion from a type value to a facet value (#4863) hai 1 ano
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) hai 1 ano
testdata f3a898bac0 Support implicit conversion from a type value to a facet value (#4863) hai 1 ano
BUILD 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
call.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) hai 1 ano
check.cpp 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
check.h 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) hai 1 ano
check_unit.cpp 133717cd7e Eliminate NodeLocConverter (#4870) hai 1 ano
check_unit.h 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
context.cpp 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
context.h 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
convert.cpp f3a898bac0 Support implicit conversion from a type value to a facet value (#4863) hai 1 ano
convert.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
decl_introducer_state.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
decl_name_stack.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) hai 1 ano
decl_name_stack.h c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) hai 1 ano
deduce.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
deduce.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
deferred_definition_worklist.cpp 16bf3f710e Split deferred node traversal out from check.cpp (#4559) hai 1 ano
deferred_definition_worklist.h 16bf3f710e Split deferred node traversal out from check.cpp (#4559) hai 1 ano
diagnostic_helpers.h 133717cd7e Eliminate NodeLocConverter (#4870) hai 1 ano
dump.cpp b06fcc97f6 Clean up a few details of lex yaml printing (#4845) hai 1 ano
eval.cpp a735a4e463 Make the constant value of AsCompatible match its type (#4881) hai 1 ano
eval.h 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) hai 1 ano
full_pattern_stack.h 96256652c5 Use FullPatternStack instead of node stack for binding context (#4829) hai 1 ano
function.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
function.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
generic.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
generic.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
generic_region_stack.cpp d437e4bffe Create an array stack type for a shared use-case (#4100) hai 1 ano
generic_region_stack.h d437e4bffe Create an array stack type for a shared use-case (#4100) hai 1 ano
global_init.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) hai 1 ano
handle.h 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_alias.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
handle_array.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) hai 1 ano
handle_binding_pattern.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) hai 1 ano
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) hai 1 ano
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_class.cpp 2729022f47 Diagnose impl function with mismatched signature compared to virtual (#4816) hai 1 ano
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_export.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) hai 1 ano
handle_expr_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_function.cpp 7d6cd3da6d Add a test and check-support for positional params with a return type (#4899) hai 1 ano
handle_if_expr.cpp a112cbde5c Model type expressions as regions (#4698) hai 1 ano
handle_if_statement.cpp a112cbde5c Model type expressions as regions (#4698) hai 1 ano
handle_impl.cpp 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) hai 1 ano
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) hai 1 ano
handle_index.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) hai 1 ano
handle_interface.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) hai 1 ano
handle_let_and_var.cpp d71b84438f Add a writeup for how associated constants are processed. (#4856) hai 1 ano
handle_literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) hai 1 ano
handle_loop_statement.cpp a112cbde5c Model type expressions as regions (#4698) hai 1 ano
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_modifier.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
handle_name.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) hai 1 ano
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_namespace.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) hai 1 ano
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) hai 1 ano
handle_operator.cpp 9b28d3ad78 Late response to comments on #4698 (#4758) hai 1 ano
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_pattern_list.cpp 96256652c5 Use FullPatternStack instead of node stack for binding context (#4829) hai 1 ano
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_struct.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hai 1 ano
handle_where.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) hai 1 ano
impl.cpp c67920e631 When diagnosing name used before declared, set the location of the usage (#4860) hai 1 ano
impl.h 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) hai 1 ano
impl_lookup.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
impl_lookup.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
import.cpp 65180a77c3 Use designated initializers in import.cpp (#4883) hai 1 ano
import.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
import_cpp.cpp b06fcc97f6 Clean up a few details of lex yaml printing (#4845) hai 1 ano
import_cpp.h 30c1530261 Support multiple `import Cpp library` in a single unit (#4814) hai 1 ano
import_ref.cpp 6af3d050ea Don't recover from import errors by producing an error constant. (#4892) hai 1 ano
import_ref.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
inst_block_stack.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
inst_block_stack.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
interface.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
interface.h fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
keyword_modifier_set.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) hai 1 ano
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) hai 1 ano
literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) hai 1 ano
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) hai 1 ano
member_access.cpp fcfb1345d5 Support accessing associated functions by member access into facets (#4872) hai 1 ano
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) hai 1 ano
merge.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) hai 1 ano
merge.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
modifiers.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) hai 1 ano
name_component.cpp 7d6cd3da6d Add a test and check-support for positional params with a return type (#4899) hai 1 ano
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
node_id_traversal.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
node_id_traversal.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
node_stack.cpp 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) hai 1 ano
node_stack.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) hai 1 ano
operator.cpp efab39cbd9 Remove InstId::Builtin members (#4632) hai 1 ano
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) hai 1 ano
param_and_arg_refs_stack.h c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) hai 1 ano
pattern_match.cpp 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
pending_block.h 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) hai 1 ano
pointer_dereference.cpp 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) hai 1 ano
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) %!s(int64=2) %!d(string=hai) anos
return.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
return.h 13434f0e8a Model `var` as a pattern operator (#4720) hai 1 ano
scope_index.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
scope_stack.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
scope_stack.h 9c0faf007e Invalid comment cleanup (#4836) hai 1 ano
sem_ir_diagnostic_converter.cpp 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
sem_ir_diagnostic_converter.h 7eee9a3489 Refactor resolving a location into a SemIR library (#4876) hai 1 ano
subst.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) hai 1 ano
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) hai 1 ano