Richard Smith b784900305 Simplify struct literal pop loop. (#7158) 1 dia atrás
..
cpp 071ab9f532 Import dynamic-ness of a C++ class (#7141) 1 dia atrás
fuzzer_corpus 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) 1 ano atrás
testdata 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
BUILD 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
action.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
action.h 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
call.cpp aebd7f9d7f Simplify logic a little. (#7153) 1 dia atrás
call.h bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
check.cpp 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 meses atrás
check.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 meses atrás
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 ano atrás
check_unit.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) 1 mês atrás
check_unit.h 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 meses atrás
class.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 meses atrás
class.h 27be0973e7 Vtable support for generics (#5793) 9 meses atrás
context.cpp 709776ad1c Support for locations in transitively imported C++ code (#7093) 1 semana atrás
context.h 709776ad1c Support for locations in transitively imported C++ code (#7093) 1 semana atrás
control_flow.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) 1 mês atrás
control_flow.h 6a53947c5c Handle destruction for return statements (#5785) 9 meses atrás
convert.cpp bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
convert.h bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
core_identifier.cpp c0b335b87f Add well-known identifier caching (#6486) 4 meses atrás
core_identifier.def 37b238fa28 Make C++ types impl `Core.Default`. (#6962) 1 mês atrás
core_identifier.h c0b335b87f Add well-known identifier caching (#6486) 4 meses atrás
custom_witness.cpp 62b94f7932 reduces how many `SpecificId`s a custom witness generates (#6961) 2 dias atrás
custom_witness.h 9480c10ecf teaches arithmetic interfaces about C++ operators (#7123) 5 dias atrás
decl_introducer_state.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 meses atrás
decl_name_stack.cpp fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 meses atrás
decl_name_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
deduce.cpp ba6257891e Remove ValueParamPattern case from deduction (#6869) 1 mês atrás
deduce.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
deferred_definition_worklist.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 meses atrás
deferred_definition_worklist.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 meses atrás
diagnostic_emitter.cpp 709776ad1c Support for locations in transitively imported C++ code (#7093) 1 semana atrás
diagnostic_emitter.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 meses atrás
diagnostic_helpers.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 meses atrás
dump.cpp 54a1c8213c Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524) 4 meses atrás
eval.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
eval.h a2ba7f1262 Have Specific track whether regions contain errors (#6982) 1 mês atrás
eval_inst.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
eval_inst.h 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
facet_type.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
facet_type.h 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
full_pattern_stack.h 18cfeb7476 Add support for `->?` return forms (#6849) 1 mês atrás
function.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
function.h 0124aae041 Import non-const rvalue references as var parameters. (#7125) 4 dias atrás
generic.cpp a2ba7f1262 Have Specific track whether regions contain errors (#6982) 1 mês atrás
generic.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
generic_region_stack.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
generic_region_stack.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
global_init.cpp 49c7288619 Restructure return declaration handling (#7076) 1 semana atrás
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 ano atrás
handle.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 meses atrás
handle_alias.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 meses atrás
handle_array.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 ano atrás
handle_binding_pattern.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
handle_call_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 meses atrás
handle_choice.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
handle_class.cpp b5877d8afa Factor out definition merging logic. (#7154) 1 dia atrás
handle_codeblock.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
handle_export.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 ano atrás
handle_expr_statement.cpp 69b9982e95 Convert discarded calls in thunks. (#5452) 11 meses atrás
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 ano atrás
handle_form_literal.cpp 21291b4cc3 Remove `InitForm::index` (#6817) 1 mês atrás
handle_function.cpp b5877d8afa Factor out definition merging logic. (#7154) 1 dia atrás
handle_if_expr.cpp ab409a6a71 Simplify type check. (#7155) 1 dia atrás
handle_if_statement.cpp 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 ano atrás
handle_impl.cpp 49c7288619 Restructure return declaration handling (#7076) 1 semana atrás
handle_import_and_package.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 mês atrás
handle_index.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 meses atrás
handle_inline_decl.cpp 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 mês atrás
handle_interface.cpp 9480c10ecf teaches arithmetic interfaces about C++ operators (#7123) 5 dias atrás
handle_lambda.cpp 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 meses atrás
handle_let_and_var.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) 2 semanas atrás
handle_literal.cpp 44f2a68ee0 Fix iN/uN type literal width check for multiples of 8 (#6949) 1 mês atrás
handle_loop_statement.cpp 0124aae041 Import non-const rvalue references as var parameters. (#7125) 4 dias atrás
handle_match.cpp 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 mês atrás
handle_modifier.cpp 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 meses atrás
handle_name.cpp 18cfeb7476 Add support for `->?` return forms (#6849) 1 mês atrás
handle_named_constraint.cpp d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) 1 mês atrás
handle_namespace.cpp 315e206ff1 Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355) 1 ano atrás
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 ano atrás
handle_observe.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 meses atrás
handle_operator.cpp 23339bc810 Fix initialization of var parameters. (#7023) 4 dias atrás
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 ano atrás
handle_pattern_list.cpp e7626f46cc Get rid of `AddPatternInst` (#7075) 2 semanas atrás
handle_require.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 ano atrás
handle_struct.cpp b784900305 Simplify struct literal pop loop. (#7158) 1 dia atrás
handle_tuple_literal.cpp 2c6d9c7f66 Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708) 2 meses atrás
handle_where.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
impl.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
impl.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
impl_lookup.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
impl_lookup.h d9841992cb Replace .Self in facet types (#7097) 1 semana atrás
impl_validation.cpp 35d505a985 Check the orphan rule for impls (#6488) 4 meses atrás
impl_validation.h 950d83451a Add diagnostics for invalid impl declarations (#5420) 11 meses atrás
import.cpp e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) 1 mês atrás
import.h e0305684b0 Add MakeVerifiedLocIdAndInst for runtime validation (#6942) 1 mês atrás
import_ref.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
import_ref.h e8cd229e74 When performing an impl lookup, only import impls for related interfaces. (#6040) 7 meses atrás
inst.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
inst.h e7626f46cc Get rid of `AddPatternInst` (#7075) 2 semanas atrás
inst_block_stack.cpp c0ee446cec Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166) 1 ano atrás
inst_block_stack.h ff0cea55f6 Add require decls to Interface and NamedConstraint (#6321) 5 meses atrás
interface.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
interface.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
keyword_modifier_set.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 meses atrás
keyword_modifier_set.h 1b2ae912fc Add basic support for `eval fn` and `musteval fn`. (#6694) 2 meses atrás
lexical_lookup.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
literal.cpp f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 meses atrás
literal.h f9ab963bd6 Add a `type_literal` instruction to represent syntactic type literals. (#6781) 2 meses atrás
member_access.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
member_access.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 meses atrás
merge.cpp e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) 1 mês atrás
merge.h e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) 1 mês atrás
modifiers.cpp 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
modifiers.h 917a6ea971 Add an interface-with-self generic to each interface and same for constraints (#6667) 2 meses atrás
name_component.cpp 49c7288619 Restructure return declaration handling (#7076) 1 semana atrás
name_component.h 49c7288619 Restructure return declaration handling (#7076) 1 semana atrás
name_lookup.cpp 5503f643c6 Introduce typed-inst accessors for ConstantValueStore (#6980) 1 mês atrás
name_lookup.h 7f7186c227 Extended name lookup replaces inner Self (#6632) 3 meses atrás
name_ref.cpp e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 meses atrás
name_ref.h e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 meses atrás
name_scope.cpp 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 meses atrás
name_scope.h 2d38978756 Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465) 4 meses atrás
node_id_traversal.cpp 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 meses atrás
node_id_traversal.h 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 meses atrás
node_stack.cpp 9106f9533c Use lines instead of statements for readability-function-size clang-tidy (#6594) 3 meses atrás
node_stack.h 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
operator.cpp bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
operator.h fbc8d59d32 Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761) 2 meses atrás
param_and_arg_refs_stack.h e7b68572fa Consolidate post-check logic (#5003) 1 ano atrás
pattern.cpp 4c9049346d Replace form insts with actions (#7100) 3 dias atrás
pattern.h 0124aae041 Import non-const rvalue references as var parameters. (#7125) 4 dias atrás
pattern_match.cpp bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
pattern_match.h bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
pending_block.h 23339bc810 Fix initialization of var parameters. (#7023) 4 dias atrás
period_self.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
period_self.h 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
pointer_dereference.cpp 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 ano atrás
pointer_dereference.h 95903dc624 Generate thunks for functions in `impl`s (#5390) 1 ano atrás
region_stack.h 181a592b8c Support for parsing expression patterns (#6977) 1 mês atrás
require_impls_stack.cpp d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) 1 mês atrás
require_impls_stack.h d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) 1 mês atrás
return.cpp 0fcbe7c6b5 Remove redundant call. (#7156) 1 dia atrás
return.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
scope_index.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) 5 meses atrás
scope_stack.cpp fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
scope_stack.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás
subst.cpp 554b1b8d10 Remove SymbolicBindingType (#7114) 5 dias atrás
subst.h 0811d996e1 Finish renaming BindName and related insts. (#6281) 6 meses atrás
thunk.cpp bd6aeae9d4 Don't require `ref` tags in thunks (#7115) 3 dias atrás
thunk.h 114cf401c2 Support C++ calling Carbon functions with non-`()` return type (#7051) 2 semanas atrás
type.cpp 554b1b8d10 Remove SymbolicBindingType (#7114) 5 dias atrás
type.h bf9219d30e Check support for form literals and `:?` bindings (#6747) 2 meses atrás
type_completion.cpp 46bb0fecd4 Properly diagnose ambiguous `.Self` in `T impls X where...` (#7132) 1 dia atrás
type_completion.h d6be20641c Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915) 1 mês atrás
type_structure.cpp 6cc08ae6e6 Remove SymbolicBinding step in TypeIterator (#7039) 3 semanas atrás
type_structure.h 8e577a5d28 Prevent accidental copies of TypeStructure (#6519) 4 meses atrás
unused.cpp 34651f429f Clean up some of the TODOs in unused.carbon (#6794) 2 meses atrás
unused.h fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 meses atrás