summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/test_data
AgeCommit message (Expand)AuthorLines
2024-09-05asm! parsing and lowering fixesLukas Wirth-7/+9
2024-09-05Give InlineAsmOperand a HIR representationLukas Wirth-25/+27
2024-09-05Add Definition kind for asm register operandLukas Wirth-16/+20
2024-09-04Parse builtin#asm expressionsLukas Wirth-2/+91
2024-08-26Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...Chayim Refael Friedman-5/+114
2024-07-23fix: move `use` parsing to outer match armwinstxnhdw-12/+13
2024-07-23chore: update codegenswinstxnhdw-0/+73
2024-07-20Add missing dyn parse special cases in 2015 editionLukas Wirth-56/+134
2024-07-19Parse contextual dyn keyword properly in edition 2015Lukas Wirth-0/+124
2024-07-19Parse `try` as a keyword only in edition 2018 and upLukas Wirth-2/+14
2024-07-19Add basic edition inline parser test supportLukas Wirth-143/+111
2024-07-18Rewrite inline parser test infra to generated proper rust test casesLukas Wirth-87/+810
2024-07-17Add always disabled gen parse supportLukas Wirth-6/+204
2024-07-17Derive kinds information from ungrammar fileLukas Wirth-32/+0
2024-07-03Fix up the syntax tree for macro 2.0Lukas Wirth-122/+118
2024-05-06Implement unsafe attribute parsingLukas Wirth-0/+477
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+32288