Dana Jansens 19d59b2a8d Reduce use of the prelude in tests (#5683) 10 mesi fa
..
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 anno fa
testdata 19d59b2a8d Reduce use of the prelude in tests (#5683) 10 mesi fa
BUILD 519e633147 Improve backtrace for lowering crashes. (#5651) 10 mesi fa
action.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 anno fa
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 anno fa
call.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 anno fa
check.cpp 852d0191a9 Add support for importing C++ inline functions (#5427) 11 mesi fa
check.h 20c20595ba Fix language-server crash with cpp_ast (#5604) 11 mesi fa
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 anno fa
check_unit.cpp 519e633147 Improve backtrace for lowering crashes. (#5651) 10 mesi fa
check_unit.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 mesi fa
class.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 anno fa
class.h a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 anno fa
context.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
context.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
control_flow.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 anno fa
control_flow.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
convert.cpp 80529aaef9 Convert the scrutinee of a binding pattern to the right category. (#5662) 10 mesi fa
convert.h 80529aaef9 Convert the scrutinee of a binding pattern to the right category. (#5662) 10 mesi fa
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 anno fa
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 anno fa
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 anno fa
deduce.cpp 315c79ea33 Apply enclosing specifics to symbolic arguments in generic calls (#5597) 11 mesi fa
deduce.h 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
diagnostic_emitter.cpp 519e633147 Improve backtrace for lowering crashes. (#5651) 10 mesi fa
diagnostic_emitter.h 519e633147 Improve backtrace for lowering crashes. (#5651) 10 mesi fa
diagnostic_helpers.h 89a6818424 Move TokenOnly to LocIdForDiagnostics (#5590) 11 mesi fa
dump.cpp 7878f6d70f Move LocId dumping to semir/ (#5656) 10 mesi fa
eval.cpp fff8c14066 Restructure WhereExpr eval to use `continue` less (#5660) 10 mesi fa
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
eval_inst.cpp 517bec24ef Nested facets (#5644) 10 mesi fa
eval_inst.h a23631f360 Support for lowering references to imported `var`s. (#5513) 11 mesi fa
facet_type.cpp 09a5fddff8 Fix sorting of instructions in Facet Type resolution (#5664) 10 mesi fa
facet_type.h 517bec24ef Nested facets (#5644) 10 mesi fa
full_pattern_stack.h d264f14027 Clean up handling of `Call` params (#5061) 1 anno fa
function.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
function.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
generic.cpp f18fc40a32 Add missing standard library header inclusions (#5486) 11 mesi fa
generic.h 5aea18f949 Avoid resolving the decl block for specifics in imported instructions (#5517) 11 mesi fa
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 anno fa
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 anno fa
global_init.cpp 5a4b63a040 [Refactor] Move call_params_id from EntityBase to FunctionFields. (#5146) 1 anno fa
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 anno fa
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
handle_alias.cpp 19532967fa Stop pushing a fake generic for the duration of check. (#5326) 1 anno fa
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
handle_binding_pattern.cpp 89a6818424 Move TokenOnly to LocIdForDiagnostics (#5590) 11 mesi fa
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 anno fa
handle_choice.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
handle_class.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 anno fa
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 1 anno fa
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 anno fa
handle_function.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 anno fa
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 anno fa
handle_impl.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 1 anno fa
handle_index.cpp 02fc484f23 Make pointers in ValueStore stable across insertions (#5576) 11 mesi fa
handle_interface.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 anno fa
handle_let_and_var.cpp 89a6818424 Move TokenOnly to LocIdForDiagnostics (#5590) 11 mesi fa
handle_literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 anno fa
handle_loop_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 anno fa
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 anno fa
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 anno fa
handle_name.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 mesi fa
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 anno fa
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 anno fa
handle_operator.cpp 344f0b7550 Support for heterogeneous operators. (#5653) 10 mesi fa
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 anno fa
handle_pattern_list.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 anno fa
handle_struct.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 anno fa
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 anno fa
handle_where.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 anno fa
impl.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
impl.h 90898a8e19 Avoid witnesses in redecls when handling errors in handle_impl (#5409) 1 anno fa
impl_lookup.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
impl_lookup.h b6a55c0818 Diagnose impls that are fully overlapped by a final impl (#5417) 1 anno fa
impl_validation.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 mesi fa
import.cpp 1e9e148c3b Rename the ImportRefs block to Imports (#5618) 11 mesi fa
import.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
import_cpp.cpp 3d603fced7 Fix C++ function params and return values printed in SemIR (#5468) 10 mesi fa
import_cpp.h 852d0191a9 Add support for importing C++ inline functions (#5427) 11 mesi fa
import_ref.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
import_ref.h d617cca530 Factor out GetCanonicalFileAndInstId for code sharing. (#5362) 1 anno fa
inst.cpp a85d292f8d Change from ToImplicit to AsDesugared (#5591) 11 mesi fa
inst.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 anno fa
inst_block_stack.h 5da87f43da Split SemIR's formatter class into a more typical h+cpp (#5372) 1 anno fa
interface.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
interface.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
keyword_modifier_set.h c455dbef54 Clean up `KeywordModifierSet` after #5345 (#5425) 1 anno fa
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 anno fa
literal.cpp c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 anno fa
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 anno fa
member_access.cpp 3d07794650 Gracefully error in non-compound member lookup into a runtime facet value (#5485) 11 mesi fa
member_access.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 anno fa
merge.cpp fbc5994750 Support importing `var` parameters (#5400) 11 mesi fa
merge.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 anno fa
name_component.cpp 8738497301 Fix parse support for 'fn F[];' (#5135) 1 anno fa
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 anno fa
name_lookup.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
name_lookup.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 mesi fa
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 mesi fa
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 mesi fa
node_stack.cpp 1917ea223e Avoid redundantly specifying Id::Kind. (#4911) 1 anno fa
node_stack.h f5b5731c76 Separate fields from other `var` decls in parse (#5320) 1 anno fa
operator.cpp a85d292f8d Change from ToImplicit to AsDesugared (#5591) 11 mesi fa
operator.h 422cc3d48a Move diagnostic usings off Context (#5007) 1 anno fa
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 anno fa
pattern.cpp 34a9e24920 Restore disabled CHECK in pattern handling. (#5410) 1 anno fa
pattern.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
pattern_match.cpp 80529aaef9 Convert the scrutinee of a binding pattern to the right category. (#5662) 10 mesi fa
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) 1 anno fa
pending_block.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 anno fa
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
return.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 mesi fa
return.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 anno fa
scope_index.h f0403dadab Move None to IdBase (#5030) 1 anno fa
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 anno fa
scope_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 anno fa
subst.cpp bdf5f00af0 Resolve the RHS of rewrite constraints in facets (#5639) 10 mesi fa
subst.h bdf5f00af0 Resolve the RHS of rewrite constraints in facets (#5639) 10 mesi fa
thunk.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
thunk.h 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 mesi fa
type.cpp fafb655d39 Separate pattern types from expression types (#5360) 1 anno fa
type.h fafb655d39 Separate pattern types from expression types (#5360) 1 anno fa
type_completion.cpp 5b884ae14d Improve lowering for global variables. (#5492) 11 mesi fa
type_completion.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 anno fa
type_structure.cpp 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 mesi fa
type_structure.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 mesi fa