about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/mbe
AgeCommit message (Expand)AuthorLines
2025-03-08Fix syntax fixup producing invalid punctuation¨Florian-0/+17
2025-02-27fix doc testsBenjaminBrienen-2/+2
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-01-13Fix another bug when reaching macro expansion limit caused a stack overflowChayim Refael Friedman-0/+5
2025-01-09Merge pull request #18861 from ChayimFriedman2/await-editionLukas Wirth-85/+95
2025-01-09Make edition per-token, not per-fileChayim Refael Friedman-85/+95
2025-01-07Fix a bug with missing binding in MBEChayim Refael Friedman-1/+4
2025-01-07Drop unnecessary tracing::warnLukas Wirth-5/+0
2025-01-06minor: New clippy lintsLukas Wirth-1/+1
2025-01-02Store token trees in contiguous `Vec` instead of as a treeChayim Refael Friedman-564/+433
2024-12-24Remove dangling outdated test moduleLukas Wirth-101/+0
2024-10-21fix: FIx mbe bench tests being iteration order dependentLukas Wirth-5/+8
2024-10-21Update ide testsLukas Wirth-1/+1
2024-09-25Add missing rustc_privateLaurențiu Nicola-0/+2
2024-09-20Auto merge of #18151 - ChayimFriedman2:metavar-concat, r=Veykrilbors-5/+149
2024-09-19When checking for forbidden expr kind matches, account for rawnessChayim Refael Friedman-1/+1
2024-09-19Support the `${concat(...)}` metavariable expressionChayim Refael Friedman-5/+149
2024-09-18Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykrilbors-2/+9
2024-09-18Get rid of `$crate` in expansions shown to the userChayim Refael Friedman-2/+9
2024-09-18feat: Implement `expr_2021`Shoyu Vanilla-21/+192
2024-09-01internal: Lay basic ground work for standalone mbe testsLukas Wirth-0/+182
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-08-05Split out syntax-bridge into a separate crateLukas Wirth-1224/+9
2024-07-29Make basic use of spans for macro expansion errorsLukas Wirth-150/+152
2024-07-19Parse contextual dyn keyword properly in edition 2015Lukas Wirth-3/+2
2024-07-19Test macros doing edition dependent parsingLukas Wirth-39/+31
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-2/+8
2024-07-17Add always disabled gen parse supportLukas Wirth-3/+8
2024-07-16Switch token trees to use SymbolsLukas Wirth-81/+90
2024-07-15Fix incorrect encoding of literals in the proc-macro-api on version 4Lukas Wirth-61/+4
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-78/+201
2024-07-03Fix up the syntax tree for macro 2.0Lukas Wirth-23/+22
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-2/+0
2024-06-24move tt-iter into tt crateLukas Wirth-310/+152
2024-06-24Shrink mbe's OpLukas Wirth-24/+46
2024-06-12Auto merge of #17398 - Veykril:bogus-file, r=Veykrilbors-2/+2
2024-06-12internal: Remove FileId::BOGUSLukas Wirth-2/+2
2024-06-11Auto merge of #17392 - randomicon00:17242, r=Veykrilbors-6/+6
2024-06-11edit: Length to Len in benchmarkrandomicon00-1/+1
2024-06-11edit: change 'Length' to 'Len'randomicon00-5/+5
2024-06-04Cleanup some inert attribute stuffLukas Wirth-0/+6
2024-04-27fix: Fix doc comment desugaring for proc-macrosLukas Wirth-26/+58
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+4174