| .. |
|
cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
fuzzer_corpus
|
24bde46181
Change array syntax from [T; N] to array(T, N) (#4981)
|
1 год назад |
|
testdata
|
396756c151
Handle Temporary values when const-evaling AcquireValue (#6992)
|
1 месяц назад |
|
BUILD
|
1ef35e8299
Fix name mangling for Carbon functions called from C++ (#6984)
|
1 месяц назад |
|
action.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
action.h
|
f0663715dd
Even more usage of TypeInstId (#5296)
|
1 год назад |
|
call.cpp
|
b14015602b
Make Destroy.Op functions able to have a body (#6729)
|
2 месяцев назад |
|
call.h
|
0e5832d3c2
Model `ref` tags as insts instead of annotations (#6541)
|
3 месяцев назад |
|
check.cpp
|
45ca3d28f5
Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686)
|
2 месяцев назад |
|
check.h
|
45ca3d28f5
Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686)
|
2 месяцев назад |
|
check_fuzzer.cpp
|
0d0e202ce8
Switch Driver back to parameters for construction (#4849)
|
1 год назад |
|
check_unit.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
check_unit.h
|
9106f9533c
Use lines instead of statements for readability-function-size clang-tidy (#6594)
|
3 месяцев назад |
|
class.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
class.h
|
27be0973e7
Vtable support for generics (#5793)
|
9 месяцев назад |
|
context.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
context.h
|
1ef35e8299
Fix name mangling for Carbon functions called from C++ (#6984)
|
1 месяц назад |
|
control_flow.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
control_flow.h
|
6a53947c5c
Handle destruction for return statements (#5785)
|
9 месяцев назад |
|
convert.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
convert.h
|
15680ba101
Support calling functions with explicit template arguments. (#6814)
|
2 месяцев назад |
|
core_identifier.cpp
|
c0b335b87f
Add well-known identifier caching (#6486)
|
4 месяцев назад |
|
core_identifier.def
|
37b238fa28
Make C++ types impl `Core.Default`. (#6962)
|
1 месяц назад |
|
core_identifier.h
|
c0b335b87f
Add well-known identifier caching (#6486)
|
4 месяцев назад |
|
custom_witness.cpp
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
custom_witness.h
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
decl_introducer_state.h
|
1b2ae912fc
Add basic support for `eval fn` and `musteval fn`. (#6694)
|
2 месяцев назад |
|
decl_name_stack.cpp
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
decl_name_stack.h
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
deduce.cpp
|
ba6257891e
Remove ValueParamPattern case from deduction (#6869)
|
1 месяц назад |
|
deduce.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
deferred_definition_worklist.cpp
|
2472f44e44
Track pending thunks on the deferred definition worklist. (#5609)
|
10 месяцев назад |
|
deferred_definition_worklist.h
|
2472f44e44
Track pending thunks on the deferred definition worklist. (#5609)
|
10 месяцев назад |
|
diagnostic_emitter.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
diagnostic_emitter.h
|
45ca3d28f5
Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686)
|
2 месяцев назад |
|
diagnostic_helpers.h
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
dump.cpp
|
54a1c8213c
Add lldb dumping for RequireImplsId and RequireImplsBlockId (#6524)
|
4 месяцев назад |
|
eval.cpp
|
bf6a14ac39
Support `Temporary` constants (#6983)
|
1 месяц назад |
|
eval.h
|
a2ba7f1262
Have Specific track whether regions contain errors (#6982)
|
1 месяц назад |
|
eval_inst.cpp
|
396756c151
Handle Temporary values when const-evaling AcquireValue (#6992)
|
1 месяц назад |
|
eval_inst.h
|
393e6e4f9a
Fix typos in eval_inst.h (#6775)
|
2 месяцев назад |
|
facet_type.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
facet_type.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
full_pattern_stack.h
|
18cfeb7476
Add support for `->?` return forms (#6849)
|
1 месяц назад |
|
function.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
function.h
|
b14015602b
Make Destroy.Op functions able to have a body (#6729)
|
2 месяцев назад |
|
generic.cpp
|
a2ba7f1262
Have Specific track whether regions contain errors (#6982)
|
1 месяц назад |
|
generic.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
generic_region_stack.cpp
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
generic_region_stack.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
global_init.cpp
|
21291b4cc3
Remove `InitForm::index` (#6817)
|
1 месяц назад |
|
global_init.h
|
cf389bf5d3
Split global init out from InstBlockStack. (#4101)
|
1 год назад |
|
handle.h
|
2472f44e44
Track pending thunks on the deferred definition worklist. (#5609)
|
10 месяцев назад |
|
handle_alias.cpp
|
f9ab963bd6
Add a `type_literal` instruction to represent syntactic type literals. (#6781)
|
2 месяцев назад |
|
handle_array.cpp
|
315e206ff1
Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355)
|
1 год назад |
|
handle_binding_pattern.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
handle_call_expr.cpp
|
e940cb72b6
Parse `ref` as operator (#6539)
|
4 месяцев назад |
|
handle_choice.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
handle_class.cpp
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
handle_codeblock.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
handle_export.cpp
|
315e206ff1
Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355)
|
1 год назад |
|
handle_expr_statement.cpp
|
69b9982e95
Convert discarded calls in thunks. (#5452)
|
11 месяцев назад |
|
handle_file.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 год назад |
|
handle_form_literal.cpp
|
21291b4cc3
Remove `InitForm::index` (#6817)
|
1 месяц назад |
|
handle_function.cpp
|
e0c6800ab3
Reverse nesting structure of parameter patterns (#6930)
|
1 месяц назад |
|
handle_if_expr.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
handle_if_statement.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 год назад |
|
handle_impl.cpp
|
18cfeb7476
Add support for `->?` return forms (#6849)
|
1 месяц назад |
|
handle_import_and_package.cpp
|
8166f9a7cf
Formalize Cpp as a PackageNameId (#6306)
|
5 месяцев назад |
|
handle_index.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
handle_interface.cpp
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
handle_lambda.cpp
|
80639a02f0
[parse] Implement initial parsing support for Lambda expressions (#6583)
|
3 месяцев назад |
|
handle_let_and_var.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
handle_literal.cpp
|
44f2a68ee0
Fix iN/uN type literal width check for multiples of 8 (#6949)
|
1 месяц назад |
|
handle_loop_statement.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
handle_match.cpp
|
99bde2acb3
Refactor `match` parse nodes. (#6870)
|
1 месяц назад |
|
handle_modifier.cpp
|
1b2ae912fc
Add basic support for `eval fn` and `musteval fn`. (#6694)
|
2 месяцев назад |
|
handle_name.cpp
|
18cfeb7476
Add support for `->?` return forms (#6849)
|
1 месяц назад |
|
handle_named_constraint.cpp
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
handle_namespace.cpp
|
315e206ff1
Construct LocId from InstId directly (explicitly) instead of doing lookups when possible (#5355)
|
1 год назад |
|
handle_noop.cpp
|
4d0a6db49b
Abort checking when encountering an invalid parse node (#4700)
|
1 год назад |
|
handle_observe.cpp
|
d11ee4b2b1
Implement parsing observe declarations (#6674)
|
2 месяцев назад |
|
handle_operator.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
handle_paren_expr.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 год назад |
|
handle_pattern_list.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
handle_require.cpp
|
bad9beddc7
Diagnose using named constraint's name inside its definition (#6906)
|
1 месяц назад |
|
handle_return_statement.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 год назад |
|
handle_struct.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
handle_tuple_literal.cpp
|
2c6d9c7f66
Rename type's GetInstId to GetTypeInstId, reflecting returned type (#6708)
|
2 месяцев назад |
|
handle_where.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
impl.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
impl.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
impl_lookup.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
impl_lookup.h
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
impl_validation.cpp
|
35d505a985
Check the orphan rule for impls (#6488)
|
4 месяцев назад |
|
impl_validation.h
|
950d83451a
Add diagnostics for invalid impl declarations (#5420)
|
11 месяцев назад |
|
import.cpp
|
e0305684b0
Add MakeVerifiedLocIdAndInst for runtime validation (#6942)
|
1 месяц назад |
|
import.h
|
e0305684b0
Add MakeVerifiedLocIdAndInst for runtime validation (#6942)
|
1 месяц назад |
|
import_ref.cpp
|
bf6a14ac39
Support `Temporary` constants (#6983)
|
1 месяц назад |
|
import_ref.h
|
e8cd229e74
When performing an impl lookup, only import impls for related interfaces. (#6040)
|
7 месяцев назад |
|
inst.cpp
|
a0416a1250
Don't finish the non-canonical instruction created in EvalOrAddInst (#6972)
|
1 месяц назад |
|
inst.h
|
a0416a1250
Don't finish the non-canonical instruction created in EvalOrAddInst (#6972)
|
1 месяц назад |
|
inst_block_stack.cpp
|
c0ee446cec
Refactor InstBlockStore's API, AddDefaultValue -> AddPlaceholder (#5166)
|
1 год назад |
|
inst_block_stack.h
|
ff0cea55f6
Add require decls to Interface and NamedConstraint (#6321)
|
5 месяцев назад |
|
interface.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
interface.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
keyword_modifier_set.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 месяцев назад |
|
keyword_modifier_set.h
|
1b2ae912fc
Add basic support for `eval fn` and `musteval fn`. (#6694)
|
2 месяцев назад |
|
lexical_lookup.h
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
literal.cpp
|
f9ab963bd6
Add a `type_literal` instruction to represent syntactic type literals. (#6781)
|
2 месяцев назад |
|
literal.h
|
f9ab963bd6
Add a `type_literal` instruction to represent syntactic type literals. (#6781)
|
2 месяцев назад |
|
member_access.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
member_access.h
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
merge.cpp
|
e0c6800ab3
Reverse nesting structure of parameter patterns (#6930)
|
1 месяц назад |
|
merge.h
|
e0c6800ab3
Reverse nesting structure of parameter patterns (#6930)
|
1 месяц назад |
|
modifiers.cpp
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
modifiers.h
|
917a6ea971
Add an interface-with-self generic to each interface and same for constraints (#6667)
|
2 месяцев назад |
|
name_component.cpp
|
21291b4cc3
Remove `InitForm::index` (#6817)
|
1 месяц назад |
|
name_component.h
|
21291b4cc3
Remove `InitForm::index` (#6817)
|
1 месяц назад |
|
name_lookup.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
name_lookup.h
|
7f7186c227
Extended name lookup replaces inner Self (#6632)
|
3 месяцев назад |
|
name_ref.cpp
|
e24ba02352
Fix lowering of thunks in generic impls (#5631)
|
10 месяцев назад |
|
name_ref.h
|
e24ba02352
Fix lowering of thunks in generic impls (#5631)
|
10 месяцев назад |
|
name_scope.cpp
|
2d38978756
Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465)
|
4 месяцев назад |
|
name_scope.h
|
2d38978756
Diagnose explicit `Self` in extend in the parse node handler (Refactor Impl construction 1/7) (#6465)
|
4 месяцев назад |
|
node_id_traversal.cpp
|
2472f44e44
Track pending thunks on the deferred definition worklist. (#5609)
|
10 месяцев назад |
|
node_id_traversal.h
|
2472f44e44
Track pending thunks on the deferred definition worklist. (#5609)
|
10 месяцев назад |
|
node_stack.cpp
|
9106f9533c
Use lines instead of statements for readability-function-size clang-tidy (#6594)
|
3 месяцев назад |
|
node_stack.h
|
99bde2acb3
Refactor `match` parse nodes. (#6870)
|
1 месяц назад |
|
operator.cpp
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
operator.h
|
fbc8d59d32
Introduce Diagnostics::ContextScope and remove diagnoser callbacks in type completion (#6761)
|
2 месяцев назад |
|
param_and_arg_refs_stack.h
|
e7b68572fa
Consolidate post-check logic (#5003)
|
1 год назад |
|
pattern.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
pattern.h
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
pattern_match.cpp
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
pattern_match.h
|
21291b4cc3
Remove `InitForm::index` (#6817)
|
1 месяц назад |
|
pending_block.h
|
980ab7fab3
Fix handling of compatible conversions in initialization. (#6797)
|
2 месяцев назад |
|
pointer_dereference.cpp
|
95903dc624
Generate thunks for functions in `impl`s (#5390)
|
1 год назад |
|
pointer_dereference.h
|
95903dc624
Generate thunks for functions in `impl`s (#5390)
|
1 год назад |
|
region_stack.h
|
181a592b8c
Support for parsing expression patterns (#6977)
|
1 месяц назад |
|
require_impls_stack.cpp
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
require_impls_stack.h
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
return.cpp
|
e0c6800ab3
Reverse nesting structure of parameter patterns (#6930)
|
1 месяц назад |
|
return.h
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
scope_index.h
|
b300f36e6f
Use `inline constexpr` where appropriate. (#6374)
|
5 месяцев назад |
|
scope_stack.cpp
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
scope_stack.h
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |
|
subst.cpp
|
e0305684b0
Add MakeVerifiedLocIdAndInst for runtime validation (#6942)
|
1 месяц назад |
|
subst.h
|
0811d996e1
Finish renaming BindName and related insts. (#6281)
|
6 месяцев назад |
|
thunk.cpp
|
262e24a2a0
Remove indirection through `NameRef`s when building a thunk call (#6965)
|
1 месяц назад |
|
thunk.h
|
372f632d9d
Implement support for copying C++ classes. (#6434)
|
5 месяцев назад |
|
type.cpp
|
bf9219d30e
Check support for form literals and `:?` bindings (#6747)
|
2 месяцев назад |
|
type.h
|
bf9219d30e
Check support for form literals and `:?` bindings (#6747)
|
2 месяцев назад |
|
type_completion.cpp
|
5503f643c6
Introduce typed-inst accessors for ConstantValueStore (#6980)
|
1 месяц назад |
|
type_completion.h
|
d6be20641c
Use earlier `require` decls inside a named constraint to provide witnesses for `Self` (#6915)
|
1 месяц назад |
|
type_structure.cpp
|
0679b779fb
Return SymbolicBindingType separately in TypeIterator (#6193)
|
6 месяцев назад |
|
type_structure.h
|
8e577a5d28
Prevent accidental copies of TypeStructure (#6519)
|
4 месяцев назад |
|
unused.cpp
|
34651f429f
Clean up some of the TODOs in unused.carbon (#6794)
|
2 месяцев назад |
|
unused.h
|
fdb188ccfd
Implement unused pattern bindings, continued (#6518)
|
2 месяцев назад |