| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-11 | Add --compile-time-deps argument for x check | bjorn3 | -1/+1 | |
| This reduces the amount of time it takes to do the x check for rust-analyzer analysis from 12m16s to 3m34s when the bootstrap compiler is already downloaded. | ||||
| 2025-05-15 | Update IDEs to use rustfmt 2024, fix Zed settings | Chai T. Rex | -3/+3 | |
| - Update IDE `rust-analyzer` settings to use 2024 rather than 2021. - Fix Zed settings by removing `${workspaceFolder}/` from paths. | ||||
| 2025-04-14 | Setup editor file associations for non-rs extensions | Thalia Archibald | -5/+8 | |
| .gitattributes lists *.fixed, *.pp, and *.mir as file extensions which should be treated as Rust source code. Do the same for VS Code and Zed. This only does syntax highlighting, which is appropriate, as MIR isn't really Rust code. At the same time, consistently order `rust-analyzer.linkedProjects` between editors. For some reason, Eglot didn't include library/Cargo.toml. | ||||
| 2025-03-13 | Remove separate `src/tools/x` from rust-analyzer settings | Josh Stone | -1/+0 | |
| 2025-02-15 | Add support for the Zed IDE to `./x setup` | Chai T. Rex | -0/+52 | |
