Richard Smith 335d811b9f Add a bit more structure to interop/cpp tests. (#7085) před 2 týdny
..
cpp f91990aa87 Override Clang class layout for Carbon class types. (#7071) před 2 týdny
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) před 1 rokem
testdata 335d811b9f Add a bit more structure to interop/cpp tests. (#7085) před 2 týdny
BUILD 0635f4628f Add support for C++ calling Carbon functions with parameters (#7024) před 4 týdny
action.cpp ad0a4ea8a4 Restructure action-dependence APIs (#7074) před 2 týdny
action.h ad0a4ea8a4 Restructure action-dependence APIs (#7074) před 2 týdny
call.cpp 114cf401c2 Support C++ calling Carbon functions with non-`()` return type (#7051) před 2 týdny
call.h 0e5832d3c2 Model `ref` tags as insts instead of annotations (#6541) před 4 měsíci
check.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) před 3 měsíci
check.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) před 3 měsíci
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) před 1 rokem
check_unit.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) před 1 měsícem
check_unit.h 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) před 3 měsíci
class.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
class.h 27be0973e7 Vtable support for generics (#5793) před 9 měsíci
context.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
context.h 1ef35e8299 Fix name mangling for Carbon functions called from C++ (#6984) před 1 měsícem
control_flow.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) před 1 měsícem
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) před 9 měsíci
convert.cpp ad0a4ea8a4 Restructure action-dependence APIs (#7074) před 2 týdny
convert.h 15680ba101 Support calling functions with explicit template arguments. (#6814) před 2 měsíci
core_identifier.cpp c0b335b87f Add well-known identifier caching (#6486) před 4 měsíci
core_identifier.def 37b238fa28 Make C++ types impl `Core.Default`. (#6962) před 1 měsícem
core_identifier.h c0b335b87f Add well-known identifier caching (#6486) před 4 měsíci
custom_witness.cpp a6061d975c Compute type layouts in SemIR / Check (#7066) před 2 týdny
custom_witness.h 6f0ec37a8b Make C++ enum types impl Core.Copy. (#7013) před 1 měsícem
decl_introducer_state.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) před 2 měsíci
decl_name_stack.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
decl_name_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
deduce.cpp ba6257891e Remove ValueParamPattern case from deduction (#6869) před 1 měsícem
deduce.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) před 10 měsíci
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) před 10 měsíci
diagnostic_emitter.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
diagnostic_emitter.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) před 3 měsíci
diagnostic_helpers.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
dump.cpp 54a1c8213c Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524) před 4 měsíci
eval.cpp ad0a4ea8a4 Restructure action-dependence APIs (#7074) před 2 týdny
eval.h a2ba7f1262 Have Specific track whether regions contain errors (#6982) před 1 měsícem
eval_inst.cpp 0075d530b9 Support const eval when calling a C++ thunk (#6947) před 1 měsícem
eval_inst.h 393e6e4f9a Fix typos in eval_inst.h (#6775) před 2 měsíci
facet_type.cpp cc5a42691e Add `where T impls X` constraints into the FacetTypeInfo (#7038) před 3 týdny
facet_type.h cc5a42691e Add `where T impls X` constraints into the FacetTypeInfo (#7038) před 3 týdny
full_pattern_stack.h 18cfeb7476 Add support for `->?` return forms (#6849) před 1 měsícem
function.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
function.h 0635f4628f Add support for C++ calling Carbon functions with parameters (#7024) před 4 týdny
generic.cpp a2ba7f1262 Have Specific track whether regions contain errors (#6982) před 1 měsícem
generic.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
generic_region_stack.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
generic_region_stack.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
global_init.cpp 21291b4cc3 Remove `InitForm::index` (#6817) před 2 měsíci
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) před 1 rokem
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) před 10 měsíci
handle_alias.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) před 2 měsíci
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) před 1 rokem
handle_binding_pattern.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
handle_call_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) před 4 měsíci
handle_choice.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
handle_class.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
handle_codeblock.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) před 1 rokem
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) před 1 rokem
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) před 1 rokem
handle_form_literal.cpp 21291b4cc3 Remove `InitForm::index` (#6817) před 2 měsíci
handle_function.cpp e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) před 1 měsícem
handle_if_expr.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) před 1 rokem
handle_impl.cpp 18cfeb7476 Add support for `->?` return forms (#6849) před 1 měsícem
handle_import_and_package.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) před 1 měsícem
handle_index.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
handle_inline_decl.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) před 1 měsícem
handle_interface.cpp d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
handle_lambda.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) před 3 měsíci
handle_let_and_var.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
handle_literal.cpp 44f2a68ee0 Fix iN/uN type literal width check for multiples of 8 (#6949) před 1 měsícem
handle_loop_statement.cpp 181a592b8c Support for parsing expression patterns (#6977) před 1 měsícem
handle_match.cpp 99bde2acb3 Refactor `match` parse nodes. (#6870) před 1 měsícem
handle_modifier.cpp 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) před 2 měsíci
handle_name.cpp 18cfeb7476 Add support for `->?` return forms (#6849) před 1 měsícem
handle_named_constraint.cpp d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) před 1 rokem
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) před 1 rokem
handle_observe.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) před 2 měsíci
handle_operator.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) před 1 rokem
handle_pattern_list.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
handle_require.cpp b8bc7bffd2 Rework validation of require constraints (#7081) před 2 týdny
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) před 1 rokem
handle_struct.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
handle_tuple_literal.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) před 2 měsíci
handle_where.cpp 12d7574636 Include extended named constraints in the type of `.Self` for a where clause (#7048) před 3 týdny
impl.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) před 1 měsícem
impl.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
impl_lookup.cpp e1f30669af Remove TODO in impl lookup for discarding unused witnesses (#7032) před 4 týdny
impl_lookup.h d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
impl_validation.cpp 35d505a985 Check the orphan rule for impls (#6488) před 4 měsíci
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) před 11 měsíci
import.cpp e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) před 1 měsícem
import.h e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) před 1 měsícem
import_ref.cpp ea409f7cbf Fix crash lowering call to generic function with concrete type in signature (#7009) před 1 měsícem
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) před 7 měsíci
inst.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
inst.h e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) před 1 rokem
inst_block_stack.h ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) před 5 měsíci
interface.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
interface.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) před 7 měsíci
keyword_modifier_set.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) před 2 měsíci
lexical_lookup.h fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
literal.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) před 2 měsíci
literal.h f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) před 2 měsíci
member_access.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) před 1 měsícem
member_access.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
merge.cpp e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) před 1 měsícem
merge.h e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) před 1 měsícem
modifiers.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
modifiers.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) před 2 měsíci
name_component.cpp 21291b4cc3 Remove `InitForm::index` (#6817) před 2 měsíci
name_component.h 21291b4cc3 Remove `InitForm::index` (#6817) před 2 měsíci
name_lookup.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) před 1 měsícem
name_lookup.h 7f7186c227 Extended name lookup replaces inner Self (#6632) před 3 měsíci
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) před 10 měsíci
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) před 10 měsíci
name_scope.cpp 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) před 4 měsíci
name_scope.h 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) před 4 měsíci
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) před 10 měsíci
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) před 10 měsíci
node_stack.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) před 3 měsíci
node_stack.h 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) před 1 měsícem
operator.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
operator.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) před 2 měsíci
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) před 1 rokem
pattern.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
pattern.h af04d08965 Track declared form with an InstId instead of a ConstantId. (#7072) před 2 týdny
pattern_match.cpp af04d08965 Track declared form with an InstId instead of a ConstantId. (#7072) před 2 týdny
pattern_match.h 114cf401c2 Support C++ calling Carbon functions with non-`()` return type (#7051) před 2 týdny
pending_block.h 980ab7fab3 Fix handling of compatible conversions in initialization. (#6797) před 2 měsíci
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) před 1 rokem
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) před 1 rokem
region_stack.h 181a592b8c Support for parsing expression patterns (#6977) před 1 měsícem
require_impls_stack.cpp d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
require_impls_stack.h d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
return.cpp 7c94878c10 fixed a crash when lowering a ref return initialized by value expression (#7049) před 2 týdny
return.h fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
scope_index.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) před 5 měsíci
scope_stack.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
scope_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci
subst.cpp 451b50a3ad Add storage for `<type> impls <facettype>` in the FacetTypeInfo (#7005) před 1 měsícem
subst.h 0811d996e1 Finish renaming BindName and related insts. (#6281) před 6 měsíci
thunk.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) před 2 týdny
thunk.h 114cf401c2 Support C++ calling Carbon functions with non-`()` return type (#7051) před 2 týdny
type.cpp bf9219d30e Check support for form literals and `:?` bindings (#6747) před 2 měsíci
type.h bf9219d30e Check support for form literals and `:?` bindings (#6747) před 2 měsíci
type_completion.cpp a6061d975c Compute type layouts in SemIR / Check (#7066) před 2 týdny
type_completion.h d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) před 1 měsícem
type_structure.cpp 6cc08ae6e6 Remove SymbolicBinding step in TypeIterator (#7039) před 3 týdny
type_structure.h 8e577a5d28 Prevent accidental copies of TypeStructure (#6519) před 4 měsíci
unused.cpp 34651f429f Clean up some of the TODOs in unused.carbon (#6794) před 2 měsíci
unused.h fdb188ccfd Implement unused pattern bindings, continued (#6518) před 2 měsíci