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