| Age | Commit message (Expand) | Author | Lines |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -13/+4 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -13/+4 |
| 2022-01-23 | Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Si... | bors | -1/+5 |
| 2022-01-21 | allow excluding paths only from a single module | Pietro Albini | -31/+117 |
| 2022-01-21 | replace paths in PathSet with a dedicated TaskPath struct | Pietro Albini | -14/+28 |
| 2022-01-19 | build: dist: defer PlainSourceTarball | Matthias Krüger | -1/+5 |
| 2022-01-04 | Do not use deprecated -Zsymbol-mangling-version in bootstrap | Jakub Beránek | -3/+13 |
| 2022-01-01 | Remove some dead code | bjorn3 | -2/+1 |
| 2021-12-17 | pass -Wl,-z,origin to set DF_ORIGIN when using rpath | Sébastien Marie | -0/+1 |
| 2021-12-09 | Don't print bootstrap caching/ensure info unless `-vv` is passed | Joshua Nelson | -3/+3 |
| 2021-10-28 | Document clippy on nightly-rustc | xFrednet | -0/+1 |
| 2021-10-19 | Make new symbol mangling scheme default for compiler itself. | Michael Woerister | -1/+19 |
| 2021-10-16 | bootstrap: tweak verbosity settings | Ximin Luo | -1/+1 |
| 2021-10-13 | Rollup merge of #89759 - jyn514:x-build-assemble, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-13 | Assemble the compiler when running `x.py build` | Joshua Nelson | -1/+1 |
| 2021-10-11 | Rollup merge of #89760 - jyn514:remove-incremental-hack, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2021-10-11 | Remove hack ignoring unused attributes for stage 0 std | Joshua Nelson | -6/+0 |
| 2021-09-24 | Simplify explicit request check | Guillaume Gomez | -0/+16 |
| 2021-08-26 | switch stage0.txt to stage0.json and add a tool to generate it | Pietro Albini | -1/+1 |
| 2021-08-20 | Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-08-13 | Enable `--all-targets` for `x.py check` unconditionally | Joshua Nelson | -1/+1 |
| 2021-08-13 | Fix compiling other codegen backends when llvm is enabled | bjorn3 | -1/+1 |
| 2021-08-06 | Auto merge of #87822 - JohnTitor:rollup-kxojii0, r=JohnTitor | bors | -1/+1 |
| 2021-08-07 | Rollup merge of #85807 - glaubitz:powerpc-disable-initial-exec-tls, r=Mark-Si... | Yuki Okushi | -1/+1 |
| 2021-08-06 | Add options for enabling overflow checks in rustc and std. | Hans Kratz | -0/+8 |
| 2021-07-23 | refactor extended tarball generaton to use the new ensure_if_default | Pietro Albini | -7/+37 |
| 2021-07-01 | Document rustfmt on nightly-rustc | Joshua Nelson | -1/+1 |
| 2021-06-29 | Use a macro for documenting rustdoc | Joshua Nelson | -0/+1 |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -0/+1 |
| 2021-06-17 | Lazify is_really_default condition in the RustdocGUI bootstrap step | The8472 | -5/+23 |
| 2021-06-07 | build doctests with lld if use-lld = true | The8472 | -0/+4 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+12 |
| 2021-06-03 | fix testing Miri with --stage 0 | Ralf Jung | -1/+9 |
| 2021-05-31 | bootstrap: Disable initial-exec TLS model on powerpc | John Paul Adrian Glaubitz | -1/+1 |
| 2021-05-31 | Build crtbengin.o/crtend.o from source code | 12101111 | -1/+2 |
| 2021-05-14 | Update bootstrap for in-tree rustfmt | Joshua Nelson | -0/+1 |
| 2021-05-11 | Rollup merge of #85051 - jyn514:check-miri, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2021-05-08 | Enable `-W semicolon_in_expressions_from_macros` in bootstrap | Aaron Hill | -6/+1 |
| 2021-05-07 | Allow checking miri and RLS with `x.py check src/tools/{miri,rls}` | Joshua Nelson | -0/+2 |
| 2021-04-27 | Implement `x.py test src/tools/clippy --bless` | Joshua Nelson | -0/+5 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -12/+2 |
| 2021-04-03 | Make rust-demangler installable | Rich Kadel | -0/+3 |
| 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 |