| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-19 | Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril | bors | -4/+5 | |
| Edition aware parser Fixes https://github.com/rust-lang/rust-analyzer/issues/16324 by allowing us to properly thread through the edition to the parser | ||||
| 2024-07-18 | feature: move `linked_projects` discovery to the rust-analyzer server | David Barsky | -10/+27 | |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -4/+5 | |
| 2024-07-16 | More symbol usage | Lukas Wirth | -12/+13 | |
| 2024-07-16 | Use symbol in cfg | Lukas Wirth | -14/+20 | |
| 2024-07-08 | Remove version check before using `--keep-going` | mo8it | -25/+7 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-06-11 | feature: add build system info; runnables to `rust-project.json` | Wilfred Hughes | -6/+175 | |
| 2024-06-09 | Register virtual workspace Cargo.toml files in the VFS | Lukas Wirth | -0/+15 | |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -5/+5 | |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -3/+2 | |
| 2024-05-23 | Allow sysroots to only consist of the source root dir | Lukas Wirth | -293/+236 | |
| 2024-05-14 | fix: Don't emit --keep-going for custom build script commands | Lukas Wirth | -9/+16 | |
| 2024-05-02 | fix: Correctly handle `no_core`/`no_std` for preludes | Lukas Wirth | -12/+55 | |
| 2024-04-26 | Show workspace info in the status bar | Lukas Wirth | -4/+35 | |
| 2024-04-22 | Auto merge of #17102 - ↵ | bors | -0/+2 | |
| davidbarsky:david/add-some-tracing-to-project-loading, r=lnicola chore: add some `tracing` to project loading I wanted to see what's happening during project loading and if it could be parallelized. I'm thinking maybe, but it's not this PR :) | ||||
| 2024-04-22 | chore: add some `tracing` to project loading | David Barsky | -0/+25209 | |
| 2024-04-21 | Support flychecking for cargo scripts | Lukas Wirth | -13/+17 | |
| 2024-04-21 | Extract common fields out of ProjectWorkspace variants | Lukas Wirth | -256/+160 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+25460 | |
