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