about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/paths
AgeCommit message (Expand)AuthorLines
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-03-15cargo fmtBenjaminBrienen-1/+3
2025-02-27ignore doc test that only fails on windowsBenjaminBrienen-1/+1
2025-02-27enable doctestBenjaminBrienen-1/+0
2024-12-20internal: Split serde derive feature into `serde_derive` usageLukas Wirth-2/+1
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Unify package descriptions by adding references to "rust-analyzer"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-05Newtype ErasedFileAstIdLukas Wirth-5/+2
2024-08-05Auto merge of #17795 - Veykril:library-dep-loading, r=Veykrilbors-0/+4
2024-08-05feat: Load sysroot library via cargo metadataLukas Wirth-0/+4
2024-08-02internal: Remove AbsPathBuf::TryFrom impl that checks too many things at onceLukas Wirth-13/+3
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-2/+0
2024-06-05Apply requested changes round 2Ali Bektas-1/+1
2024-06-05Apply suggested changesAli Bektas-0/+18
2024-06-03Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykrilbors-1/+1
2024-06-02Add path info to `AbsPathBuf::assert`'s assertLukas Wirth-1/+1
2024-05-30style: simplify string interpolationHamir Mahal-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+450