Dana Jansens 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 miesięcy temu
..
cpp cc204ead96 Allow NRVO in `InventClangArgs`. (#6624) 3 miesięcy temu
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 rok temu
testdata 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 miesięcy temu
BUILD f1f6005d4a Perform Clang IRGen during `check` (#6569) 3 miesięcy temu
action.cpp 42e2280150 Clean up singleton TypeId use (#6300) 6 miesięcy temu
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 rok temu
call.cpp 4a47f1ebeb Remove some uses of ReturnTypeInfo (#6577) 3 miesięcy temu
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 4 miesięcy temu
check.cpp f1f6005d4a Perform Clang IRGen during `check` (#6569) 3 miesięcy temu
check.h f1f6005d4a Perform Clang IRGen during `check` (#6569) 3 miesięcy temu
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 rok temu
check_unit.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 miesięcy temu
check_unit.h 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 miesięcy temu
class.cpp 50a0f908c6 Mark `Check::Context::insts()` as `const` and use it in more use cases (#6093) 7 miesięcy temu
class.h 27be0973e7 Vtable support for generics (#5793) 9 miesięcy temu
context.cpp c64117d0e0 Make IdTag typesafe (#6574) 3 miesięcy temu
context.h 95eb7b16bb Expose C++ reference returns as Carbon reference returns (#6618) 3 miesięcy temu
control_flow.cpp c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) 9 miesięcy temu
convert.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
convert.h e1ec8d42d1 Give `ReturnExpr` a target only when initialization is in-place (#6570) 3 miesięcy temu
core_identifier.cpp c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
core_identifier.def c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
core_identifier.h c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
custom_witness.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
custom_witness.h c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 miesięcy temu
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 rok temu
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 rok temu
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 rok temu
deduce.cpp 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 miesięcy temu
deduce.h 493bea1647 Fearlessly hold references into ValueStore again (#5589) 11 miesięcy temu
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 miesięcy temu
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 miesięcy temu
diagnostic_emitter.cpp 3a7c44c5c4 Check required implementations when an enclosing interface is implemented (#6522) 3 miesięcy temu
diagnostic_emitter.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 miesięcy temu
diagnostic_helpers.h 3f799bd987 Use explicit(false) for implicit construction (#6039) 7 miesięcy temu
dump.cpp 54a1c8213c Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524) 4 miesięcy temu
eval.cpp 31919afa24 Allow conversion between `T*` and `Cpp.void*`. (#6575) 3 miesięcy temu
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 rok temu
eval_inst.cpp 935ccce2a6 Fix lowering of imported global variables. (#6567) 3 miesięcy temu
eval_inst.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 miesięcy temu
facet_type.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
facet_type.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
full_pattern_stack.h b72bfb918b Allocate `CallParamIndex`es eagerly (#6540) 4 miesięcy temu
function.cpp 4a47f1ebeb Remove some uses of ReturnTypeInfo (#6577) 3 miesięcy temu
function.h 4a47f1ebeb Remove some uses of ReturnTypeInfo (#6577) 3 miesięcy temu
generic.cpp 30562826b8 Add Inst::IsOneOf to check if an inst is one of a few kinds (#6523) 3 miesięcy temu
generic.h 22580a47d3 Initial support for empty named constraints (#6245) 6 miesięcy temu
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 rok temu
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) 1 rok temu
global_init.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 rok temu
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 miesięcy temu
handle_alias.cpp 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 miesięcy temu
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 rok temu
handle_binding_pattern.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
handle_call_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 miesięcy temu
handle_choice.cpp 8f19f7a7c0 Use the value representation of `T` as that of `MaybeUnformed(T)` where possible (#6334) 5 miesięcy temu
handle_class.cpp 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) 7 miesięcy temu
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 rok temu
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 rok temu
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 1 rok temu
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 rok temu
handle_function.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 miesięcy temu
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) 1 rok temu
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 rok temu
handle_impl.cpp 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 miesięcy temu
handle_import_and_package.cpp 8166f9a7cf Formalize Cpp as a PackageNameId (#6306) 6 miesięcy temu
handle_index.cpp c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
handle_interface.cpp ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 miesięcy temu
handle_lambda.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 miesięcy temu
handle_let_and_var.cpp b72bfb918b Allocate `CallParamIndex`es eagerly (#6540) 4 miesięcy temu
handle_literal.cpp 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 miesięcy temu
handle_loop_statement.cpp c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 rok temu
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) 1 rok temu
handle_name.cpp 47e551141f Change the package namespace to use the package name (#6495) 4 miesięcy temu
handle_named_constraint.cpp ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 miesięcy temu
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 rok temu
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 rok temu
handle_operator.cpp 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 4 miesięcy temu
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 rok temu
handle_pattern_list.cpp 58de34e534 Decouple associated constants from let (#5973) 8 miesięcy temu
handle_require.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 rok temu
handle_struct.cpp fbc7690157 Switch `zip` to `zip_equal` where possible (#6389) 5 miesięcy temu
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) 1 rok temu
handle_where.cpp e5c94b193d Use the new IsFacetTypeOrError function (#6438) 5 miesięcy temu
impl.cpp 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 miesięcy temu
impl.h 848eddc9dd Avoid cyclic lookup of an impl inside its own definition (#6629) 3 miesięcy temu
impl_lookup.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
impl_lookup.h c77eebd15e Cache final impl lookup results. (#6452) 5 miesięcy temu
impl_validation.cpp 35d505a985 Check the orphan rule for impls (#6488) 4 miesięcy temu
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 miesięcy temu
import.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 miesięcy temu
import.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 miesięcy temu
import_ref.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) 7 miesięcy temu
inst.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 miesięcy temu
inst.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 miesięcy temu
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 rok temu
inst_block_stack.h ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 miesięcy temu
interface.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
interface.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 miesięcy temu
keyword_modifier_set.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 miesięcy temu
lexical_lookup.h 110af3bfe4 Set an explicit size for lexical lookup's vector (#5786) 10 miesięcy temu
literal.cpp 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 miesięcy temu
literal.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 miesięcy temu
member_access.cpp ee77aa4b67 Member access into a facet is not a "lookup in type of base" (#6631) 3 miesięcy temu
member_access.h 3b6d202730 Implement support for mixed-access overload sets. (#6137) 7 miesięcy temu
merge.cpp 57a2715f10 Remove support for `addr` (#6375) 5 miesięcy temu
merge.h 22580a47d3 Initial support for empty named constraints (#6245) 6 miesięcy temu
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 rok temu
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 rok temu
name_component.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
name_component.h a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
name_lookup.cpp ee77aa4b67 Member access into a facet is not a "lookup in type of base" (#6631) 3 miesięcy temu
name_lookup.h ee77aa4b67 Member access into a facet is not a "lookup in type of base" (#6631) 3 miesięcy temu
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 miesięcy temu
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 miesięcy temu
name_scope.cpp 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 miesięcy temu
name_scope.h 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 miesięcy temu
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 miesięcy temu
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 miesięcy temu
node_stack.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 miesięcy temu
node_stack.h 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 miesięcy temu
operator.cpp 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 4 miesięcy temu
operator.h c0b335b87f Add well-known identifier caching (#6486) 4 miesięcy temu
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 rok temu
pattern.cpp 6985ecb1d4 Replace GetCurrentReturnSlot with GetReturnedVarParam (#6571) 3 miesięcy temu
pattern.h 0873777237 Import C++ ref parameters as ref parameters (#6360) 5 miesięcy temu
pattern_match.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
pattern_match.h a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
pending_block.h b44ba47cf3 Don't treat dependent types as having a copy value representation. (#6055) 7 miesięcy temu
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 rok temu
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 rok temu
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 rok temu
require_impls.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
require_impls.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
return.cpp 4a47f1ebeb Remove some uses of ReturnTypeInfo (#6577) 3 miesięcy temu
return.h 6985ecb1d4 Replace GetCurrentReturnSlot with GetReturnedVarParam (#6571) 3 miesięcy temu
scope_index.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 miesięcy temu
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) 1 rok temu
scope_stack.h 705c95d6e0 Drop fn destroy support (#6136) 7 miesięcy temu
subst.cpp c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 miesięcy temu
subst.h 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 miesięcy temu
thunk.cpp a2737a3189 Add `Call` param patterns to `Function` (#6586) 3 miesięcy temu
thunk.h 372f632d9d Implement support for copying C++ classes. (#6434) 5 miesięcy temu
type.cpp 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 miesięcy temu
type.h 6b28213b36 Add interop support for naming and "calling" C++ templates. (#6474) 4 miesięcy temu
type_completion.cpp 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
type_completion.h 32aa7cb1fa Make identifying a facet type an operation on a (self+facet type) pair (#6592) 3 miesięcy temu
type_structure.cpp 0679b779fb Return SymbolicBindingType separately in TypeIterator (#6193) 6 miesięcy temu
type_structure.h 8e577a5d28 Prevent accidental copies of TypeStructure (#6519) 4 miesięcy temu