Jon Ross-Perkins
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 year ago |
Richard Smith
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
1 year ago |
Jon Ross-Perkins
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 year ago |
Jon Ross-Perkins
|
f67791cfee
Separate subtree size information from parse nodes. (#4174)
|
1 year ago |
Jon Ross-Perkins
|
ae675e61bd
Add initial parsing for 'extern library' (#4173)
|
1 year ago |
Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 year ago |
Jon Ross-Perkins
|
517a416852
Clean up some misc toolchain braced inits. (#4013)
|
1 year ago |
Chandler Carruth
|
2a39e83779
Fix a new C-style cast `clang-tidy` error in #3963. (#3965)
|
1 year ago |
Richard Smith
|
23f9065949
Implement proposal #3927. (#3963)
|
1 year ago |
Jon Ross-Perkins
|
ecb300ee5e
Move 'export name' out of the import section. (#3950)
|
1 year ago |
Jon Ross-Perkins
|
a16842ab37
Add export keyword handling. (#3944)
|
2 years ago |
Richard Smith
|
c5b7ff212b
Parsing support for `adapt` declarations. (#3871)
|
2 years ago |
Jon Ross-Perkins
|
1437b0e26d
Implement 'alias' with transparent semantics. (#3701)
|
2 years ago |
kshokhin
|
65e95942de
Choice parsing in toolchain (#3574)
|
2 years ago |
josh11b
|
6067ca3f49
Change return of `SkipPastLikelyEnd` to be last consumed token (#3493)
|
2 years ago |
josh11b
|
5f439b842b
Parsing `impl`...`as` (#3473)
|
2 years ago |
josh11b
|
b7d129b88c
Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485)
|
2 years ago |
Jon Ross-Perkins
|
50071532fe
Refactor state construction and change how the decl loop makes state. (#3467)
|
2 years ago |
Jon Ross-Perkins
|
2705a32b92
Refactor the decl scope loop to consolidate modifier handling. (#3463)
|
2 years ago |
Jon Ross-Perkins
|
9b194a31c9
Support modifiers on namespace, in theory. (#3462)
|
2 years ago |
Jon Ross-Perkins
|
d73729179a
Switch modifiers to use distinct parse nodes. (#3461)
|
2 years ago |
josh11b
|
a970b1e587
Require `extend` before `base: BaseType;` (#3459)
|
2 years ago |
josh11b
|
fada410559
Support declaration modifier keywords (#3412)
|
2 years ago |
Richard Smith
|
7dffa0c7ec
Support for `base: T;`, `.base`, `x.base`. (#3450)
|
2 years ago |
Jon Ross-Perkins
|
3f208e27f9
Align on FileStart/FileEnd for naming. (#3428)
|
2 years ago |
Jon Ross-Perkins
|
204c04dbb9
Add more package and import support. (#3402)
|
2 years ago |
Richard Smith
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 years ago |
josh11b
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 years ago |