Richard Smith ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 bulan lalu
..
cpp fd2d210c63 changes `LookupCppImpl`'s return to handle multiple associated entities (#6916) 1 bulan lalu
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 tahun lalu
testdata ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 bulan lalu
BUILD f210f4ab04 Add initial support for importing C++ constexprs as Carbon constants (#6770) 2 bulan lalu
action.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
action.h f0663715dd Even more usage of TypeInstId (#5296) 1 tahun lalu
call.cpp b14015602b Make Destroy.Op functions able to have a body (#6729) 2 bulan lalu
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) 3 bulan lalu
check.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 bulan lalu
check.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 bulan lalu
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 tahun lalu
check_unit.cpp d5ec82e7ac Don't crash if clang setup fails. (#6804) 2 bulan lalu
check_unit.h 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 bulan lalu
class.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
class.h 27be0973e7 Vtable support for generics (#5793) 9 bulan lalu
context.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
context.h bf9219d30e Check support for form literals and `:?` bindings (#6747) 2 bulan lalu
control_flow.cpp c0b335b87f Add well-known identifier caching (#6486) 4 bulan lalu
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) 9 bulan lalu
convert.cpp 6d1130f657 Allow no-op conversions on incomplete types. (#6926) 1 bulan lalu
convert.h 15680ba101 Support calling functions with explicit template arguments. (#6814) 2 bulan lalu
core_identifier.cpp c0b335b87f Add well-known identifier caching (#6486) 4 bulan lalu
core_identifier.def ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 bulan lalu
core_identifier.h c0b335b87f Add well-known identifier caching (#6486) 4 bulan lalu
custom_witness.cpp ffe8f8f67d Revert "refactors `LookupCppImpl` to handle multiple associated functions (#6816)" (#6900) 1 bulan lalu
custom_witness.h ffe8f8f67d Revert "refactors `LookupCppImpl` to handle multiple associated functions (#6816)" (#6900) 1 bulan lalu
decl_introducer_state.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 bulan lalu
decl_name_stack.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
decl_name_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
deduce.cpp ba6257891e Remove ValueParamPattern case from deduction (#6869) 1 bulan lalu
deduce.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 bulan lalu
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 bulan lalu
diagnostic_emitter.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
diagnostic_emitter.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 bulan lalu
diagnostic_helpers.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
dump.cpp 54a1c8213c Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524) 4 bulan lalu
eval.cpp ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 bulan lalu
eval.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
eval_inst.cpp 943cd41924 Support constexpr pointers (#6907) 1 bulan lalu
eval_inst.h 393e6e4f9a Fix typos in eval_inst.h (#6775) 2 bulan lalu
facet_type.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
facet_type.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
full_pattern_stack.h 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
function.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
function.h b14015602b Make Destroy.Op functions able to have a body (#6729) 2 bulan lalu
generic.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
generic.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
generic_region_stack.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
generic_region_stack.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
global_init.cpp 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 tahun lalu
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 bulan lalu
handle_alias.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 bulan lalu
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 tahun lalu
handle_binding_pattern.cpp 08148f3a3a Refactor AddBindingPattern into composable pieces (#6927) 1 bulan lalu
handle_call_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 bulan lalu
handle_choice.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
handle_class.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
handle_codeblock.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 tahun lalu
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 11 bulan lalu
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 tahun lalu
handle_form_literal.cpp 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
handle_function.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
handle_if_expr.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 tahun lalu
handle_impl.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
handle_import_and_package.cpp 8166f9a7cf Formalize Cpp as a PackageNameId (#6306) 5 bulan lalu
handle_index.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
handle_interface.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
handle_lambda.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 bulan lalu
handle_let_and_var.cpp ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 bulan lalu
handle_literal.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 bulan lalu
handle_loop_statement.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
handle_match.cpp 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 bulan lalu
handle_modifier.cpp 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 bulan lalu
handle_name.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
handle_named_constraint.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 tahun lalu
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 tahun lalu
handle_observe.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 bulan lalu
handle_operator.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 tahun lalu
handle_pattern_list.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 bulan lalu
handle_require.cpp bad9beddc7 Diagnose using named constraint's name inside its definition (#6906) 1 bulan lalu
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 tahun lalu
handle_struct.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
handle_tuple_literal.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
handle_where.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
impl.cpp 142596b49c Diagnose unidentified type-of-self in impl lookup query (#6769) 2 bulan lalu
impl.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
impl_lookup.cpp 6359e3f550 Dedupe self values in identify facet type (#6819) 2 bulan lalu
impl_lookup.h c77eebd15e Cache final impl lookup results. (#6452) 5 bulan lalu
impl_validation.cpp 35d505a985 Check the orphan rule for impls (#6488) 4 bulan lalu
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 bulan lalu
import.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 bulan lalu
import.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 bulan lalu
import_ref.cpp 4df2b6ea9d adds checking support for `CppUnsafeDeref` witness (#6890) 1 bulan lalu
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) 7 bulan lalu
inst.cpp 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 bulan lalu
inst.h 877179d6d9 Refactor addition of imported locations and placeholders (#6354) 5 bulan lalu
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 tahun lalu
inst_block_stack.h ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 bulan lalu
interface.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
interface.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 bulan lalu
keyword_modifier_set.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 bulan lalu
lexical_lookup.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
literal.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 bulan lalu
literal.h f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 bulan lalu
member_access.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
member_access.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
merge.cpp 002b7c74ea Support CARBON_KIND with Any types (#6828) 1 bulan lalu
merge.h 22580a47d3 Initial support for empty named constraints (#6245) 6 bulan lalu
modifiers.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
modifiers.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 bulan lalu
name_component.cpp 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
name_component.h 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
name_lookup.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
name_lookup.h 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 bulan lalu
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 bulan lalu
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 bulan lalu
name_scope.cpp 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 bulan lalu
name_scope.h 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 bulan lalu
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 bulan lalu
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 bulan lalu
node_stack.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 bulan lalu
node_stack.h 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 bulan lalu
operator.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
operator.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 bulan lalu
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 tahun lalu
pattern.cpp 08148f3a3a Refactor AddBindingPattern into composable pieces (#6927) 1 bulan lalu
pattern.h 08148f3a3a Refactor AddBindingPattern into composable pieces (#6927) 1 bulan lalu
pattern_match.cpp 08148f3a3a Refactor AddBindingPattern into composable pieces (#6927) 1 bulan lalu
pattern_match.h 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
pending_block.h 980ab7fab3 Fix handling of compatible conversions in initialization. (#6797) 2 bulan lalu
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 tahun lalu
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 tahun lalu
region_stack.h 55da026a46 Remove the SemIRLoc typedef (#5299) 1 tahun lalu
return.cpp 21291b4cc3 Remove `InitForm::index` (#6817) 1 bulan lalu
return.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
scope_index.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 bulan lalu
scope_stack.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
scope_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu
subst.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 bulan lalu
subst.h 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 bulan lalu
thunk.cpp 08148f3a3a Refactor AddBindingPattern into composable pieces (#6927) 1 bulan lalu
thunk.h 372f632d9d Implement support for copying C++ classes. (#6434) 5 bulan lalu
type.cpp bf9219d30e Check support for form literals and `:?` bindings (#6747) 2 bulan lalu
type.h bf9219d30e Check support for form literals and `:?` bindings (#6747) 2 bulan lalu
type_completion.cpp 27cc14848a Use a single work queue in RequireIdentifiedFacetType (#6904) 1 bulan lalu
type_completion.h 6d1130f657 Allow no-op conversions on incomplete types. (#6926) 1 bulan lalu
type_structure.cpp 0679b779fb Return SymbolicBindingType separately in TypeIterator (#6193) 6 bulan lalu
type_structure.h 8e577a5d28 Prevent accidental copies of TypeStructure (#6519) 4 bulan lalu
unused.cpp 34651f429f Clean up some of the TODOs in unused.carbon (#6794) 2 bulan lalu
unused.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 bulan lalu