| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Rename `is_builder_target` to `is_host_target` | Jakub Beránek | -19/+18 |
| 2025-04-15 | Move `is_builder_target`, `is_system_llvm` and `is_rust_llvm` from `Builder` ... | Jakub Beránek | -53/+57 |
| 2025-04-15 | add FIXME note in `TomlConfig::merge` | onur-ozkan | -0/+2 |
| 2025-04-15 | fix path and the ordering logic | onur-ozkan | -26/+28 |
| 2025-04-15 | apply nit notes | onur-ozkan | -26/+69 |
| 2025-04-15 | implement cyclic inclusion handling | onur-ozkan | -13/+38 |
| 2025-04-15 | add new config option: `include` | onur-ozkan | -1/+29 |
| 2025-04-15 | update submodules if the directory doesn't exist | Waffle Lapkin | -0/+7 |
| 2025-04-14 | Setup editor file associations for non-rs extensions | Thalia Archibald | -0/+3 |
| 2025-04-15 | compiletest: Add an experimental new executor to replace libtest | Zalathar | -1/+1 |
| 2025-04-15 | Use a constant for unstable features needed by compiletest | Zalathar | -7/+14 |
| 2025-04-14 | Rollup merge of #139804 - WaffleLapkin:real, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-14 | use `realpath` in `bootstrap.py` when creating build-dir | Waffle Lapkin | -1/+1 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -5/+2 |
| 2025-04-13 | Rollup merge of #139709 - tshepang:patch-5, r=Kobzol | Chris Denton | -1/+1 |
| 2025-04-12 | Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum | Chris Denton | -2/+0 |
| 2025-04-12 | bootstrap: fix typo in doc string | Tshepang Mbambo | -1/+1 |
| 2025-04-12 | Fix comment in bootstrap | Jakub Beránek | -4/+1 |
| 2025-04-11 | Auto merge of #139588 - Kobzol:rust-analyzer-opt, r=jieyouxu | bors | -1/+3 |
| 2025-04-11 | Rollup merge of #139574 - onur-ozkan:better-channel-handling, r=onur-ozkan | Stuart Cook | -16/+19 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+1 |
| 2025-04-10 | handle `config.channel` default for tarballs | onur-ozkan | -15/+18 |
| 2025-04-10 | Apply LTO when building rustc tools | Jakub Beránek | -1/+3 |
| 2025-04-09 | set `rust.channel` to "auto-detect" for `dist` profile | onur-ozkan | -1/+1 |
| 2025-04-09 | add sitemap to rust docs | binarycat | -0/+1 |
| 2025-04-09 | Update boostrap | Boxy | -31/+11 |
| 2025-04-09 | clippy lints | Boxy | -6/+2 |
| 2025-04-09 | update missing targets list | Boxy | -1/+0 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-08 | Rollup merge of #139506 - tshepang:patch-6, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-04-08 | Rollup merge of #139504 - tshepang:patch-5, r=jieyouxu | Matthias Krüger | -6/+6 |
| 2025-04-08 | Rollup merge of #139386 - onur-ozkan:configurable-compiletest-libtest, r=jiey... | Stuart Cook | -6/+83 |
| 2025-04-08 | Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc... | Stuart Cook | -0/+2 |
| 2025-04-08 | add missing word in doc comment (part 2) | Tshepang Mbambo | -1/+1 |
| 2025-04-08 | remove unusual indentation | Tshepang Mbambo | -5/+5 |
| 2025-04-08 | add missing word in doc comment | Tshepang Mbambo | -1/+1 |
| 2025-04-07 | implement `check` step for `compiletest` separately | onur-ozkan | -5/+66 |
| 2025-04-07 | enable in-tree std on some runners | onur-ozkan | -0/+2 |
| 2025-04-06 | Rollup merge of #139367 - GuillaumeGomez:proc-macro-values, r=Urgau | Guillaume Gomez | -1/+1 |
| 2025-04-06 | Rollup merge of #139347 - jieyouxu:rust_test_helpers, r=onur-ozkan | Stuart Cook | -10/+9 |
| 2025-04-06 | Update proc-macro deps list | Guillaume Gomez | -0/+2 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -4/+2 |
| 2025-04-05 | add change-entry | onur-ozkan | -0/+5 |
| 2025-04-05 | utilize `compiletest_use_stage0_libtest` option | onur-ozkan | -1/+4 |
| 2025-04-05 | create new option `build.compiletest-use-stage0-libtest` | onur-ozkan | -0/+6 |
| 2025-04-05 | Switch `time` to `jiff` for time formatting in ICE dumps | clubby789 | -2/+0 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -2/+2 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -2/+2 |
| 2025-04-04 | bootstrap: Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-04-04 | Rollup merge of #139378 - Kobzol:bootstrap-use-lld-fix, r=petrochenkov | Matthias Krüger | -2/+2 |