| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-27 | enable doctest | BenjaminBrienen | -1/+0 | |
| 2025-02-17 | Use correct working directory for non-workspace proc-macro execution | Mehul Arora | -14/+27 | |
| 2025-02-04 | Expose symbol of `CrateName` | Lukas Wirth | -5/+5 | |
| 2025-01-10 | minor: Fix grammar in doc comments | Wilfred Hughes | -1/+1 | |
| "too" should be "to" here. | ||||
| 2025-01-02 | Automatically sort crate graph | lucasholten | -9/+7 | |
| 2024-12-31 | Add back optimizations | lucasholten | -4/+8 | |
| 2024-12-31 | Add back crate graph deduplication | lucasholten | -1/+4 | |
| 2024-12-09 | Remove patch sysroot cfg-if hack | Lukas Wirth | -23/+0 | |
| 2024-10-14 | chore: rename salsa to ra_salsa | David Barsky | -17/+17 | |
| 2024-10-05 | Remove ImportSource::ExternCrate as the fixed point loop can't affect it | Lukas Wirth | -0/+5 | |
| 2024-09-11 | Lift out workspace related data into a separate query to preserve crategraph ↵ | Lukas Wirth | -8/+32 | |
| deduplication | ||||
| 2024-09-11 | Remove crate graph deduplication logic | Lukas Wirth | -18/+4 | |
| 2024-09-01 | minor: Downgrade cyclic deps error to warning | Lukas Wirth | -47/+7 | |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -1/+0 | |
| 2024-08-21 | internal: Implement `module_path` macro | Lukas Wirth | -0/+1 | |
| 2024-08-07 | Remove unnecessary CfgFlag definition in project-model | Lukas Wirth | -0/+17 | |
| 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 | Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)" | Vincent Esche | -1/+1 | |
| 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 | -1/+1 | |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -28/+26 | |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -3/+1 | |
| 2024-07-19 | Make LRU opt-in | Lukas Wirth | -0/+2 | |
| 2024-07-19 | Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ↵ | Lukas Wirth | -3/+3 | |
| entries | ||||
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -9/+14 | |
| 2024-07-16 | More symbol usage | Lukas Wirth | -17/+18 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -4/+4 | |
| 2024-05-13 | Push macro-parsing error calculation out of fundamental queries | Lukas Wirth | -1/+12 | |
| 2024-05-02 | fix: Correctly handle `no_core`/`no_std` for preludes | Lukas Wirth | -3/+9 | |
| 2024-04-30 | fix: Tracing span names should match function names | Wilfred Hughes | -2/+2 | |
| When viewing traces, it's slightly confusing when the span name doesn't match the function name. Ensure the names are consistent. (It might be worth moving most of these to use #[tracing::instrument] so the name can never go stale. @davidbarsky suggested that is marginally slower, so I've just done the simple change here.) | ||||
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+1193 | |
