aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #7287bors[bot]2021-01-151-1/+1
|\ \
| * | Make SyntaxPtr lookup logarithmicAleksey Kladov2021-01-151-1/+1
* | | Merge #7286bors[bot]2021-01-152-8/+3
|\ \ \ | |_|/ |/| |
| * | Remove useless wrapperAleksey Kladov2021-01-152-8/+3
| |/
* | Add test for yield_exprDaiki Ihara2021-01-152-0/+32
* | Add support for yiled keywordDaiki Ihara2021-01-151-1/+33
|/
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-1/+1
* Merge #7218bors[bot]2021-01-106-58/+58
|\
| * Updated tests via `cargo xtask codegen`Vincent Esche2021-01-102-50/+50
| * Fixed typos in local bindingsVincent Esche2021-01-091-2/+2
| * Fixed typos in code assertsVincent Esche2021-01-091-1/+1
| * Fixed typos in code commentsVincent Esche2021-01-092-5/+5
* | Merge #7239bors[bot]2021-01-101-1/+1
|\ \
| * | Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-1/+1
* | | Fix typo, parentheses is pluralLaurențiu Nicola2021-01-101-2/+2
|/ /
* / Allow `true` and `false` keywords in const genericsCallym2021-01-102-10/+20
|/
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-072-29/+29
* Rename expr -> tail_exprAleksey Kladov2021-01-052-2/+2
* Update crateskjeremy2021-01-041-1/+1
* Merge #6587bors[bot]2021-01-0430-0/+227
|\
| * parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten2021-01-0313-5/+66
| * syntax,ssr: Implement statement parsingMarijn Suijten2021-01-0330-0/+166
* | Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
|/
* Fix warnings on rust-nightlycynecx2021-01-021-2/+2
* Update crateskjeremy2020-12-301-1/+1
* indentationAdnoC2020-12-301-3/+3
* Smarter bracketed use diagnosticAdnoC2020-12-301-0/+8
* Merge #7027bors[bot]2020-12-242-0/+59
|\
| * Fix macro_rules not accepting brackets or parenthesesLukas Wirth2020-12-242-0/+59
* | Merge #7020bors[bot]2020-12-231-0/+4
|\ \
| * | Implement const block inferenceLukas Wirth2020-12-231-0/+4
| |/
* | Merge #7016bors[bot]2020-12-231-1/+1
|\ \ | |/ |/|
| * Bump rustc_lexerLaurențiu Nicola2020-12-231-1/+1
* | Merge #7010bors[bot]2020-12-235-1/+136
|\ \
| * | Parse const effect blockLukas Wirth2020-12-232-0/+24
| * | Parse ConstBlockPatLukas Wirth2020-12-232-0/+80
| * | Update ungrammar for const block patternsLukas Wirth2020-12-231-1/+32
| |/
* / Document `make` module designAleksey Kladov2020-12-231-1/+7
|/
* Merge #6965bors[bot]2020-12-215-135/+186
|\
| * Parse attributes in tuple expressionsLukas Wirth2020-12-202-0/+51
| * Properly attach attributes to Param instead of parent ParamListLukas Wirth2020-12-203-135/+135
* | Properly parse legacy trait objects with leading ForTypeLukas Wirth2020-12-202-0/+44
|/
* Merge #6934bors[bot]2020-12-181-0/+7
|\
| * Implement `RawAttr::filter`Jonas Schievink2020-12-181-0/+7
* | Minor, cleanup APIAleksey Kladov2020-12-181-0/+3
|/
* Merge #6896bors[bot]2020-12-1637-174/+316
|\
| * Node-ify lifetimesLukas Wirth2020-12-1637-174/+316
* | Merge #6897bors[bot]2020-12-164-6/+106
|\|
| * Basic support for decl macros 2.0Jonas Schievink2020-12-154-6/+106
* | Merge #6894bors[bot]2020-12-161-0/+3
|\ \ | |/ |/|