Jon Ross-Perkins
|
2425e28e3a
Collapse names into VarStorage (#3116)
|
2 年之前 |
Richard Smith
|
d74b8f0497
Fix diagnostic messages that don't end in a period. (#3127)
|
2 年之前 |
Richard Smith
|
6cbf280a68
Add formatted textual IR output (#3056)
|
2 年之前 |
Richard Smith
|
212188a922
Prefer to put STDOUT CHECK at the end of the file. (#3073)
|
2 年之前 |
Richard Smith
|
90d2d7ef65
Fix some minor errors in diagnostic text. (#3047)
|
2 年之前 |
Richard Smith
|
0c33dead70
Remove the type field from semantics nodes that don't produce values of that type. (#3049)
|
2 年之前 |
Farzana Ahmed Siddique
|
db5e269097
Removed builtin empty tuple type (#3021)
|
2 年之前 |
Jon Ross-Perkins
|
65a4e006a2
Add line output to diagnostics to help identify error locations. (#3010)
|
2 年之前 |
Farzana Ahmed Siddique
|
6a81a3396e
Updated tests for tool chain to incorporate type blocks (#3008)
|
2 年之前 |
Jon Ross-Perkins
|
bc84f109fe
Rename semantics InvalidType to Error (#2975)
|
2 年之前 |
Richard Smith
|
4b69264cb1
Add implied `return;` at end of non-value-returning functions. (#2942)
|
2 年之前 |
Richard Smith
|
b908c6e274
Track the list of blocks that form the body of a function. (#2941)
|
2 年之前 |
Jon Ross-Perkins
|
39f7aae98d
Sorting out how bindings are added to name lookup. (#2869)
|
2 年之前 |
Jon Ross-Perkins
|
1497e1333d
Switch types to a SemanticsTypeId. (#2854)
|
2 年之前 |
Jon Ross-Perkins
|
1d56e165ef
Start refactoring type handling to track which types are in-use. (#2848)
|
2 年之前 |
Jon Ross-Perkins
|
e73207429f
Adjust handling of values in calls and structs (#2824)
|
3 年之前 |
Jon Ross-Perkins
|
6b7a522b3f
Provide local paths for file tests. (#2830)
|
3 年之前 |
Jon Ross-Perkins
|
e4a04c2936
Use new test framework in toolchain to reduce per-test overhead (#2821)
|
3 年之前 |
Jon Ross-Perkins
|
4ca2e81877
Modify SemanticsIR printing to produce stable output on builtin changes. (#2702)
|
3 年之前 |
Jon Ross-Perkins
|
32e8fee4ad
Add initial lowering of a trivial function (#2640)
|
3 年之前 |
Jon Ross-Perkins
|
f7924aa93f
Implement calls in the toolchain. (#2582)
|
3 年之前 |
Jon Ross-Perkins
|
22d7cd19ed
Polish out support for reals and strings. (#2593)
|
3 年之前 |
Jon Ross-Perkins
|
aa307b1144
Fix CrossReference to use NodeId instead of NodeBlockId. (#2597)
|
3 年之前 |
Jon Ross-Perkins
|
94cbb9d917
Make function definitions allocate the body more lazily. (#2557)
|
3 年之前 |
Jon Ross-Perkins
|
6feed2ae33
Add tracking of function parameters (#2552)
|
3 年之前 |
Jon Ross-Perkins
|
a1f2d6341f
Switch SemanticsIR dumps to produce YAML (#2517)
|
3 年之前 |
Jon Ross-Perkins
|
11deb14dc6
Handle `var` init-with-self situations. (#2488)
|
3 年之前 |