| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-22 | make rust-analyzer settings use dedicated directory | Tshepang Mbambo | -2/+6 | |
| This avoids rust-analyzer having to wait for a build lock due to ./x running other commands (and the other way around). | ||||
| 2025-07-11 | Add --compile-time-deps argument for x check | bjorn3 | -1/+2 | |
| 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 | -1/+1 | |
| - 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 | -3/+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 | |
| 2024-12-01 | rust_analyzer_settings: force use of 'nightly' toolchain | Ralf Jung | -0/+3 | |
| 2024-11-01 | Remove unncessary option for default rust-analyzer setting | yukang | -2/+0 | |
| 2024-09-18 | Add the library workspace to the suggested rust-analyzer config | bjorn3 | -0/+1 | |
| 2024-01-19 | Increase vscode `git.detectSubmodulesLimit` | trevyn | -0/+1 | |
| 2023-09-14 | update rust_analyzer_settings.json | Ralf Jung | -2/+2 | |
| 2023-07-20 | etc: add `RUSTC_BOOTSTRAP` to rust-analyzer config | Michael Howell | -1/+4 | |
| Fixes the problem reported in https://github.com/rust-lang/rust/issues/112391#issuecomment-1597224941 | ||||
| 2023-05-26 | Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json` | jyn | -1/+8 | |
| This makes go-to-definition, etc. work in cg_clif, cg_gcc, rust-analyzer, and src/tools/x. | ||||
| 2023-03-01 | Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json` | KittyBorgX | -0/+28 | |
