| Age | Commit message (Expand) | Author | Lines |
| 2023-05-20 | implement and use tools/rustdoc-gui-test in bootstrap | ozkanonur | -0/+1 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -0/+1 |
| 2023-04-29 | Combine several `Step`s into a single step with multiple paths | jyn | -1/+1 |
| 2023-04-25 | Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehuss | Yuki Okushi | -3/+3 |
| 2023-04-24 | Rollup merge of #110637 - oli-obk:gha, r=jyn514 | Matthias Krüger | -38/+23 |
| 2023-04-23 | bootstrap: update paths cargo-credential crate | Weihang Lo | -3/+3 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -38/+23 |
| 2023-04-21 | ship clippy, miri and rustfmt with sysroot | ozkanonur | -6/+27 |
| 2023-04-18 | boostrap: print output during building tools | Weihang Lo | -1/+1 |
| 2023-04-18 | Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68 | Matthias Krüger | -0/+6 |
| 2023-04-16 | bootstrap: switch from `stream_cargo` to `try_run_quiet` | Weihang Lo | -3/+3 |
| 2023-04-16 | chore: remove `rustc-workspace-hack` | Weihang Lo | -129/+2 |
| 2023-04-16 | chore: remove Cargo features in rustc-workspace-hack | Weihang Lo | -1/+0 |
| 2023-04-16 | chore: allow `cargo` to have its own workspace | Weihang Lo | -1/+4 |
| 2023-04-16 | Set git info env variables when building tools | Erik Hofmayer | -0/+6 |
| 2023-04-09 | feat: implement basic suggest-tests tool | Ezra Shaw | -0/+1 |
| 2023-04-08 | s/ignore_git/omit_git_hash | Gimbles | -1/+1 |
| 2023-02-21 | Enable --cfg=parallel_compiler in rustdoc. | Mara Bos | -1/+5 |
| 2023-02-19 | Improve building compiler artifacts output | Matthew J Perez | -6/+54 |
| 2023-01-14 | Make stage2 rustdoc and proc-macro-srv disableable in x.py install | David Tolnay | -0/+6 |
| 2023-01-14 | Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -2/+23 |
| 2023-01-09 | Update mdbook | Eric Huss | -2/+23 |
| 2023-01-04 | Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`" | Joshua Nelson | -1/+1 |
| 2022-12-30 | bootstrap: Get rid of `tail_args` in `stream_cargo` | Joshua Nelson | -1/+1 |
| 2022-12-08 | Build rust-analyzer proc-macro server by default | Joshua Nelson | -10/+0 |
| 2022-11-15 | initial prototype of the tool to generate copyright notices | Pietro Albini | -0/+1 |
| 2022-11-15 | add tool to collect license metadata from REUSE | Pietro Albini | -0/+1 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -1/+1 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -18/+12 |
| 2022-10-19 | mark rust-analyzer as a host-only tool | Pietro Albini | -2/+2 |
| 2022-10-13 | Remove unused macro argument | Oli Scherer | -12/+11 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -14/+9 |
| 2022-10-04 | Don't build the compiler before building rls | Josh Stone | -1/+1 |
| 2022-09-21 | Remove miri from the submodule list and require it for CI to pass | Oli Scherer | -2/+2 |
| 2022-09-17 | Rollup merge of #101873 - WaffleLapkin:x-build-proc-macro-srv, r=jyn514 | Matthias Krüger | -10/+22 |
| 2022-09-16 | Use `builder.sysroot(...)` instead of a hack | Maybe Waffle | -6/+2 |
| 2022-09-16 | Allow building `rust-analyzer-proc-macro-srv` as a standalone tool | Maybe Waffle | -10/+26 |
| 2022-09-14 | jsondoclint: New Tool | Nixon Enraght-Moony | -0/+1 |
| 2022-08-27 | Sunset RLS | Eric Huss | -8/+1 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -0/+1 |
| 2022-08-20 | bootstrap: Remove some unused fields from the tool_extended macro. | Eric Huss | -11/+8 |
| 2022-07-28 | bootstrap: don't emit warn about duplicated deps with same/different features... | klensy | -24/+28 |
| 2022-07-27 | Ship `rust-analyzer-proc-macro-srv` binary with dist::Rustc | Amos Wenger | -0/+44 |
| 2022-07-24 | Small fixups | Joshua Nelson | -1/+1 |
| 2022-07-24 | Use top-level path in tool Step | Amos Wenger | -1/+1 |
| 2022-07-24 | Allow cross-compiling, build all crates | Amos Wenger | -3/+3 |
| 2022-07-24 | Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by default | Amos Wenger | -2/+45 |
| 2022-07-09 | Update submodule rust-installer | Michael Howell | -1/+1 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-07-07 | squash the commits | toshiki goto | -2/+2 |