| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Remove credential providers from bootstrap | Arlo Siemsen | -33/+0 |
| 2023-07-15 | Rollup merge of #113643 - jyn514:try-run, r=ozkanonur | jyn | -1/+2 |
| 2023-07-15 | Rollup merge of #113644 - jyn514:bootstrap-cleanups, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-15 | Deduplicate `Builder::try_run` and mark `Config::try_run` as deprecated | jyn | -1/+2 |
| 2023-07-14 | Add `track_caller` to builder.msg | jyn | -0/+1 |
| 2023-07-13 | Rename `detail_exit_macro` to `exit` | jyn | -1/+1 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -0/+1 |
| 2023-07-04 | bootstrap: rust-installer no loger subtree, so allow running lints over it | klensy | -1/+1 |
| 2023-06-23 | Make `try_run` return a `Result<(), ()>` instead of a boolean | Guillaume Gomez | -1/+1 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -1/+1 |
| 2023-06-06 | Fix rust-analyzer proc macro server | Laurențiu Nicola | -1/+1 |
| 2023-05-30 | create `build_helper/src/util` mod | ozkanonur | -1/+1 |
| 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 |