about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/syntax/rust.ungram
AgeCommit message (Expand)AuthorLines
2025-08-13Merge Trait and TraitAlias handlingDeadbeef-6/+2
2025-07-22Parse `for<'a> [const]`Chayim Refael Friedman-5/+5
2025-07-09Make `global_asm!()` workChayim Refael Friedman-0/+1
2025-07-09Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...Chayim Refael Friedman-1/+2
2025-06-26Parse new const trait syntaxLukas Wirth-1/+1
2025-06-04Give path segment type anchors their own grammar ruleLukas Wirth-2/+5
2025-05-05Implement RFC 3503: frontmattersDeadbeef-0/+1
2025-04-21Merge pull request #19643 from ChayimFriedman2/generic-const-itemsLukas Wirth-2/+3
2025-04-21feat: parse `super let`Lukas Wirth-1/+1
2025-04-21Parse generic constsChayim Refael Friedman-2/+3
2025-03-25feat: parse `unsafe` record fieldsLukas Wirth-1/+1
2025-03-08fix(hir): `VariantDef` is `impl HasSource`Prajwal S N-0/+5
2025-03-01Cleanup string handling in syntax highlightingLukas Wirth-3/+3
2025-01-27feat: Implement `default-field-values`Shoyu Vanilla-1/+1
2024-12-18Fix AsmOption rule in rust.ungramArthur Baars-1/+1
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-1/+4
2024-10-27Put leading `|` in patterns under `OrPat`Chayim Refael Friedman-1/+1
2024-10-22fix: Fix incorrect parsing of use boundsLukas Wirth-1/+8
2024-10-20feat: initial support for safe_kw in extern blocksroife-1/+2
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