| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-05-14 | Hash file contents to verify whether file actually changed | Lukas Wirth | -2/+2 | |
| 2024-04-30 | fix: Tracing span names should match function names | Wilfred Hughes | -1/+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-26 | Show workspace info in the status bar | Lukas Wirth | -2/+2 | |
| 2024-04-22 | Auto merge of #17102 - ↵ | bors | -0/+3 | |
| 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/+597 | |
| 2024-04-21 | Extract common fields out of ProjectWorkspace variants | Lukas Wirth | -3/+1 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+596 | |
