Dana Jansens
|
7d46add4e1
Fix comment on DeclNameAndParamsAfterImplicit (#4904)
|
1 год назад |
Richard Smith
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
1 год назад |
josh11b
|
35dfa5f03c
Only allow designators when parsing `where __ = ...` (#4304)
|
1 год назад |
josh11b
|
d6b2fb1736
Add parse support for multiple requirements after `where` separated by `and` (#4298)
|
1 год назад |
josh11b
|
c33c9a02f6
Parse support for `where` operator (#4275)
|
1 год назад |
Richard Smith
|
28170c7867
Parse parameters in name qualifiers. (#3988)
|
1 год назад |
josh11b
|
7486acd6ae
Fix comment typo (#3970)
|
1 год назад |
Richard Smith
|
23f9065949
Implement proposal #3927. (#3963)
|
1 год назад |
Jon Ross-Perkins
|
03e3a72628
Rename Directive->Decl in general, BindExport->ExportDecl (#3957)
|
1 год назад |
Jon Ross-Perkins
|
ecb300ee5e
Move 'export name' out of the import section. (#3950)
|
1 год назад |
Jon Ross-Perkins
|
a16842ab37
Add export keyword handling. (#3944)
|
2 лет назад |
Richard Smith
|
c5b7ff212b
Parsing support for `adapt` declarations. (#3871)
|
2 лет назад |
Jon Ross-Perkins
|
80ca6b1298
Run clang-format over def files. (#3852)
|
2 лет назад |
josh11b
|
49252592f0
Prevent tuples after `.` and `->` (#3830)
|
2 лет назад |
Richard Smith
|
3884d3c27e
Parse and check support for compound member access. (#3790)
|
2 лет назад |
Richard Smith
|
8e956baca8
Basic support for associated constant declarations (#3737)
|
2 лет назад |
Jon Ross-Perkins
|
03347793cc
Switch VariableInitializer order to accommodate GlobalInit (#3708)
|
2 лет назад |
Jon Ross-Perkins
|
1437b0e26d
Implement 'alias' with transparent semantics. (#3701)
|
2 лет назад |
josh11b
|
0a0f66857d
Fix some lingering Expression -> Expr in `state.def` (#3702)
|
2 лет назад |
czapiga
|
99bc9734d9
Add `match` parsing (#3664)
|
2 лет назад |
kshokhin
|
65e95942de
Choice parsing in toolchain (#3574)
|
2 лет назад |
josh11b
|
f5c34d62dd
Abbreviate "address" -> "addr" (#3580)
|
2 лет назад |
Geoff Romer
|
927d633762
Simplify handling of `VariableInitializer` (#3515)
|
2 лет назад |
Jon Ross-Perkins
|
7c7afc9e32
Split out infix and prefix operators to separate node kinds. (#3481)
|
2 лет назад |
josh11b
|
5f439b842b
Parsing `impl`...`as` (#3473)
|
2 лет назад |
Jon Ross-Perkins
|
c4864aa2ff
Split out and/or operator handling from infix. (#3480)
|
2 лет назад |
Geoff Romer
|
6e65a30b5d
Rename `ParamList` to `TuplePattern` (#3479)
|
2 лет назад |
Geoff Romer
|
5897e57c21
Clarify naming around paren expressions (#3444)
|
2 лет назад |
Jon Ross-Perkins
|
50071532fe
Refactor state construction and change how the decl loop makes state. (#3467)
|
2 лет назад |
Geoff Romer
|
39750b9925
Parse support for tuple patterns in `var` and `let` (#3448)
|
2 лет назад |