about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/mbe
AgeCommit message (Expand)AuthorLines
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