| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -5/+14 |
| 2025-03-08 | Auto merge of #138205 - onur-ozkan:fix-build-cycle, r=jieyouxu | bors | -17/+21 |
| 2025-03-08 | update doc-comment for `forced_compiler` | onur-ozkan | -2/+2 |
| 2025-03-08 | handle precompiled compiler more properly | onur-ozkan | -15/+19 |
| 2025-03-07 | Rollup merge of #137537 - jieyouxu:daily-rmake, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -4/+9 |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -5/+14 |
| 2025-03-07 | Auto merge of #138148 - onur-ozkan:fix-llvm-bitcode-build, r=jieyouxu | bors | -4/+4 |
| 2025-03-07 | Apply `--cfg windows_raw_dylib` for bootstrap tools too | Jieyou Xu | -1/+1 |
| 2025-03-07 | use target compiler on llvm-bitcode-linker | onur-ozkan | -4/+4 |
| 2025-03-06 | Rollup merge of #138078 - moxian:rember-warns, r=Kobzol | Michael Goulet | -6/+7 |
| 2025-03-06 | Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes... | Michael Goulet | -3/+3 |
| 2025-03-06 | Auto merge of #138039 - onur-ozkan:handle-forced-compiler-on-tools, r=jieyouxu | bors | -86/+145 |
| 2025-03-06 | Don't even bother checking changelog in --dry-run mode | moxian | -6/+6 |
| 2025-03-05 | Leave a breadcrumb towards bootstrap config documentation | moxian | -2/+3 |
| 2025-03-05 | Remember silenced bootstrap changelog warnings even in --dry-run | moxian | -1/+2 |
| 2025-03-05 | bootstrap and compiletest: Use size_of_val from the prelude instead of imported | Thalia Archibald | -3/+3 |
| 2025-03-05 | Rollup merge of #137723 - onur-ozkan:cfg-ver-description, r=pietroalbini,weih... | 许杰友 Jieyou Xu (Joe) | -3/+26 |
| 2025-03-05 | Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan | 许杰友 Jieyou Xu (Joe) | -67/+24 |
| 2025-03-05 | bless bootstrap tests | onur-ozkan | -1/+0 |
| 2025-03-05 | Revert "avoid `compiler_for` for dist tools and force the current compiler" | onur-ozkan | -11/+47 |
| 2025-03-05 | handle forced compiler in `get_tool_rustc_compiler` | onur-ozkan | -0/+2 |
| 2025-03-05 | add new field `forced_compiler` to `Compiler` | onur-ozkan | -75/+97 |
| 2025-03-05 | replace `rust.description` with `build.description` | onur-ozkan | -1/+1 |
| 2025-03-05 | pass `CFG_VER_DESCRIPTION` to tool builds | onur-ozkan | -0/+9 |
| 2025-03-05 | add change-entry | onur-ozkan | -0/+5 |
| 2025-03-05 | move `rust.description` to `build.description` | onur-ozkan | -2/+11 |
| 2025-03-04 | Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan | Jubilee | -0/+28 |
| 2025-03-04 | Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxu | Jubilee | -130/+47 |
| 2025-03-04 | Store bootstrap command-line into metrics | Jakub Beránek | -0/+8 |
| 2025-03-04 | add support for extend rust tools and sanitizer | LuuuXXX | -1/+10 |
| 2025-03-04 | Revert "add fix for full tools and sanitizer" | LuuuXXX | -13/+0 |
| 2025-03-04 | add fix for full tools and sanitizer | LuuuXXX | -0/+13 |
| 2025-03-04 | promote ohos targets to tier to with host tools | LuuuXXX | -0/+4 |
| 2025-03-03 | Rollup merge of #137882 - onur-ozkan:remove-extra-compiler-stage, r=Kobzol | Matthias Krüger | -9/+44 |
| 2025-03-02 | extend scope of build_all test | onur-ozkan | -5/+40 |
| 2025-03-02 | do not build additional stage on compiler paths | onur-ozkan | -5/+5 |
| 2025-03-01 | Compile run-make recipes using the stage0 compiler | Jakub Beránek | -0/+5 |
| 2025-03-01 | Auto merge of #137796 - jieyouxu:rollup-qt9yr1g, r=jieyouxu | bors | -14/+32 |
| 2025-02-28 | Implement `RunMake` test suite using the `test!` macro | Jakub Beránek | -34/+4 |
| 2025-02-28 | Implement `RunMakeSupport` tool using the `bootstrap_tool!` macro | Jakub Beránek | -53/+1 |
| 2025-02-28 | Allow specifying that tools build a library, not a binary | Jakub Beránek | -4/+36 |
| 2025-02-28 | Create the `OptimizedDist` tool with a macro | Jakub Beránek | -39/+1 |
| 2025-02-28 | Rollup merge of #137693 - aDotInTheVoid:gaming, r=onur-ozkan,GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-02-28 | Rollup merge of #137676 - petrochenkov:winresp, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -11/+31 |
| 2025-02-28 | support rust.channel = "auto-detect" | Pietro Albini | -1/+10 |
| 2025-02-28 | Add `dist:Gcc` build step | Jakub Beránek | -0/+28 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -2/+6 |
| 2025-02-27 | Auto merge of #132295 - the8472:remove-randomize-exclusion1, r=onur-ozkan | bors | -3/+2 |
| 2025-02-26 | Re-enable `--generate-link-to-defintion` for tools internal rustdoc | Alona Enraght-Moony | -3/+1 |