Geoff Romer 39503a5561 Disambiguate "value binding" (#6231) hace 6 meses
..
cpp 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) hace 6 meses
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) hace 1 año
testdata b3c25ecfa2 Allow implicit conversion to a value expression to remove `const`. (#6253) hace 6 meses
BUILD 840562feb3 C++ Interop: Fix access calculation to handle private member of base classes correctly (#6238) hace 6 meses
action.cpp 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) hace 1 año
action.h f0663715dd Even more usage of TypeInstId (#5296) hace 1 año
call.cpp 5705b94da8 Add `PerformCallToCppFunction()` which calls simplified version of `PerformCppOverloadResolution()` before calling `PerformCallToFunction()` (#6122) hace 7 meses
call.h 5705b94da8 Add `PerformCallToCppFunction()` which calls simplified version of `PerformCppOverloadResolution()` before calling `PerformCallToFunction()` (#6122) hace 7 meses
check.cpp 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) hace 7 meses
check.h 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) hace 7 meses
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) hace 1 año
check_unit.cpp b1f734e1cd Switch `EvalLookupSingleImplWitness` from "concrete" to "final" terminology (#6246) hace 6 meses
check_unit.h 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) hace 7 meses
class.cpp 50a0f908c6 Mark `Check::Context::insts()` as `const` and use it in more use cases (#6093) hace 7 meses
class.h 27be0973e7 Vtable support for generics (#5793) hace 9 meses
context.cpp 12fa65e53c Check for use of `InstId`s from the wrong `SemIR::File` (#5997) hace 7 meses
context.h ffefa7711c Move the mapping from entity name to an imported C++ global variable declaration outside of `EntityName` (#6211) hace 6 meses
control_flow.cpp e855f38b8c Tag destruction as desugaring (#5790) hace 9 meses
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) hace 9 meses
convert.cpp b3c25ecfa2 Allow implicit conversion to a value expression to remove `const`. (#6253) hace 6 meses
convert.h 304d2056cc Map nullable C++ pointer types to `Core.Optional(T*)`. (#6230) hace 6 meses
decl_introducer_state.h 94dca7967b Allow `extend final impl as` for impl declarations (#5345) hace 1 año
decl_name_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) hace 1 año
decl_name_stack.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) hace 1 año
deduce.cpp e682a6660d Avoid adding extraneous local instructions while importing witness table entries (#6180) hace 6 meses
deduce.h 493bea1647 Fearlessly hold references into ValueStore again (#5589) hace 11 meses
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
diagnostic_emitter.cpp 629f77eb61 Switch to representing FloatLiteralType as a RealId. (#5944) hace 8 meses
diagnostic_emitter.h bd4fbb4393 Expand use of CheckIRId stores (#5820) hace 9 meses
diagnostic_helpers.h 3f799bd987 Use explicit(false) for implicit construction (#6039) hace 7 meses
dump.cpp 7878f6d70f Move LocId dumping to semir/ (#5656) hace 10 meses
eval.cpp e12d1b6d6d Handle a specific providing ImplWitnessAccess for a symbolic binding used as a type (#6201) hace 6 meses
eval.h 55da026a46 Remove the SemIRLoc typedef (#5299) hace 1 año
eval_inst.cpp b1f734e1cd Switch `EvalLookupSingleImplWitness` from "concrete" to "final" terminology (#6246) hace 6 meses
eval_inst.h a23631f360 Support for lowering references to imported `var`s. (#5513) hace 11 meses
facet_type.cpp 5e3bb523f8 Add builtin functions for destroy, with special requirements in facet types (#6035) hace 7 meses
facet_type.h 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) hace 8 meses
full_pattern_stack.h d264f14027 Clean up handling of `Call` params (#5061) hace 1 año
function.cpp 816d4589cd Make use of new `ArrayRef::consume_*` functions. (#5975) hace 8 meses
function.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
generic.cpp 9010249936 Remove reallocation assumptions from generic code (#6217) hace 6 meses
generic.h 6cc5d7ed2a Add an EnumMaskBase type (#6053) hace 7 meses
generic_region_stack.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
generic_region_stack.h 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
global_init.cpp 5a4b63a040 [Refactor] Move call_params_id from EntityBase to FunctionFields. (#5146) hace 1 año
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) hace 1 año
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
handle_alias.cpp 19532967fa Stop pushing a fake generic for the duration of check. (#5326) hace 1 año
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) hace 1 año
handle_binding_pattern.cpp ed43fd2c1c Give the BindSymbolicName for .Self in a binding pattern a FacetType type (#6036) hace 7 meses
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) hace 1 año
handle_choice.cpp 493bea1647 Fearlessly hold references into ValueStore again (#5589) hace 11 meses
handle_class.cpp 49ba8cf3e1 Switch class to use a blanket impl for `Destroy` (#6125) hace 7 meses
handle_codeblock.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) hace 1 año
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) hace 1 año
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) hace 1 año
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hace 1 año
handle_function.cpp 705c95d6e0 Drop fn destroy support (#6136) hace 7 meses
handle_if_expr.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) hace 1 año
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) hace 1 año
handle_impl.cpp ef748ab36d Factor out an impl declaration helper function (#5851) hace 9 meses
handle_import_and_package.cpp 7cac77119c Support `import Cpp inline "some code";`. (#5904) hace 9 meses
handle_index.cpp e1b87ac2e1 Change IndexWith to use a standard binary operator setup (#6127) hace 7 meses
handle_interface.cpp 4f5d11a28b Build generic eval blocks incrementally (#5313) hace 1 año
handle_let_and_var.cpp 58de34e534 Decouple associated constants from let (#5973) hace 8 meses
handle_literal.cpp bac828d244 Add support for `char` keyword per #5903. (#6078) hace 7 meses
handle_loop_statement.cpp 866794b82a Check and lowering support for `for` loops. (#5698) hace 10 meses
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hace 1 año
handle_modifier.cpp 94dca7967b Allow `extend final impl as` for impl declarations (#5345) hace 1 año
handle_name.cpp 705c95d6e0 Drop fn destroy support (#6136) hace 7 meses
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hace 1 año
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) hace 1 año
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) hace 1 año
handle_operator.cpp 50e5476ee3 Add support for `unsafe as` operator to the toolchain. (#5993) hace 8 meses
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hace 1 año
handle_pattern_list.cpp 58de34e534 Decouple associated constants from let (#5973) hace 8 meses
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) hace 1 año
handle_struct.cpp 03e693873b Detect control flow in entities nested inside functions (#5336) hace 1 año
handle_tuple_literal.cpp a74ca9071b Remove all remaining uses of `TypeId`s as instruction operands. (#5280) hace 1 año
handle_where.cpp 4b0e2b03b6 Add the `.Self` name for the type expression of a compile time binding (#5937) hace 8 meses
impl.cpp e682a6660d Avoid adding extraneous local instructions while importing witness table entries (#6180) hace 6 meses
impl.h ef748ab36d Factor out an impl declaration helper function (#5851) hace 9 meses
impl_lookup.cpp b1f734e1cd Switch `EvalLookupSingleImplWitness` from "concrete" to "final" terminology (#6246) hace 6 meses
impl_lookup.h b1f734e1cd Switch `EvalLookupSingleImplWitness` from "concrete" to "final" terminology (#6246) hace 6 meses
impl_validation.cpp 0ed5d41a1b Avoid mismatched InterfaceId comparison between two files (#6241) hace 6 meses
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) hace 11 meses
import.cpp 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) hace 9 meses
import.h 36f0a73092 Initial support for interop with class/struct/union fields. (#5849) hace 9 meses
import_ref.cpp c7646b74c1 Reduce use of function return type deduction (#6227) hace 6 meses
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) hace 7 meses
inst.cpp 6cc5d7ed2a Add an EnumMaskBase type (#6053) hace 7 meses
inst.h 6ca4e2e089 Fix a small implicit/desugared reference (#5791) hace 9 meses
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) hace 1 año
inst_block_stack.h 5da87f43da Split SemIR's formatter class into a more typical h+cpp (#5372) hace 1 año
interface.cpp 81c2b3be1a Handle some more errors in interfaces without crashing. (#6155) hace 7 meses
interface.h 55da026a46 Remove the SemIRLoc typedef (#5299) hace 1 año
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) hace 7 meses
keyword_modifier_set.h f4bd6e42f9 Replace `impl fn` with `override fn` (#6008) hace 7 meses
lexical_lookup.h 110af3bfe4 Set an explicit size for lexical lookup's vector (#5786) hace 10 meses
literal.cpp 8adb3570ac C++ Interop: Add support for `char` (#5988) hace 8 meses
literal.h 8adb3570ac C++ Interop: Add support for `char` (#5988) hace 8 meses
member_access.cpp 39503a5561 Disambiguate "value binding" (#6231) hace 6 meses
member_access.h 3b6d202730 Implement support for mixed-access overload sets. (#6137) hace 7 meses
merge.cpp fbc5994750 Support importing `var` parameters (#5400) hace 11 meses
merge.h 55da026a46 Remove the SemIRLoc typedef (#5299) hace 1 año
modifiers.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) hace 1 año
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) hace 1 año
name_component.cpp 8738497301 Fix parse support for 'fn F[];' (#5135) hace 1 año
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) hace 1 año
name_lookup.cpp fe020ee08b Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115) hace 7 meses
name_lookup.h 3b6d202730 Implement support for mixed-access overload sets. (#6137) hace 7 meses
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) hace 10 meses
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) hace 10 meses
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) hace 10 meses
node_stack.cpp 1917ea223e Avoid redundantly specifying Id::Kind. (#4911) hace 1 año
node_stack.h 705c95d6e0 Drop fn destroy support (#6136) hace 7 meses
operator.cpp e1b87ac2e1 Change IndexWith to use a standard binary operator setup (#6127) hace 7 meses
operator.h 422cc3d48a Move diagnostic usings off Context (#5007) hace 1 año
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) hace 1 año
pattern.cpp 7209ad7c9f Generate Destroy impls for classes (#5873) hace 9 meses
pattern.h 7209ad7c9f Generate Destroy impls for classes (#5873) hace 9 meses
pattern_match.cpp db0a00d713 Fix double-destruction of temporaries. (#6010) hace 8 meses
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) hace 1 año
pending_block.h b44ba47cf3 Don't treat dependent types as having a copy value representation. (#6055) hace 7 meses
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) hace 1 año
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) hace 1 año
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) hace 1 año
return.cpp d60900cbeb Remove special case for returning value expressions by copy (#6052) hace 7 meses
return.h 95903dc624 Generate thunks for functions in `impl`s (#5390) hace 1 año
scope_index.h f0403dadab Move None to IdBase (#5030) hace 1 año
scope_stack.cpp e060342411 Defer building thunks until the end of the enclosing definition. (#5403) hace 1 año
scope_stack.h 705c95d6e0 Drop fn destroy support (#6136) hace 7 meses
subst.cpp fe020ee08b Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115) hace 7 meses
subst.h fe020ee08b Make FacetAccessType evaluate to SymbolicBindingType for type-of a BindSymbolicName (#6115) hace 7 meses
thunk.cpp 8004c2d5f6 CalleeFunction -> Callee name adjustments (#6117) hace 7 meses
thunk.h 4e5dccdbf7 When making a direct call to a thunk, inline the call in SemIR. (#5642) hace 10 meses
type.cpp 3d592ebe59 Support member access into the type of `(facet as type)` expressions as being into the facet's type (#6190) hace 6 meses
type.h 3d592ebe59 Support member access into the type of `(facet as type)` expressions as being into the facet's type (#6190) hace 6 meses
type_completion.cpp f29515fe4e Move C++ interop related `check` code files to a `cpp` dir (#6065) hace 7 meses
type_completion.h 55da026a46 Remove the SemIRLoc typedef (#5299) hace 1 año
type_structure.cpp 0679b779fb Return SymbolicBindingType separately in TypeIterator (#6193) hace 6 meses
type_structure.h 0166d8837c Update Documentation to use new expression terminology (#5890) hace 7 meses