about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/toolchain
AgeCommit message (Collapse)AuthorLines
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-01-06minor: New clippy lintsLukas Wirth-1/+0
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-1/+15
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-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵Lukas Wirth-2/+0
already enforces this
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-2/+2
`cargo doc` generates a bunch of warnings on rust-analyzer. Fix all the bare URL and empty code block warnings.
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+138