| .. |
|
fuzzer_corpus
|
24bde46181
Change array syntax from [T; N] to array(T, N) (#4981)
|
1 år sedan |
|
testdata
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
BUILD
|
87b9cab7b1
Add support for importing a trivial global C++ function (#5033)
|
1 år sedan |
|
call.cpp
|
7fd54eded0
Reverse nesting of BoundMethod and SpecificFunction. (#5079)
|
1 år sedan |
|
call.h
|
187a3608df
Use `As` and `ImplicitAs` interfaces for conversions. (#4209)
|
1 år sedan |
|
check.cpp
|
3f599c250b
Generate Cpp namespace when import Cpp is used (#4873)
|
1 år sedan |
|
check.h
|
87b9cab7b1
Add support for importing a trivial global C++ function (#5033)
|
1 år sedan |
|
check_fuzzer.cpp
|
0d0e202ce8
Switch Driver back to parameters for construction (#4849)
|
1 år sedan |
|
check_unit.cpp
|
87b9cab7b1
Add support for importing a trivial global C++ function (#5033)
|
1 år sedan |
|
check_unit.h
|
e7b68572fa
Consolidate post-check logic (#5003)
|
1 år sedan |
|
context.cpp
|
5574ad361d
Add more empty stack verification (#5020)
|
1 år sedan |
|
context.h
|
4539114c21
Return a set of ImplWitnesses from impl lookup (#5075)
|
1 år sedan |
|
control_flow.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
control_flow.h
|
b0d49ba957
Move control flow block functions to their own file. (#4921)
|
1 år sedan |
|
convert.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
convert.h
|
7c7e169994
Avoid diagnosing conversion errors inside deduction of impl arguments (#4976)
|
1 år sedan |
|
decl_introducer_state.h
|
5574ad361d
Add more empty stack verification (#5020)
|
1 år sedan |
|
decl_name_stack.cpp
|
68f6906c9f
Refactor BuildFunctionDecl (#5098)
|
1 år sedan |
|
decl_name_stack.h
|
68f6906c9f
Refactor BuildFunctionDecl (#5098)
|
1 år sedan |
|
deduce.cpp
|
82fe19ee99
Remove redundant deduced specifics (#5107)
|
1 år sedan |
|
deduce.h
|
a0b7f39591
Support impl lookup for multiple interfaces in a facet type (#5047)
|
1 år sedan |
|
deferred_definition_worklist.cpp
|
16bf3f710e
Split deferred node traversal out from check.cpp (#4559)
|
1 år sedan |
|
deferred_definition_worklist.h
|
16bf3f710e
Split deferred node traversal out from check.cpp (#4559)
|
1 år sedan |
|
diagnostic_helpers.h
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
1 år sedan |
|
dump.cpp
|
eb69d7420e
First iteration of completing and resolving facet types (#4920)
|
1 år sedan |
|
eval.cpp
|
f30fa2d3db
Move the `EvalConstantInst` overloads out of `eval.cpp` into their own file. (#5040)
|
1 år sedan |
|
eval.h
|
758b6c42ba
Produce a note indicating where the specific was used from if monomorphization fails. (#4662)
|
1 år sedan |
|
eval_inst.cpp
|
4539114c21
Return a set of ImplWitnesses from impl lookup (#5075)
|
1 år sedan |
|
eval_inst.h
|
f30fa2d3db
Move the `EvalConstantInst` overloads out of `eval.cpp` into their own file. (#5040)
|
1 år sedan |
|
facet_type.cpp
|
c4c3381b18
Add `TypeId::is_symbolic` and `is_concrete`. (#5024)
|
1 år sedan |
|
facet_type.h
|
eb69d7420e
First iteration of completing and resolving facet types (#4920)
|
1 år sedan |
|
full_pattern_stack.h
|
d264f14027
Clean up handling of `Call` params (#5061)
|
1 år sedan |
|
function.cpp
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
1 år sedan |
|
function.h
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
1 år sedan |
|
generic.cpp
|
3ebd098597
Completing a type no longer ignores facet types (#5004)
|
1 år sedan |
|
generic.h
|
3ebd098597
Completing a type no longer ignores facet types (#5004)
|
1 år sedan |
|
generic_region_stack.cpp
|
d437e4bffe
Create an array stack type for a shared use-case (#4100)
|
1 år sedan |
|
generic_region_stack.h
|
5574ad361d
Add more empty stack verification (#5020)
|
1 år sedan |
|
global_init.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
global_init.h
|
cf389bf5d3
Split global init out from InstBlockStack. (#4101)
|
1 år sedan |
|
handle.h
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_alias.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_array.cpp
|
24bde46181
Change array syntax from [T; N] to array(T, N) (#4981)
|
1 år sedan |
|
handle_binding_pattern.cpp
|
6d4f2567a7
Add support for `var` patterns (#5069)
|
1 år sedan |
|
handle_call_expr.cpp
|
63ff0cca1a
Include the call arguments in the location of a call. (#4602)
|
1 år sedan |
|
handle_choice.cpp
|
3f01310039
Make choice work for alternatives without parameters (#4815)
|
1 år sedan |
|
handle_class.cpp
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
1 år sedan |
|
handle_codeblock.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_export.cpp
|
79a86074b1
Fix crash when exporting a poisoned name (#5074)
|
1 år sedan |
|
handle_expr_statement.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_file.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_function.cpp
|
68f6906c9f
Refactor BuildFunctionDecl (#5098)
|
1 år sedan |
|
handle_if_expr.cpp
|
588bdd74c3
Refactor region_stack logic out of Context (#4927)
|
1 år sedan |
|
handle_if_statement.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_impl.cpp
|
d264f14027
Clean up handling of `Call` params (#5061)
|
1 år sedan |
|
handle_import_and_package.cpp
|
8eb4e24cb6
Implement #4864: `Core` is a keyword (#4909)
|
1 år sedan |
|
handle_index.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_interface.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
handle_let_and_var.cpp
|
6d4f2567a7
Add support for `var` patterns (#5069)
|
1 år sedan |
|
handle_literal.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_loop_statement.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_match.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_modifier.cpp
|
9cd3f0aa3d
Remove obsolete '...' hints on node kind macros (#4958)
|
1 år sedan |
|
handle_name.cpp
|
c44e688e5d
Add parsing for 'fn destroy' (#5045)
|
1 år sedan |
|
handle_named_constraint.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_namespace.cpp
|
6a99c4e970
When diagnosing a duplicated name, add the name to the diagnosis (#4902)
|
1 år sedan |
|
handle_noop.cpp
|
4d0a6db49b
Abort checking when encountering an invalid parse node (#4700)
|
1 år sedan |
|
handle_operator.cpp
|
197e784140
Add parsing for partial types (#5009)
|
1 år sedan |
|
handle_paren_expr.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_pattern_list.cpp
|
74e1a9949f
Support tuple patterns outside parameter lists (#4923)
|
1 år sedan |
|
handle_return_statement.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 år sedan |
|
handle_struct.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_tuple_literal.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
handle_where.cpp
|
c4c3381b18
Add `TypeId::is_symbolic` and `is_concrete`. (#5024)
|
1 år sedan |
|
impl.cpp
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
1 år sedan |
|
impl.h
|
eb69d7420e
First iteration of completing and resolving facet types (#4920)
|
1 år sedan |
|
impl_lookup.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
impl_lookup.h
|
4539114c21
Return a set of ImplWitnesses from impl lookup (#5075)
|
1 år sedan |
|
import.cpp
|
80e1a6ef61
Avoid copying `NameScope` and only allow moving it (#5032)
|
1 år sedan |
|
import.h
|
3f599c250b
Generate Cpp namespace when import Cpp is used (#4873)
|
1 år sedan |
|
import_cpp.cpp
|
156ab889f8
Support mangling imported C++ functions using Clang's `MangleContext` (#5062)
|
1 år sedan |
|
import_cpp.h
|
87b9cab7b1
Add support for importing a trivial global C++ function (#5033)
|
1 år sedan |
|
import_ref.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
import_ref.h
|
6a99c4e970
When diagnosing a duplicated name, add the name to the diagnosis (#4902)
|
1 år sedan |
|
inst.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
inst.h
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
inst_block_stack.cpp
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 år sedan |
|
inst_block_stack.h
|
9c0faf007e
Invalid comment cleanup (#4836)
|
1 år sedan |
|
interface.cpp
|
4539114c21
Return a set of ImplWitnesses from impl lookup (#5075)
|
1 år sedan |
|
interface.h
|
fcfb1345d5
Support accessing associated functions by member access into facets (#4872)
|
1 år sedan |
|
keyword_modifier_set.h
|
5f888e1124
Treat associated constants as entities parameterized by Self (#4837)
|
1 år sedan |
|
lexical_lookup.h
|
4148161e24
Refactor value store code to use separate files. (#4477)
|
1 år sedan |
|
literal.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
literal.h
|
e4412a95dd
Factor out machinery for forming int type literals. (#4616)
|
1 år sedan |
|
member_access.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
member_access.h
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
1 år sedan |
|
merge.cpp
|
d264f14027
Clean up handling of `Call` params (#5061)
|
1 år sedan |
|
merge.h
|
f97f1a3e11
Add error for virtual member function without self (#5005)
|
1 år sedan |
|
modifiers.cpp
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 år sedan |
|
modifiers.h
|
b5a837aa89
Refactor modifier formatting to remove string passing. (#4418)
|
1 år sedan |
|
name_component.cpp
|
c44e688e5d
Add parsing for 'fn destroy' (#5045)
|
1 år sedan |
|
name_component.h
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 år sedan |
|
name_lookup.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
name_lookup.h
|
6a99c4e970
When diagnosing a duplicated name, add the name to the diagnosis (#4902)
|
1 år sedan |
|
node_id_traversal.cpp
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 år sedan |
|
node_id_traversal.h
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 år sedan |
|
node_stack.cpp
|
1917ea223e
Avoid redundantly specifying Id::Kind. (#4911)
|
1 år sedan |
|
node_stack.h
|
c44e688e5d
Add parsing for 'fn destroy' (#5045)
|
1 år sedan |
|
operator.cpp
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
1 år sedan |
|
operator.h
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
1 år sedan |
|
param_and_arg_refs_stack.h
|
e7b68572fa
Consolidate post-check logic (#5003)
|
1 år sedan |
|
pattern_match.cpp
|
6d4f2567a7
Add support for `var` patterns (#5069)
|
1 år sedan |
|
pattern_match.h
|
9c0faf007e
Invalid comment cleanup (#4836)
|
1 år sedan |
|
pending_block.h
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
pointer_dereference.cpp
|
311b4ff03d
Refactor AddInst-family functions to their own file (#4941)
|
1 år sedan |
|
pointer_dereference.h
|
d0e8afc51b
Handle arrow operator (#3768)
|
2 år sedan |
|
region_stack.h
|
5574ad361d
Add more empty stack verification (#5020)
|
1 år sedan |
|
return.cpp
|
422cc3d48a
Move diagnostic usings off Context (#5007)
|
1 år sedan |
|
return.h
|
13434f0e8a
Model `var` as a pattern operator (#4720)
|
1 år sedan |
|
scope_index.h
|
f0403dadab
Move None to IdBase (#5030)
|
1 år sedan |
|
scope_stack.cpp
|
d264f14027
Clean up handling of `Call` params (#5061)
|
1 år sedan |
|
scope_stack.h
|
e7b68572fa
Consolidate post-check logic (#5003)
|
1 år sedan |
|
sem_ir_loc_diagnostic_emitter.cpp
|
e79d3be5bd
Combine DiagnosticConverter into DiagnosticEmitter (#4878)
|
1 år sedan |
|
sem_ir_loc_diagnostic_emitter.h
|
e79d3be5bd
Combine DiagnosticConverter into DiagnosticEmitter (#4878)
|
1 år sedan |
|
subpattern.cpp
|
74e1a9949f
Support tuple patterns outside parameter lists (#4923)
|
1 år sedan |
|
subpattern.h
|
74e1a9949f
Support tuple patterns outside parameter lists (#4923)
|
1 år sedan |
|
subst.cpp
|
eb69d7420e
First iteration of completing and resolving facet types (#4920)
|
1 år sedan |
|
subst.h
|
4a21b6af9b
Basic support for implementing and using a parameterized interface. (#4203)
|
1 år sedan |
|
type.cpp
|
f30fa2d3db
Move the `EvalConstantInst` overloads out of `eval.cpp` into their own file. (#5040)
|
1 år sedan |
|
type.h
|
f30fa2d3db
Move the `EvalConstantInst` overloads out of `eval.cpp` into their own file. (#5040)
|
1 år sedan |
|
type_completion.cpp
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |
|
type_completion.h
|
ebaf62efb9
Associated constants can be used in member function signatures (#5089)
|
1 år sedan |