summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/parser
AgeCommit message (Expand)AuthorLines
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+6
2024-09-25Run rustfmtLaurențiu Nicola-3/+1
2024-09-25Merge from rust-lang/rustLaurențiu Nicola-0/+7
2024-09-06Fix toolsMichael Goulet-0/+7
2024-09-05fix: Fix parser panicking on invalid asm optionsLukas Wirth-0/+1
2024-09-05asm! parsing and lowering fixesLukas Wirth-7/+13
2024-09-05Give InlineAsmOperand a HIR representationLukas Wirth-29/+41
2024-09-05Add Definition kind for asm register operandLukas Wirth-18/+26
2024-09-05Lower asm expressionsLukas Wirth-21/+17
2024-09-04Parse builtin#asm expressionsLukas Wirth-10/+339
2024-09-04Add edition dependent keyword highlighting testsLukas Wirth-0/+6
2024-08-26Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...Chayim Refael Friedman-15/+142
2024-08-16Properly account for editions in namesChayim Refael Friedman-0/+9
2024-08-15internal: Properly check the edition for edition dependent syntax kindsLukas Wirth-48/+120
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-07-23fix: move `use` parsing to outer match armwinstxnhdw-18/+19
2024-07-23chore: update codegenswinstxnhdw-0/+73
2024-07-23feat: add arm for `use` type boundwinstxnhdw-0/+6
2024-07-20Add missing dyn parse special cases in 2015 editionLukas Wirth-70/+162
2024-07-19Fix edition used for include macro parsingLukas Wirth-1/+1
2024-07-19Parse contextual dyn keyword properly in edition 2015Lukas Wirth-8/+162
2024-07-19Prevent generated runner module from being format checkedLukas Wirth-0/+1
2024-07-19Parse `try` as a keyword only in edition 2018 and upLukas Wirth-39/+21
2024-07-19Add basic edition inline parser test supportLukas Wirth-153/+131
2024-07-18Rewrite inline parser test infra to generated proper rust test casesLukas Wirth-109/+839
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-2/+5
2024-07-17Support rustc_skip_during_method_dispatchLukas Wirth-0/+4
2024-07-17string is not a keywordLukas Wirth-4/+11
2024-07-17Add always disabled gen parse supportLukas Wirth-22/+272
2024-07-17Derive kinds information from ungrammar fileLukas Wirth-235/+179
2024-07-07Run codegen commands as tests if their results are commitedLukas Wirth-1/+1
2024-07-07Move feature-doc generation to xtask codegenLukas Wirth-1/+0
2024-07-07Move parser test generation to xtaskLukas Wirth-125/+0
2024-07-03Fix up the syntax tree for macro 2.0Lukas Wirth-124/+118
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-1/+0
2024-06-17fix: Fix pat fragment parsers choking on <eoi>Lukas Wirth-1/+1
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-1/+1
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-3/+3
2024-05-30style: simplify string interpolationHamir Mahal-1/+1
2024-05-19Merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-05-06Implement unsafe attribute parsingLukas Wirth-0/+505
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+39978
2024-04-20Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-raLaurențiu Nicola-25/+119
2024-04-10Properly handle emojis as literal prefix in macrosEsteban Küber-1/+1
2024-03-31Merge commit 'f5a9250147f6569d8d89334dc9cca79c0322729f' into sync-from-raLaurențiu Nicola-17/+165
2024-03-10Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-raLaurențiu Nicola-69/+155
2024-02-18Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-raLaurențiu Nicola-28/+279
2024-02-11Merge commit 'ddf105b646c6749a2de2451c9a499a354eec79c2' into sync-from-raLaurențiu Nicola-33/+340