| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Store libgccjit.so in a lib directory in the GCC CI tarball | Jakub Beránek | -3/+2 |
| 2025-03-13 | Change GCC build flags | Jakub Beránek | -1/+1 |
| 2025-03-13 | Create libgccjit.so.0 alias also for CI-downloaded GCC | Jakub Beránek | -6/+14 |
| 2025-03-13 | remove comment regarding a removed test directive | Tshepang Mbambo | -2/+0 |
| 2025-03-13 | Record the new settings checksums | Josh Stone | -3/+7 |
| 2025-03-13 | update the test_exclude to not use paths with path separators | bit-aloo | -2/+1 |
| 2025-03-13 | make test platform agnostic | bit-aloo | -2/+4 |
| 2025-03-13 | Add change info to change tracker | bit-aloo | -0/+5 |
| 2025-03-13 | add test for exclude feature | bit-aloo | -0/+14 |
| 2025-03-13 | add exclude to config.toml | bit-aloo | -16/+22 |
| 2025-03-13 | Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789 | Matthias Krüger | -58/+7 |
| 2025-03-12 | use `expect` instead of `allow` | onur-ozkan | -16/+13 |
| 2025-03-12 | Rollup merge of #138390 - onur-ozkan:fix-invalid-tracing-log, r=jieyouxu | Matthias Krüger | -5/+1 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -16/+24 |
| 2025-03-12 | Install licenses into `share/doc/rust/licenses` | Josh Stone | -1/+1 |
| 2025-03-12 | Remove `sccache-plus-cl` MSVC hack | Jakub Beránek | -98/+10 |
| 2025-03-12 | Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkan | bors | -53/+83 |
| 2025-03-12 | fix incorrect tracing log | onur-ozkan | -5/+1 |
| 2025-03-12 | Rollup merge of #138313 - rustbot:docs-update, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-12 | add change entry for rls removal | onur-ozkan | -0/+5 |
| 2025-03-12 | remove rls support from bootstrap | onur-ozkan | -58/+2 |
| 2025-03-11 | Rollup merge of #138245 - onur-ozkan:ci-rustc-test-fix, r=jieyouxu | Matthias Krüger | -2/+11 |
| 2025-03-11 | Rollup merge of #138051 - Kobzol:download-ci-gcc, r=onur-ozkan | Matthias Krüger | -120/+261 |
| 2025-03-11 | Fix `cargo vendor` not working without `rustc` installed | Eric Huss | -0/+1 |
| 2025-03-11 | Do not download GCC in tests | Jakub Beránek | -6/+14 |
| 2025-03-11 | Add missing unsafe block | Jakub Beránek | -29/+32 |
| 2025-03-11 | Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-11 | Use `RUSTC_LINT_FLAGS` more. | Nicholas Nethercote | -16/+23 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -17/+37 |
| 2025-03-10 | stabilize `ci_rustc_if_unchanged_logic` test for local environments | onur-ozkan | -2/+11 |
| 2025-03-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-03-10 | Implement downloading GCC from CI | Jakub Beránek | -20/+104 |
| 2025-03-10 | Add `download-ci-gcc-stamp` file | Jakub Beránek | -0/+4 |
| 2025-03-10 | Add `[gcc] download-ci-gcc` option | Jakub Beránek | -1/+27 |
| 2025-03-10 | Add `gcc` bootstrap config section | Jakub Beránek | -1/+8 |
| 2025-03-10 | Refactor GCC compilation | Jakub Beránek | -105/+112 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -9/+4 |
| 2025-03-09 | Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton | Matthias Krüger | -2/+4 |
| 2025-03-09 | Rollup merge of #138232 - Kobzol:gcc-reduce-verbosity, r=GuillaumeGomez | Matthias Krüger | -2/+11 |
| 2025-03-09 | Rollup merge of #138216 - Zalathar:any-debug, r=onur-ozkan | Matthias Krüger | -2/+75 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2025-03-09 | Auto merge of #137541 - onur-ozkan:fix-cargo-clippy-bin, r=jieyouxu | bors | -4/+15 |
| 2025-03-08 | re-add gnu lib and tweak comment | Steven Malis | -2/+5 |
| 2025-03-08 | Don't link against advapi32, except on win7. | Steven Malis | -1/+0 |
| 2025-03-08 | Reduce verbosity of GCC build log | Jakub Beránek | -2/+11 |
| 2025-03-08 | Auto merge of #138224 - onur-ozkan:fix-multiple-candidates, r=jieyouxu | bors | -3/+11 |
| 2025-03-08 | skip `compile::Std` and `compile::Rustc` on `forced_compiler` | onur-ozkan | -3/+11 |
| 2025-03-08 | Auto merge of #138208 - jhpratt:rollup-hlqyu51, r=jhpratt | bors | -5/+14 |
| 2025-03-08 | Update bootstrap to edition 2024 | Jakub Beránek | -24/+51 |
| 2025-03-08 | bootstrap: Fix stack printing when a step cycle is detected | Zalathar | -2/+75 |