Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 anno fa |
Jon Ross-Perkins
|
8f685b6953
Change how diagnostics are ordered (#4778)
|
1 anno fa |
Jon Ross-Perkins
|
08f24551ec
Add bit packing to NodeImpl (#4651)
|
1 anno fa |
Jon Ross-Perkins
|
3ce0df67bb
Add `Dump` functions to Check, Parse, and Lex (#4669)
|
1 anno fa |
Jon Ross-Perkins
|
2841e9a67e
Require that InvalidParse nodes must have an error (#4482)
|
1 anno fa |
josh11b
|
607522c7de
Fix a case of `InvalidParse` with `has_error = false` (#4481)
|
1 anno fa |
Jon Ross-Perkins
|
302aa1bb30
Remove uses of StringLiteral in format strings. (#4416)
|
1 anno fa |
Jon Ross-Perkins
|
96964ee534
Implement basic bool and int formatting for diagnostics (#4411)
|
1 anno fa |
Jon Ross-Perkins
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 anno fa |
Chandler Carruth
|
06344aeb7c
Do some tactical inlining across lexer and parser. (#4307)
|
1 anno fa |
Chandler Carruth
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 anno fa |
Jon Ross-Perkins
|
b72826c431
Fix parse to use the error tracking consumer for has_errors_. (#4261)
|
1 anno fa |
Jon Ross-Perkins
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 anno fa |
Jon Ross-Perkins
|
ae675e61bd
Add initial parsing for 'extern library' (#4173)
|
1 anno fa |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
1 anno fa |
Richard Smith
|
3c01ee69ed
Move information on the token associated with a parse node from the `.def` file into the typed node. (#4001)
|
1 anno fa |
Jon Ross-Perkins
|
5fa341f16a
Unify more invalid declaration recovery. (#3942)
|
2 anni fa |
Jon Ross-Perkins
|
096f1dc68a
Rename functions which only print a diagnostic to Diagnose* (#3886)
|
2 anni fa |
Richard Smith
|
f9ce0b194d
Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832)
|
2 anni fa |
Jon Ross-Perkins
|
b5d28f2c4b
location -> loc abbreviation (#3826)
|
2 anni fa |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 anni fa |
Jon Ross-Perkins
|
ee467900ed
Use llvm:: for specializations instead of 'namespace llvm' (#3682)
|
2 anni fa |
Jon Ross-Perkins
|
add31eb4e3
Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486)
|
2 anni fa |
josh11b
|
6067ca3f49
Change return of `SkipPastLikelyEnd` to be last consumed token (#3493)
|
2 anni fa |
Geoff Romer
|
39750b9925
Parse support for tuple patterns in `var` and `let` (#3448)
|
2 anni fa |
josh11b
|
2e29b48d26
Drop `GetDeclContext` from parse, errors will be diagnosed in check (#3468)
|
2 anni fa |
josh11b
|
fada410559
Support declaration modifier keywords (#3412)
|
2 anni fa |
Geoff Romer
|
b8d4e2f41b
Binding pattern naming cleanup (#3410)
|
2 anni fa |
Jon Ross-Perkins
|
05723095bc
Switch formatv adapters to format_provider (#3434)
|
2 anni fa |
Jon Ross-Perkins
|
0db63ff17a
Abbreviate Integer and FloatingPoint (#3435)
|
2 anni fa |