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