Richard Smith b320ea77ec Improve source location in an import error. (#5887) 9 месяцев назад
..
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 год назад
testdata b320ea77ec Improve source location in an import error. (#5887) 9 месяцев назад
BUILD 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
action.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 год назад
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 год назад
call.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 месяцев назад
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 год назад
check.cpp bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
check.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 год назад
check_unit.cpp bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
check_unit.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
class.cpp 26ec78ec00 Ensure vtable entries for generics are attached constants (#5853) 9 месяцев назад
class.h 27be0973e7 Vtable support for generics (#5793) 9 месяцев назад
context.cpp bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
context.h 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
control_flow.cpp e855f38b8c Tag destruction as desugaring (#5790) 10 месяцев назад
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) 10 месяцев назад
convert.cpp 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
convert.h aeba878335 Clean up some TODO and other comments (#5813) 9 месяцев назад
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 год назад
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
deduce.cpp ad4914b575 Avoid deducing errors as argument instructions after subst (#5710) 10 месяцев назад
deduce.h 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 месяцев назад
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
diagnostic_emitter.cpp 519e633147 Improve backtrace for lowering crashes. (#5651) 10 месяцев назад
diagnostic_emitter.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 месяцев назад
diagnostic_helpers.h 89a6818424 Move TokenOnly to LocIdForDiagnostics (#5590) 11 месяцев назад
dump.cpp 7878f6d70f Move LocId dumping to semir/ (#5656) 10 месяцев назад
eval.cpp 105618ecb1 Resolve nested accesses in rewrite constraints (#5872) 9 месяцев назад
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
eval_inst.cpp c25ea81320 Ignore abstract functions when checking for referenced functions requiring definitions (#5816) 9 месяцев назад
eval_inst.h a23631f360 Support for lowering references to imported `var`s. (#5513) 11 месяцев назад
facet_type.cpp 105618ecb1 Resolve nested accesses in rewrite constraints (#5872) 9 месяцев назад
facet_type.h b36a987e73 Find cycles in rewrite constraints without performing the full exponential expansion of the RHS (#5673) 9 месяцев назад
full_pattern_stack.h d264f14027 Clean up handling of `Call` params (#5061) 1 год назад
function.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
function.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
generic.cpp b36a987e73 Find cycles in rewrite constraints without performing the full exponential expansion of the RHS (#5673) 9 месяцев назад
generic.h 5aea18f949 Avoid resolving the decl block for specifics in imported instructions (#5517) 11 месяцев назад
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
global_init.cpp 5a4b63a040 [Refactor] Move call_params_id from EntityBase to FunctionFields. (#5146) 1 год назад
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
handle_alias.cpp 19532967fa Stop pushing a fake generic for the duration of check. (#5326) 1 год назад
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_binding_pattern.cpp 89a6818424 Move TokenOnly to LocIdForDiagnostics (#5590) 11 месяцев назад
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 год назад
handle_choice.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 месяцев назад
handle_class.cpp 27be0973e7 Vtable support for generics (#5793) 9 месяцев назад
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 1 год назад
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_function.cpp 37ac093f32 Diagnose impl method without matching virtual function in base class (#5817) 9 месяцев назад
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 год назад
handle_impl.cpp ef748ab36d Factor out an impl declaration helper function (#5851) 9 месяцев назад
handle_import_and_package.cpp 8eb4e24cb6 Implement #4864: `Core` is a keyword (#4909) 1 год назад
handle_index.cpp 02fc484f23 Make pointers in ValueStore stable across insertions (#5576) 11 месяцев назад
handle_interface.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
handle_let_and_var.cpp 866794b82a Check and lowering support for `for` loops. (#5698) 10 месяцев назад
handle_literal.cpp f0cff612eb Add support for using C++ `double` type in imported function declarations (#5868) 9 месяцев назад
handle_loop_statement.cpp 866794b82a Check and lowering support for `for` loops. (#5698) 10 месяцев назад
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 год назад
handle_name.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 11 месяцев назад
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 год назад
handle_operator.cpp aeba878335 Clean up some TODO and other comments (#5813) 9 месяцев назад
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_pattern_list.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_struct.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 год назад
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 год назад
handle_where.cpp 565f39480a Make the .Self entity name in a `WhereExpr` a canonical one (#5827) 9 месяцев назад
impl.cpp ef748ab36d Factor out an impl declaration helper function (#5851) 9 месяцев назад
impl.h ef748ab36d Factor out an impl declaration helper function (#5851) 9 месяцев назад
impl_lookup.cpp 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) 9 месяцев назад
impl_lookup.h b6a55c0818 Diagnose impls that are fully overlapped by a final impl (#5417) 1 год назад
impl_validation.cpp 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) 9 месяцев назад
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 месяцев назад
import.cpp 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
import.h 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
import_cpp.cpp b320ea77ec Improve source location in an import error. (#5887) 9 месяцев назад
import_cpp.h ae16014df8 Don't import a C++ class definition until the class is required to be complete. (#5865) 9 месяцев назад
import_ref.cpp 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
import_ref.h 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) 9 месяцев назад
inst.cpp a85d292f8d Change from ToImplicit to AsDesugared (#5591) 11 месяцев назад
inst.h 6ca4e2e089 Fix a small implicit/desugared reference (#5791) 10 месяцев назад
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 год назад
inst_block_stack.h 5da87f43da Split SemIR's formatter class into a more typical h+cpp (#5372) 1 год назад
interface.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
interface.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
keyword_modifier_set.h c455dbef54 Clean up `KeywordModifierSet` after #5345 (#5425) 1 год назад
lexical_lookup.h 110af3bfe4 Set an explicit size for lexical lookup's vector (#5786) 10 месяцев назад
literal.cpp f0cff612eb Add support for using C++ `double` type in imported function declarations (#5868) 9 месяцев назад
literal.h f0cff612eb Add support for using C++ `double` type in imported function declarations (#5868) 9 месяцев назад
member_access.cpp 3d07794650 Gracefully error in non-compound member lookup into a runtime facet value (#5485) 11 месяцев назад
member_access.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 год назад
merge.cpp fbc5994750 Support importing `var` parameters (#5400) 11 месяцев назад
merge.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 год назад
name_component.cpp 8738497301 Fix parse support for 'fn F[];' (#5135) 1 год назад
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
name_lookup.cpp 30f0ddab71 Add support for importing access from C++ to Carbon (#5858) 9 месяцев назад
name_lookup.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 11 месяцев назад
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 11 месяцев назад
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 11 месяцев назад
node_stack.cpp 1917ea223e Avoid redundantly specifying Id::Kind. (#4911) 1 год назад
node_stack.h 866794b82a Check and lowering support for `for` loops. (#5698) 10 месяцев назад
operator.cpp a85d292f8d Change from ToImplicit to AsDesugared (#5591) 11 месяцев назад
operator.h 422cc3d48a Move diagnostic usings off Context (#5007) 1 год назад
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 год назад
pattern.cpp 866794b82a Check and lowering support for `for` loops. (#5698) 10 месяцев назад
pattern.h 866794b82a Check and lowering support for `for` loops. (#5698) 10 месяцев назад
pattern_match.cpp b21d0c4210 Fix tuple patterns matching expressions with atomic tuple form. (#5697) 10 месяцев назад
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
pending_block.h 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 год назад
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
return.cpp 6a53947c5c Handle destruction for return statements (#5785) 10 месяцев назад
return.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 год назад
scope_index.h f0403dadab Move None to IdBase (#5030) 1 год назад
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
scope_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 год назад
subst.cpp 105618ecb1 Resolve nested accesses in rewrite constraints (#5872) 9 месяцев назад
subst.h 105618ecb1 Resolve nested accesses in rewrite constraints (#5872) 9 месяцев назад
thunk.cpp 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 месяцев назад
thunk.h 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) 10 месяцев назад
type.cpp a6acba9eab Support for importing const-qualified types from C++. (#5794) 9 месяцев назад
type.h a6acba9eab Support for importing const-qualified types from C++. (#5794) 9 месяцев назад
type_completion.cpp ae16014df8 Don't import a C++ class definition until the class is required to be complete. (#5865) 9 месяцев назад
type_completion.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 год назад
type_structure.cpp 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) 9 месяцев назад
type_structure.h 19a7fb08b7 Switch handling of errors in impls to not build a type structure (#5881) 9 месяцев назад