| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-08 | Move flycheck crate into rust-analyzer main crate | Lukas Wirth | -31/+0 | |
| 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-07-18 | feature: move `linked_projects` discovery to the rust-analyzer server | David Barsky | -0/+1 | |
| 2024-05-31 | minor: replace command-group with process-wrap | Henry Chen | -1/+1 | |
| Because command-group no longer receives updates and depends on an older version of nix. | ||||
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+29 | |
