| Age | Commit message (Expand) | Author | Lines |
| 2023-06-12 | return dummy cc and friends during dry runs | Pietro Albini | -1/+22 |
| 2023-06-12 | allow mutating the c compilers detected by bootstrap | Pietro Albini | -41/+46 |
| 2023-06-12 | stop using a macro for the mir-opt test suite | Pietro Albini | -2/+33 |
| 2023-06-11 | Rollup merge of #112528 - jyn514:fix-debuginfo-level, r=Mark-Simulacrum | Matthias Krüger | -20/+73 |
| 2023-06-11 | Rollup merge of #112487 - zwhiteley:improve-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2023-06-11 | Don't override `debuginfo-level = 1` to mean `line-tables-only` | jyn | -20/+73 |
| 2023-06-11 | Auto merge of #112512 - matthiaskrgr:rollup-o2jh1jx, r=matthiaskrgr | bors | -3/+14 |
| 2023-06-11 | Rollup merge of #112477 - jyn514:assemble-info, r=clubby789 | Matthias Krüger | -3/+14 |
| 2023-06-10 | Auto merge of #112256 - jyn514:faster-mingw-check, r=Mark-Simulacrum | bors | -16/+19 |
| 2023-06-10 | Improve documentation for `tools` profile | Zachary Whiteley | -0/+10 |
| 2023-06-10 | Rollup merge of #112297 - jyn514:remove-exclude-kind, r=Mark-Simulacrum | Matthias Krüger | -62/+28 |
| 2023-06-09 | Give more helpful progress messages in `Assemble` | jyn | -3/+14 |
| 2023-06-09 | Compile rustc_driver by default | Matthew Esposito | -1/+6 |
| 2023-06-08 | Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-08 | Rollup merge of #112339 - lnicola:proc-macro-srv-feature, r=Veykril | Matthias Krüger | -1/+1 |
| 2023-06-08 | Rollup merge of #112309 - kadiwa4:remove_is_terminal, r=albertlarsan68 | Guillaume Gomez | -16/+1 |
| 2023-06-08 | Auto merge of #112012 - Kobzol:try-build-llvm-rebuild, r=nikic | bors | -0/+4 |
| 2023-06-07 | download-rustc: Fix `x test core` on MacOS | jyn | -1/+6 |
| 2023-06-07 | Avoid one `rustc` rebuild in the optimized build pipeline | Jakub Beránek | -0/+4 |
| 2023-06-07 | Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrum | bors | -3/+16 |
| 2023-06-06 | Fix rust-analyzer proc macro server | Laurențiu Nicola | -1/+1 |
| 2023-06-05 | Test the PGO/BOLT/LTO optimized x64 Linux compiler on CI | Jakub Beránek | -3/+16 |
| 2023-06-05 | Rollup merge of #112299 - jyn514:gha-progress, r=oli-obk | Guillaume Gomez | -1/+0 |
| 2023-06-05 | Rollup merge of #112291 - sigaloid:master, r=clubby789 | Guillaume Gomez | -2/+2 |
| 2023-06-05 | bootstrap: remove dep `is-terminal` | kadiwa | -16/+1 |
| 2023-06-05 | Auto merge of #110221 - jyn514:smaller-debuginfo, r=Mark-Simulacrum | bors | -1/+11 |
| 2023-06-04 | cleanup now that Kind is no longer used for excludes | jyn | -62/+27 |
| 2023-06-04 | Don't double-print status messages in GHA | jyn | -1/+0 |
| 2023-06-04 | Use the top-level Kind to determine whether Steps are excluded | jyn | -1/+2 |
| 2023-06-04 | Greatly decrease the size of `rustc_driver.so` when debuginfo is enabled | jyn | -1/+11 |
| 2023-06-04 | Run Rustfmt before RustAnalyzer | Matthew Esposito | -1/+1 |
| 2023-06-04 | Make RustAnalyzer check off by default | Matthew Esposito | -1/+1 |
| 2023-06-04 | Auto merge of #112282 - matthiaskrgr:rollup-1g9w02p, r=matthiaskrgr | bors | -5/+31 |
| 2023-06-04 | Rollup merge of #112277 - jyn514:non-utf8-tests, r=ozkanonur | Matthias Krüger | -5/+6 |
| 2023-06-04 | Rollup merge of #112247 - lqd:lld-rpath, r=Mark-Simulacrum | Matthias Krüger | -0/+25 |
| 2023-06-04 | Auto merge of #112176 - jyn514:ci-debugging, r=clubby789 | bors | -3/+10 |
| 2023-06-04 | Don't require the output from libtest to be valid UTF-8 | jyn | -5/+6 |
| 2023-06-04 | Auto merge of #112270 - matthiaskrgr:rollup-umplsb6, r=matthiaskrgr | bors | -40/+146 |
| 2023-06-04 | Rollup merge of #111982 - jyn514:disable-incremental, r=Mark-Simulacrum | Matthias Krüger | -1/+4 |
| 2023-06-04 | Rollup merge of #110701 - jyn514:test-core, r=Mark-Simulacrum | Matthias Krüger | -39/+142 |
| 2023-06-04 | Auto merge of #109525 - bzEq:aix-bootstrap-no-rpath, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-06-03 | improve target selection conditions | Rémy Rakic | -1/+2 |
| 2023-06-03 | fix `x doc --stage 0 compiler` if the compiler hasn't yet been built | jyn | -0/+1 |
| 2023-06-03 | don't return a `Result` from symlink_dir_force | jyn | -9/+11 |
| 2023-06-03 | rename src/dst to original/link | jyn | -10/+10 |
| 2023-06-03 | Don't compile rustc to self-test compiletest | jyn | -1/+1 |
| 2023-06-03 | Rollup merge of #112231 - chenyukang:yukang-fix-110067-version-issue, r=jyn514 | Matthias Krüger | -2/+51 |
| 2023-06-03 | Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2023-06-03 | Rollup merge of #111969 - clubby789:clean-dry-run, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2023-06-03 | Allow disabling truncation for long config lines | jyn | -3/+10 |