| Age | Commit message (Expand) | Author | Lines |
| 2021-03-06 | Revert fmt version, add rustdoc-json-types to bootstrap tests | Rune Tynan | -0/+1 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -3/+15 |
| 2021-03-01 | Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-Simulacrum | Joshua Nelson | -18/+0 |
| 2021-03-01 | Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2021-03-01 | Rollup merge of #82309 - jyn514:rustdocflags, r=Mark-Simulacrum | Yuki Okushi | -9/+21 |
| 2021-02-25 | Created experimental build.print_step_rusage setting | Felix S. Klock II | -0/+4 |
| 2021-02-24 | Remove `ENABLE_DOWNLOAD_RUSTC` constant | Joshua Nelson | -18/+0 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -11/+3 |
| 2021-02-21 | Propagate RUSTDOCFLAGS in the environment when documenting | Joshua Nelson | -9/+21 |
| 2021-02-21 | Add new rustdoc-gui test suite | Guillaume Gomez | -0/+1 |
| 2021-02-20 | Use the new name for `split-debuginfo` | Joshua Nelson | -11/+3 |
| 2021-02-20 | Don't apply semicolon in expressions from macros yet | Mark Rousskov | -1/+6 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -6/+1 |
| 2021-02-15 | Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-Simulacrum | Jonas Schievink | -2/+1 |
| 2021-02-14 | Remove unnecessary `Option` in `default_doc` | Joshua Nelson | -2/+1 |
| 2021-02-10 | Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726 | Yuki Okushi | -1/+1 |
| 2021-02-08 | Absolute bare minimum for downloading rustc from CI | Joshua Nelson | -2/+24 |
| 2021-02-08 | Use format string in bootstrap panic instead of a string directly | Joshua Nelson | -1/+1 |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+6 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -3/+11 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+6 |
| 2021-01-10 | Make `--color always` apply to logging too | Joshua Nelson | -0/+10 |
| 2020-12-31 | bootstrap: clippy fixes | Matthias Krüger | -1/+1 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -4/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+0 |
| 2020-12-23 | Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbini | bors | -0/+1 |
| 2020-12-22 | Utilize PGO for rustc linux dist builds | Mark Rousskov | -0/+1 |
| 2020-12-20 | Skip `dsymutil` by default for compiler bootstrap | J. Ryan Stinnett | -0/+13 |
| 2020-12-12 | Fix building compiler docs with stage 0 | Joshua Nelson | -1/+4 |
| 2020-12-01 | Add tests for rustdoc json | Nixon Enraght-Moony | -0/+1 |
| 2020-12-01 | Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomez | Mara Bos | -0/+1 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+1 |
| 2020-11-28 | lint-docs: Add --validate flag to validate lint docs separately. | Eric Huss | -0/+1 |
| 2020-11-12 | Add `--color` support to bootstrap | Joshua Nelson | -1/+11 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-09 | Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum | bors | -0/+8 |
| 2020-11-06 | Compile tools and internal libraries with the initial-exec TLS model | Josh Triplett | -0/+8 |
| 2020-11-06 | Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrum | bors | -4/+42 |
| 2020-11-05 | Get `--fix` working for everything except rustdoc | Joshua Nelson | -4/+3 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -1/+0 |
| 2020-10-26 | Allow using clippy with either beta or nightly | Joshua Nelson | -5/+7 |
| 2020-10-26 | Add --fix support to `x.py clippy` | Joshua Nelson | -2/+2 |
| 2020-10-26 | Set the proper sysroot for clippy | Joshua Nelson | -2/+39 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -5/+32 |
| 2020-10-26 | Support enable/disable sanitizers/profiler per target | 12101111 | -2/+2 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+21 |
| 2020-10-12 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+1 |
| 2020-10-05 | Remove the rust stuff and just make it a simple shell script | Cassandra Fridkin | -1/+1 |
| 2020-10-05 | Merge branch 'master' into hooks | Cassandra Fridkin | -72/+46 |
| 2020-10-05 | Rollup merge of #77407 - pietroalbini:less-build-manifest, r=Mark-Simulacrum | Dylan DPC | -1/+1 |