| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-03-15 | cargo fmt | BenjaminBrienen | -1/+3 | |
| 2025-02-27 | ignore doc test that only fails on windows | BenjaminBrienen | -1/+1 | |
| 2025-02-27 | enable doctest | BenjaminBrienen | -1/+0 | |
| 2024-12-20 | internal: Split serde derive feature into `serde_derive` usage | Lukas Wirth | -2/+1 | |
| Ideally we'd not have any dependency pull in the derive feature for faster build times, once that is the case this change would have an actual effect. See https://github.com/matklad/macro-dep-test/blob/master/README.md for context. | ||||
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with ↵ | Vincent Esche | -1/+1 | |
| `[package.repository.workspace] = true` | ||||
| 2024-08-06 | Unify package descriptions by adding references to "rust-analyzer" | Vincent Esche | -1/+1 | |
| With the lack of a README on the individually published library crates and the somewhat cryptic `ra_ap_` prefix it is hard to figure out where those crates belong to, so mentioning "rust-analyzer" feels like auseful hint there. | ||||
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 | |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' ↵ | Vincent Esche | -1/+1 | |
| `[package.description]` fields | ||||
| 2024-08-05 | Newtype ErasedFileAstId | Lukas Wirth | -5/+2 | |
| 2024-08-05 | Auto merge of #17795 - Veykril:library-dep-loading, r=Veykril | bors | -0/+4 | |
| feat: Load sysroot library via cargo metadata See https://github.com/rust-lang/rust/pull/128534, fixes https://github.com/rust-lang/rust-analyzer/issues/7637 Requires a toolchain from 176e54520 2024-08-04 or later to work. | ||||
| 2024-08-05 | feat: Load sysroot library via cargo metadata | Lukas Wirth | -0/+4 | |
| 2024-08-02 | internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once | Lukas Wirth | -13/+3 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-06-05 | Apply requested changes round 2 | Ali Bektas | -1/+1 | |
| 2024-06-05 | Apply suggested changes | Ali Bektas | -0/+18 | |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -1/+1 | |
| style: simplify string interpolation | ||||
| 2024-06-02 | Add path info to `AbsPathBuf::assert`'s assert | Lukas Wirth | -1/+1 | |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -1/+1 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+450 | |
