about summary refs log tree commit diff
path: root/crates/syntax/test_data
AgeCommit message (Expand)AuthorLines
2021-06-15internal: enforce no #[ignore] and no #[should_panic]Aleksey Kladov-2/+2
2021-06-11Update ungrammarJonas Schievink-642/+726
2021-05-15Attach comments to ast::ImplLukas Wirth-3/+3
2021-04-29Parse const param defaultsJonas Schievink-0/+99
2021-04-29Correctly parse negated literals as const argsJonas Schievink-0/+31
2021-04-21Parse outer atttributes for RecordPatFieldLukas Wirth-6/+53
2021-04-19fix: false positive about inner attrs in docsAleksey Kladov-179/+223
2021-04-17hir_ty: Expand macros at type positioncynecx-23/+25
2021-03-17Correctly parse attributes on fn parametersJonas Schievink-49/+49
2021-02-15Specialization for async traitsArnaud-0/+88
2021-02-09Infra for "unit" benchmarkingAleksey Kladov-3980/+0
2021-01-24Add validation for mutable const itemsLukas Wirth-23/+24
2021-01-18Parse `impl const Trait`Lukas Wirth-0/+25
2021-01-15Wrap remaining self/super/crate in Name{Ref}Lukas Wirth-52/+122
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-32/+64
2021-01-15Add test for yield_exprDaiki Ihara-0/+32
2021-01-10Merge #7218bors[bot]-50/+50
2021-01-10Updated tests via `cargo xtask codegen`Vincent Esche-50/+50
2021-01-10Allow `true` and `false` keywords in const genericsCallym-10/+20
2021-01-03parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten-4/+65
2021-01-03syntax,ssr: Implement statement parsingMarijn Suijten-0/+150
2020-12-24Fix macro_rules not accepting brackets or parenthesesLukas Wirth-0/+59
2020-12-23Parse const effect blockLukas Wirth-0/+24
2020-12-23Parse ConstBlockPatLukas Wirth-0/+80
2020-12-21Merge #6965bors[bot]-135/+186
2020-12-20Properly parse legacy trait objects with leading ForTypeLukas Wirth-0/+44
2020-12-20Parse attributes in tuple expressionsLukas Wirth-0/+51
2020-12-20Properly attach attributes to Param instead of parent ParamListLukas Wirth-135/+135
2020-12-16Node-ify lifetimesLukas Wirth-141/+269
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-45/+38
2020-12-04Use items can also have doc commentsLukas Wirth-15/+15
2020-11-22Parse unsafe extern blockDavid Tolnay-2/+16
2020-11-12Fix attachment of inner doc commentsAleksey Kladov-3/+3
2020-11-06Kill RAW_ literalsAleksey Kladov-24/+24
2020-10-24Don't interpret type path as part of visibility.Arif Roktim-0/+56
2020-10-06Add validation check for ambiguous trait objectsLukas Wirth-0/+404
2020-09-10Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara-0/+0
2020-08-25Complete `pub` in fieldsAleksey Kladov-0/+32
2020-08-13Better recovery in `use foo::;`Aleksey Kladov-5/+3
2020-08-13Align parser names with grammarAleksey Kladov-77/+0
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+30257