| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
