about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/test_data
AgeCommit message (Expand)AuthorLines
2025-02-23Fix codegen of parser inline tests runnerniller-g-4/+4
2025-01-27feat: Implement `default-field-values`Shoyu Vanilla-14/+253
2025-01-17Merge pull request #18908 from jnyfah/error-bracesLukas Wirth-0/+612
2025-01-16CRLF to LFjnyfah-100/+115
2025-01-16added testsjnyfah-0/+597
2025-01-16feat: complete raw, const keywordlh123-0/+20
2024-12-20Fix a case where completion was unable to expand a macroChayim Refael Friedman-39/+45
2024-12-06Merge pull request #18625 from Veykril/push-npnxwpxuzlqzLukas Wirth-0/+57
2024-12-06fix: Fix parser getting stuck for bad asm expressionsLukas Wirth-0/+57
2024-12-05fix: Fix parsing of dyn T in generic arg on 2015 editionLukas Wirth-1/+63
2024-12-05Parse lifetime bounds in lifetime param into TypeBoundListLukas Wirth-33/+56
2024-12-05fix: Fix parsing of integer/keyword name refs in various placesLukas Wirth-49/+237
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-555/+821
2024-12-04fix: Don't create empty path nodesLukas Wirth-9/+2
2024-12-04Better parser recovery for incomplete attributesLukas Wirth-6/+103
2024-10-31Parse patterns with leading pipe properly in all placesChayim Refael Friedman-0/+59
2024-10-30Only parse `safe` as contextual kw in extern blocksChayim Refael Friedman-0/+35
2024-10-27Merge pull request #18419 from ChayimFriedman2/leading-orLukas Wirth-24/+28
2024-10-27Put leading `|` in patterns under `OrPat`Chayim Refael Friedman-24/+28
2024-10-27Correctly handle `#""` in edition <2024Chayim Refael Friedman-0/+7
2024-10-22fix: Fix incorrect parsing of use boundsLukas Wirth-8/+10
2024-10-20feat: initial support for safe_kw in extern blocksroife-0/+225
2024-10-01fix: correctly parse `use` in generic parametersSabrinaJewson-0/+28
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