summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/tt
AgeCommit message (Collapse)AuthorLines
2024-10-22Fix new nightly lintsLukas Wirth-1/+1
2024-09-19Support the `${concat(...)}` metavariable expressionChayim Refael Friedman-0/+7
I didn't follow rustc precisely, because I think it does some things wrongly (or they are FIXME), but I only allowed more code, not less. So we're all fine.
2024-08-29fix: Fix TokenStream::to_string implementation dropping quotation marksLukas Wirth-1/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with ↵Vincent Esche-1/+1
`[package.repository.workspace] = true`
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' ↵Vincent Esche-1/+1
`[package.description]` fields
2024-07-29Make basic use of spans for macro expansion errorsLukas Wirth-0/+13
2024-07-16Switch token trees to use SymbolsLukas Wirth-40/+43
2024-07-15Fix incorrect encoding of literals in the proc-macro-api on version 4Lukas Wirth-2/+63
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-14/+188
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-2/+0
already enforces this
2024-06-24move tt-iter into tt crateLukas Wirth-2/+165
2024-06-04Cleanup some inert attribute stuffLukas Wirth-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+672