aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data
Commit message (Expand)AuthorAgeFilesLines
* Fix parser tests for 1.53Lukas Wirth2021-06-1754-198/+198
* internal: enforce no #[ignore] and no #[should_panic]Aleksey Kladov2021-06-152-2/+2
* Update ungrammarJonas Schievink2021-06-1133-642/+726
* Attach comments to ast::ImplLukas Wirth2021-05-151-3/+3
* Parse const param defaultsJonas Schievink2021-04-292-0/+99
* Correctly parse negated literals as const argsJonas Schievink2021-04-292-0/+31
* Parse outer atttributes for RecordPatFieldLukas Wirth2021-04-212-6/+53
* fix: false positive about inner attrs in docsAleksey Kladov2021-04-193-179/+223
* hir_ty: Expand macros at type positioncynecx2021-04-171-23/+25
* Correctly parse attributes on fn parametersJonas Schievink2021-03-172-49/+49
* Specialization for async traitsArnaud2021-02-154-0/+88
* Infra for "unit" benchmarkingAleksey Kladov2021-02-091-3980/+0
* Add validation for mutable const itemsLukas Wirth2021-01-244-23/+24
* Parse `impl const Trait`Lukas Wirth2021-01-182-0/+25
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-1513-52/+122
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-1517-32/+64
* Add test for yield_exprDaiki Ihara2021-01-152-0/+32
* Merge #7218bors[bot]2021-01-102-50/+50
|\
| * Updated tests via `cargo xtask codegen`Vincent Esche2021-01-102-50/+50
* | Allow `true` and `false` keywords in const genericsCallym2021-01-102-10/+20
|/
* parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten2021-01-0312-4/+65
* syntax,ssr: Implement statement parsingMarijn Suijten2021-01-0328-0/+150
* Fix macro_rules not accepting brackets or parenthesesLukas Wirth2020-12-242-0/+59
* Parse const effect blockLukas Wirth2020-12-232-0/+24
* Parse ConstBlockPatLukas Wirth2020-12-232-0/+80
* 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
|/
* Node-ify lifetimesLukas Wirth2020-12-1633-141/+269
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-155-45/+38
* Use items can also have doc commentsLukas Wirth2020-12-042-15/+15
* Parse unsafe extern blockDavid Tolnay2020-11-232-2/+16
* Fix attachment of inner doc commentsAleksey Kladov2020-11-121-3/+3
* Kill RAW_ literalsAleksey Kladov2020-11-0622-24/+24
* Don't interpret type path as part of visibility.Arif Roktim2020-10-242-0/+56
* Add validation check for ambiguous trait objectsLukas Wirth2020-10-064-0/+404
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-104-0/+0
* Complete `pub` in fieldsAleksey Kladov2020-08-252-0/+32
* Better recovery in `use foo::;`Aleksey Kladov2020-08-131-5/+3
* Align parser names with grammarAleksey Kladov2020-08-132-77/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-12739-0/+30257