about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser/test_data/generated
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-0/+12
2024-12-20Fix a case where completion was unable to expand a macroChayim Refael Friedman-0/+4
2024-12-06Merge pull request #18625 from Veykril/push-npnxwpxuzlqzLukas Wirth-0/+2
2024-12-06fix: Fix parser getting stuck for bad asm expressionsLukas Wirth-0/+2
2024-12-05fix: Fix parsing of dyn T in generic arg on 2015 editionLukas Wirth-0/+7
2024-12-05fix: Fix parsing of integer/keyword name refs in various placesLukas Wirth-4/+4
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-24/+8
2024-12-04Better parser recovery for incomplete attributesLukas Wirth-0/+2
2024-10-31Parse patterns with leading pipe properly in all placesChayim Refael Friedman-0/+4
2024-10-30Only parse `safe` as contextual kw in extern blocksChayim Refael Friedman-0/+4
2024-09-04Parse builtin#asm expressionsLukas Wirth-0/+2
2024-08-26Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...Chayim Refael Friedman-4/+10
2024-07-23chore: update codegenswinstxnhdw-0/+4
2024-07-19Parse contextual dyn keyword properly in edition 2015Lukas Wirth-0/+7
2024-07-19Parse `try` as a keyword only in edition 2018 and upLukas Wirth-2/+8
2024-07-19Add basic edition inline parser test supportLukas Wirth-4/+9
2024-07-18Rewrite inline parser test infra to generated proper rust test casesLukas Wirth-0/+810