summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/syntax/rust.ungram
AgeCommit message (Expand)AuthorLines
2024-09-05Give InlineAsmOperand a HIR representationLukas Wirth-3/+5
2024-09-05Lower asm expressionsLukas Wirth-5/+3
2024-09-04Parse builtin#asm expressionsLukas Wirth-1/+26
2024-08-26Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykrilbors-1/+1
2024-08-26Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...Chayim Refael Friedman-1/+5
2024-08-24Add `gen` modifier to functionsChayim Refael Friedman-1/+1
2024-08-15internal: Properly check the edition for edition dependent syntax kindsLukas Wirth-14/+12
2024-07-24fix: `use` cannot have optional genericsWinston H.-1/+1
2024-07-23feat: add `use` type bound grammarwinstxnhdw-0/+1
2024-07-17string is not a keywordLukas Wirth-1/+1
2024-07-17Add always disabled gen parse supportLukas Wirth-2/+6
2024-07-17Derive kinds information from ungrammar fileLukas Wirth-60/+68
2024-05-06Implement unsafe attribute parsingLukas Wirth-2/+3
2024-04-18Fixup some issues with minicoreLukas Wirth-0/+1
2024-04-18Handle panicking like rustc CTFE doesNilstrieb-0/+701