Richard Smith
|
8b59e85b16
Add support for `inline Cpp` declarations. (#6994)
|
před 1 měsícem |
Richard Smith
|
181a592b8c
Support for parsing expression patterns (#6977)
|
před 1 měsícem |
Richard Smith
|
899e54de36
Treat `(pattern)` as grouping parens. (#6976)
|
před 1 měsícem |
Richard Smith
|
99bde2acb3
Refactor `match` parse nodes. (#6870)
|
před 1 měsícem |
Özgür
|
d11ee4b2b1
Implement parsing observe declarations (#6674)
|
před 2 měsíci |
Geoff Romer
|
7938d9a8d0
Lex/parse support for ->?, :?, and form literals (#6695)
|
před 2 měsíci |
Burak Emir
|
80639a02f0
[parse] Implement initial parsing support for Lambda expressions (#6583)
|
před 3 měsíci |
Geoff Romer
|
e940cb72b6
Parse `ref` as operator (#6539)
|
před 4 měsíci |
Burak Emir
|
fec6ce2f9f
Implement "unused pattern bindings" p2022 - parsing (#6460)
|
před 4 měsíci |
Geoff Romer
|
57a2715f10
Remove support for `addr` (#6375)
|
před 5 měsíci |
Geoff Romer
|
43ffd721a4
Support `ref` tags on arguments to `ref` params (#6312)
|
před 5 měsíci |
Geoff Romer
|
4821eec2f8
Add support for `ref` patterns (#6283)
|
před 6 měsíci |
Dana Jansens
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
před 6 měsíci |
Elliott Kalt
|
f4bd6e42f9
Replace `impl fn` with `override fn` (#6008)
|
před 7 měsíci |
Elliott Kalt
|
58de34e534
Decouple associated constants from let (#5973)
|
před 8 měsíci |
Richard Smith
|
6a73387809
Remove requirement that the pattern in a `for` starts with `var`. (#5685)
|
před 10 měsíci |
Geoff Romer
|
f5b5731c76
Separate fields from other `var` decls in parse (#5320)
|
před 1 rokem |
Geoff Romer
|
87f0e9723f
Rename `StateStackEntry` to `State` (#5256)
|
před 1 rokem |
Geoff Romer
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
před 1 rokem |
Geoff Romer
|
a584ee120e
Add support for `_` binding patterns (#5097)
|
před 1 rokem |
Geoff Romer
|
6d4f2567a7
Add support for `var` patterns (#5069)
|
před 1 rokem |
Dana Jansens
|
24bde46181
Change array syntax from [T; N] to array(T, N) (#4981)
|
před 1 rokem |
Geoff Romer
|
74e1a9949f
Support tuple patterns outside parameter lists (#4923)
|
před 1 rokem |
Dana Jansens
|
3f01310039
Make choice work for alternatives without parameters (#4815)
|
před 1 rokem |
Jon Ross-Perkins
|
44a5e371b2
Reduce clangd-displayed errors for def files (#4957)
|
před 1 rokem |
Richard Smith
|
6dda094928
Superficial support for `template` modifier on symbolic bindings. (#4948)
|
před 1 rokem |
Dana Jansens
|
7d46add4e1
Fix comment on DeclNameAndParamsAfterImplicit (#4904)
|
před 1 rokem |
Richard Smith
|
d42128ef9a
Parse all kinds of declarations at function scope. (#4779)
|
před 1 rokem |
josh11b
|
35dfa5f03c
Only allow designators when parsing `where __ = ...` (#4304)
|
před 1 rokem |
josh11b
|
d6b2fb1736
Add parse support for multiple requirements after `where` separated by `and` (#4298)
|
před 1 rokem |