| Age | Commit message (Expand) | Author | Lines |
| 2025-01-25 | Rollup merge of #136029 - ChrisDenton:py-job, r=jieyouxu | Matthias Krüger | -50/+4 |
| 2025-01-24 | Don't move ownership of job object | Chris Denton | -50/+4 |
| 2025-01-24 | bootstrap: Handle bootstrap lockfile race condition better | clubby789 | -1/+3 |
| 2025-01-24 | Ignore linker warnings on macOS for ui-fulldeps | jyn | -3/+10 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+2 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+1 |
| 2025-01-24 | Rollup merge of #135638 - Kobzol:gcc-ci, r=onur-ozkan | Matthias Krüger | -4/+50 |
| 2025-01-23 | Rollup merge of #135887 - onur-ozkan:testing-improvements, r=jieyouxu | Matthias Krüger | -65/+37 |
| 2025-01-23 | Rollup merge of #135879 - onur-ozkan:invalid-file-path, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-01-22 | reduce number of `prepare_cargo_test` args | onur-ozkan | -8/+7 |
| 2025-01-22 | resolve clippy FIXME | onur-ozkan | -52/+14 |
| 2025-01-22 | make bootstrap self test to use bootstrap cargo | onur-ozkan | -15/+26 |
| 2025-01-22 | fix outdated file path ref in llvm | onur-ozkan | -1/+1 |
| 2025-01-22 | Apply LTO config to rustdoc | Jakub Beránek | -9/+29 |
| 2025-01-21 | bump bootsrap windows to 0.57 | klensy | -23/+4 |
| 2025-01-21 | Make it possible to build GCC on CI | Jakub Beránek | -4/+50 |
| 2025-01-21 | Auto merge of #135632 - marcoieni:split-x86_64-msvc-2025, r=Kobzol | bors | -6/+2 |
| 2025-01-20 | ignore linker errors on all platforms | jyn | -0/+9 |
| 2025-01-20 | Rollup merge of #135658 - Kobzol:src-tarball-remove-gcc, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+12 |
| 2025-01-20 | Rollup merge of #135433 - tanvincible:patch-1, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -4/+7 |
| 2025-01-20 | Add logic to override profile for non git sources | Tanvi Pooranmal Meena | -4/+7 |
| 2025-01-20 | Rollup merge of #135729 - Noratrieb:compiler-profile-debug-assert, r=lqd | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2025-01-20 | Rollup merge of #135722 - onur-ozkan:handle-tarball-ci-commit, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -13/+23 |
| 2025-01-19 | Add debug assertions to compiler profile | Noratrieb | -0/+7 |
| 2025-01-19 | CI: split x86_64-msvc job using windows 2025 | MarcoIeni | -6/+2 |
| 2025-01-19 | make it possible to use ci-rustc on tarball sources | onur-ozkan | -13/+23 |
| 2025-01-19 | Rollup merge of #135616 - marcoieni:split-i686-msvc-job, r=Kobzol | Matthias Krüger | -2/+11 |
| 2025-01-18 | Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr | bors | -13/+30 |
| 2025-01-18 | Rollup merge of #135612 - onur-ozkan:include-x-scripts-in-tarballs, r=clubby789 | Matthias Krüger | -7/+11 |
| 2025-01-18 | Rollup merge of #135478 - Kobzol:gcc-clippy, r=onur-ozkan | Matthias Krüger | -6/+19 |
| 2025-01-17 | Do not include GCC source code in source tarballs | Jakub Beránek | -1/+12 |
| 2025-01-17 | add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_P... | binarycat | -0/+2 |
| 2025-01-17 | include `x` and `x.ps1` scripts in tarball sources | onur-ozkan | -0/+2 |
| 2025-01-17 | CI: split i686-msvc job to two free runners | MarcoIeni | -2/+11 |
| 2025-01-17 | add tidy check on dist src files order | onur-ozkan | -7/+9 |
| 2025-01-17 | Auto merge of #135605 - jieyouxu:temp-require-force-rustdoc-js, r=clubby789 | bors | -4/+1 |
| 2025-01-17 | compiletest: require `COMPILETEST_FORCE_STAGE0` for `./x test rustdoc-js --st... | 许杰友 Jieyou Xu (Joe) | -4/+1 |
| 2025-01-16 | Rollup merge of #135588 - ferrocene:add-license-json-to-source-tarball, r=Kobzol | Matthias Krüger | -0/+1 |
| 2025-01-16 | Rollup merge of #135585 - onur-ozkan:135554, r=Kobzol | Matthias Krüger | -1/+15 |
| 2025-01-16 | Add license-metadata.json to rustc-src tarball. | Jonathan Pallant | -0/+1 |
| 2025-01-16 | resolve symlinks of LLVM tool binaries before copying them | onur-ozkan | -1/+15 |
| 2025-01-15 | Auto merge of #135540 - GuillaumeGomez:rollup-40lfb7l, r=GuillaumeGomez | bors | -2/+0 |
| 2025-01-15 | Auto merge of #133461 - ferrocene:add-copyright-files-to-dist, r=Kobzol | bors | -10/+22 |
| 2025-01-15 | Rollup merge of #135529 - onur-ozkan:outdated-fixme, r=jieyouxu | Guillaume Gomez | -2/+0 |
| 2025-01-15 | remove outdated FIXME | onur-ozkan | -2/+0 |
| 2025-01-14 | Rollup merge of #134913 - rhelmot:master, r=jieyouxu | Jubilee | -34/+17 |
| 2025-01-14 | Run clippy for rustc_codegen_gcc | Jakub Beránek | -6/+19 |
| 2025-01-14 | Add missing closing backtick in commit hook message 🐸 | Yotam Ofek | -1/+1 |
| 2025-01-13 | Rollup merge of #135452 - jieyouxu:fix-comment, r=compiler-errors | Jacob Pratt | -1/+1 |