| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | This commit adds a `toml` module that represents various subsections of `boot... | bit-aloo | -0/+1541 |
| 2025-06-03 | move `test-float-parse` tool into `src/tools` dir | onur-ozkan | -7/+7 |
| 2025-06-03 | make library profile to use stage 1 on `x check` | onur-ozkan | -1/+2 |
| 2025-06-03 | make `x check` to use stage0 by default | onur-ozkan | -1/+4 |
| 2025-06-03 | Auto merge of #141210 - RalfJung:miri-std-doctests, r=saethlin | bors | -12/+11 |
| 2025-06-02 | bootstrap: Remove `rustc_snapshot_libdir` from PATH in one more place | Vadim Petrochenkov | -4/+2 |
| 2025-06-02 | Use ccache for stage0 tool and rustc builds | Jakub Beránek | -0/+22 |
| 2025-06-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -355/+346 |
| 2025-06-01 | Rollup merge of #141852 - onur-ozkan:resolve-if-let-fixme, r=jieyouxu | Guillaume Gomez | -3/+3 |
| 2025-06-01 | Rollup merge of #141846 - Berrysoft:cygwin-bootstrap-tls, r=mati865 | Guillaume Gomez | -1/+6 |
| 2025-06-01 | Rollup merge of #141789 - ferrocene:hoverbear/exclude-cargo-home-from-in-tree... | Guillaume Gomez | -1/+2 |
| 2025-06-01 | resolve if-let-chain FIXME on bootstrap | onur-ozkan | -3/+3 |
| 2025-06-01 | Fix TLS model on bootstrap for cygwin | 王宇逸 | -1/+6 |
| 2025-05-31 | Rollup merge of #141819 - mati865:windows-gnullvm-host-fixes, r=jieyouxu | Matthias Krüger | -3/+6 |
| 2025-05-31 | Rollup merge of #141646 - jieyouxu:distcheck, r=Mark-Simulacrum | Matthias Krüger | -1/+8 |
| 2025-05-31 | bootstrap: remap compiler vs non-compiler sources differently | Jieyou Xu | -10/+70 |
| 2025-05-31 | Shared libLLVM linking is officially supported with MinGW and Clang | Mateusz Mikuła | -1/+2 |
| 2025-05-31 | Fix C++ standard library name for *-windows-gnullvm targets | Mateusz Mikuła | -1/+3 |
| 2025-05-31 | Fix incorrect comment | Mateusz Mikuła | -1/+1 |
| 2025-05-30 | bootstrap: build std with less frame pointers | Jubilee Young | -1/+2 |
| 2025-05-30 | Exclude `CARGO_HOME` from `generate-copyright` in-tree determination | Ana Hobden | -1/+2 |
| 2025-05-30 | Auto merge of #141657 - petrochenkov:nobinroot, r=jieyouxu | bors | -1/+0 |
| 2025-05-30 | fix clippy warnings | onur-ozkan | -235/+230 |
| 2025-05-30 | fix bootstrap tests | onur-ozkan | -14/+1 |
| 2025-05-30 | fix fs bug on CI and update ming-check-1 Dockerfile | onur-ozkan | -0/+8 |
| 2025-05-30 | fix CI-rustc bugs | onur-ozkan | -11/+27 |
| 2025-05-30 | be able to build stage1 library with CI-rustc | onur-ozkan | -33/+14 |
| 2025-05-30 | add "library" to `RUSTC_IF_UNCHANGED_ALLOWED_PATHS` | onur-ozkan | -15/+2 |
| 2025-05-30 | improve comments and docs | onur-ozkan | -14/+15 |
| 2025-05-30 | add change entry | onur-ozkan | -0/+5 |
| 2025-05-30 | bless bootstrap tests | onur-ozkan | -3/+3 |
| 2025-05-30 | update stage defaults | onur-ozkan | -7/+7 |
| 2025-05-30 | improve `check::Std` handling | onur-ozkan | -0/+9 |
| 2025-05-30 | update std uplifting algorithm | onur-ozkan | -2/+9 |
| 2025-05-30 | use initial rustc's std on stage 0 | onur-ozkan | -31/+26 |
| 2025-05-30 | Rollup merge of #141736 - onur-ozkan:resolve-stage0-syroot-from-rustc, r=Kobzol | Matthias Krüger | -1/+3 |
| 2025-05-30 | Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2025-05-29 | Auto merge of #141739 - GuillaumeGomez:rollup-ivboqwd, r=GuillaumeGomez | bors | -10/+26 |
| 2025-05-29 | resolve target-libdir directly from rustc | onur-ozkan | -10/+26 |
| 2025-05-29 | resolve stage0 sysroot from rustc | onur-ozkan | -1/+3 |
| 2025-05-29 | Auto merge of #141595 - bjorn3:rustc_no_sysroot_proc_macro, r=onur-ozkan | bors | -1/+2 |
| 2025-05-28 | Add cfg for FormatShortCmd | Mu001999 | -0/+3 |
| 2025-05-27 | Disable libunwind cross-architecture unwinding | Khem Raj | -2/+1 |
| 2025-05-27 | bootstrap: Remove `bin_root` from `PATH` | Vadim Petrochenkov | -1/+0 |
| 2025-05-27 | Do not get proc_macro from the sysroot in rustc | bjorn3 | -1/+2 |
| 2025-05-27 | distcheck: document what distcheck is intended to exercise | Jieyou Xu | -1/+8 |
| 2025-05-27 | Rollup merge of #141568 - onur-ozkan:141393-fix, r=Kobzol | Michael Goulet | -0/+8 |
| 2025-05-27 | Rollup merge of #141556 - jeremyd2019:patch-1, r=jieyouxu | Michael Goulet | -1/+3 |
| 2025-05-26 | bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2 | Jeremy Drake | -1/+3 |
| 2025-05-27 | Rollup merge of #140898 - onur-ozkan:miri-run, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -3/+13 |