Richard Smith
|
790a5f93c7
Fix minor typos / grammar errors in the driver. (#3420)
|
2 年之前 |
Richard Smith
|
9154c6410e
Support for reading source code from stdin and other unusual places. (#3416)
|
2 年之前 |
Jon Ross-Perkins
|
d024403dc4
Refactor checking flow to allow for ordering based on import/package. (#3379)
|
2 年之前 |
Jon Ross-Perkins
|
cafcd88882
Split lexing logic and storage to separate files. (#3365)
|
2 年之前 |
Jon Ross-Perkins
|
d096655cc6
Split out the SharedValueStores to be per-compilation unit. (#3353)
|
2 年之前 |
Jon Ross-Perkins
|
843dd40f22
Adding ValueStore printing and --dump-shared-values (#3320)
|
2 年之前 |
Jon Ross-Perkins
|
1b55ad86dd
Extend SharedValueStores to SemIR (#3313)
|
2 年之前 |
Jon Ross-Perkins
|
d13f76e001
Add value store to be shared across compile stages. (#3311)
|
2 年之前 |
Jon Ross-Perkins
|
a05018a6ba
Fix handling of missing files. (#3226)
|
2 年之前 |
Jon Ross-Perkins
|
377e9a0968
In the driver, --dump-semantics-ir -> --dump-sem-ir (#3218)
|
2 年之前 |
Jon Ross-Perkins
|
bc63e6ae0a
Switch SourceBuffer to diagnostics. (#3197)
|
2 年之前 |
Jon Ross-Perkins
|
9ac92ad71b
Add support for compiling multiple files at once. (#3182)
|
2 年之前 |
Jon Ross-Perkins
|
de6e00c351
Fix toolchain glob_sh_run uses. (#3181)
|
2 年之前 |
Jon Ross-Perkins
|
ec182fb00d
Rename lexer dir to lex (#3179)
|
2 年之前 |
Jon Ross-Perkins
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 年之前 |
Jon Ross-Perkins
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 年之前 |
Jon Ross-Perkins
|
3533850673
Moving lexer into a 'Lex' namespace. (#3170)
|
2 年之前 |
Jon Ross-Perkins
|
15f0818888
Factor out check-related logic from SemIR::File (#3174)
|
2 年之前 |
Jon Ross-Perkins
|
ec307b18d8
Rename the lowering dir to lower (#3172)
|
2 年之前 |
Jon Ross-Perkins
|
7157445f97
Set up a 'Parse' namespace. (#3161)
|
2 年之前 |
Jon Ross-Perkins
|
4b4436f692
Move lowering into a 'Lower' namespace (#3155)
|
2 年之前 |
Jon Ross-Perkins
|
b9df8ca765
Manual cleanup of toolchain clang-tidy/clangd warnings. (#3157)
|
2 年之前 |
Jon Ross-Perkins
|
67da700dd5
Split Semantics into Check and SemIR namespaces (#3138)
|
2 年之前 |
Richard Smith
|
063a201b6d
Remove automatic flushing in the SortingDiagnosticConsumer destructor. (#3134)
|
2 年之前 |
Richard Smith
|
e05523db21
Fix a stack use after scope and a heap use after free found by fuzzing. (#3126)
|
2 年之前 |
Richard Smith
|
d3ac21195c
Flush diagnostics before printing semantics IR rather than after. (#3128)
|
2 年之前 |
Chandler Carruth
|
a2b4cabeaa
Switch the toolchain to the new CLI library. (#2979)
|
2 年之前 |
Richard Smith
|
6cbf280a68
Add formatted textual IR output (#3056)
|
2 年之前 |
Jon Ross-Perkins
|
65a4e006a2
Add line output to diagnostics to help identify error locations. (#3010)
|
2 年之前 |
Richard Smith
|
41e357492b
Fix crash if no input file is given to `carbon dump objcode` (#2997)
|
2 年之前 |