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