about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/mbe/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-03-23chore: Bump dependenciesLukas Wirth-1/+1
2025-03-23chore: Remove unused dependenciesLukas Wirth-3/+2
2025-02-27enable doctestBenjaminBrienen-1/+0
2024-09-19Support the `${concat(...)}` metavariable expressionChayim Refael Friedman-0/+1
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-09-01internal: Lay basic ground work for standalone mbe testsLukas Wirth-0/+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-08-05Split out syntax-bridge into a separate crateLukas Wirth-0/+1
2024-07-16Switch token trees to use SymbolsLukas Wirth-0/+1
2024-07-15Fix incorrect encoding of literals in the proc-macro-api on version 4Lukas Wirth-2/+1
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-0/+1
2024-06-24Shrink mbe's OpLukas Wirth-0/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+34