| Age | Commit message (Expand) | Author | Lines |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | Add support for run-make-support unit tests to be run with bootstrap command | Jover Zhang | -0/+49 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-23 | bootstrap: keep all cargo test files in dist rustc-src | Josh Stone | -0/+6 |
| 2024-04-21 | bootstrap: Promote some build_steps comments to docs | Jubilee Young | -28/+28 |
| 2024-04-21 | Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 | Guillaume Gomez | -169/+165 |
| 2024-04-19 | fix clippy warnings on bootstrap | onur-ozkan | -169/+165 |
| 2024-04-19 | Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68 | bors | -7/+15 |
| 2024-04-18 | Update src/bootstrap/src/core/builder.rs | scottmcm | -1/+1 |
| 2024-04-18 | Ensure `[rust] debuginfo-level-std` doesn't change core's MIR | Scott McMurray | -0/+8 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -20/+38 |
| 2024-04-17 | allow to set line-directives-only too | klensy | -0/+5 |
| 2024-04-17 | bootstrap: actually allow set debuginfo-level to "lines-tables-only" | klensy | -7/+10 |
| 2024-04-17 | Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68 | Matthias Krüger | -102/+394 |
| 2024-04-16 | allow running clippy on most of the in-tree tools | onur-ozkan | -14/+63 |
| 2024-04-16 | fix sysroot bug and update step message format | onur-ozkan | -19/+6 |
| 2024-04-16 | add simple top-level doc-comment for build_steps/clippy | onur-ozkan | -0/+2 |
| 2024-04-16 | for clippy, skip output handling in `run_cargo` | onur-ozkan | -1/+1 |
| 2024-04-16 | support different `Kind`s in `Builder::msg_tool` | onur-ozkan | -3/+16 |
| 2024-04-16 | create `Builder::msg_clippy` | onur-ozkan | -9/+15 |
| 2024-04-16 | create new build step `clippy` | onur-ozkan | -100/+335 |
| 2024-04-16 | Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68 | Matthias Krüger | -19/+6 |
| 2024-04-16 | Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68 | Matthias Krüger | -1/+18 |
| 2024-04-16 | Rollup merge of #122521 - bnleft:master, r=albertlarsan68 | Guillaume Gomez | -0/+7 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -20/+38 |
| 2024-04-15 | Rollup merge of #123548 - RalfJung:what-is-time, r=joboet | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -3/+71 |
| 2024-04-15 | libtest: also measure time in Miri | Ralf Jung | -1/+1 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -0/+3 |
| 2024-04-14 | Rollup merge of #123373 - onur-ozkan:skip-codegen, r=Mark-Simulacrum | Guillaume Gomez | -0/+10 |
| 2024-04-14 | bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro... | Matthias Krüger | -0/+3 |
| 2024-04-13 | Auto merge of #123520 - cuviper:bootstrap-compiler-rustflags, r=Mark-Simulacrum | bors | -54/+59 |
| 2024-04-13 | Rollup merge of #123642 - onur-ozkan:restrict-llvm-option, r=Mark-Simulacrum | Matthias Krüger | -2/+13 |
| 2024-04-10 | add change entry for the removal of `changelog-seen` | onur-ozkan | -0/+5 |
| 2024-04-10 | drop `changelog-seen` | onur-ozkan | -19/+1 |
| 2024-04-09 | do not allow using local llvm while using rustc from ci | onur-ozkan | -2/+13 |
| 2024-04-08 | Rollup merge of #123547 - klensy:bs-pubs, r=onur-ozkan | Matthias Krüger | -30/+0 |
| 2024-04-07 | run some std tests on more targets | Ralf Jung | -10/+21 |
| 2024-04-06 | Rollup merge of #123504 - RalfJung:test-cargo-miri, r=Mark-Simulacrum | Matthias Krüger | -4/+36 |
| 2024-04-06 | bootstrap: remove unused pub fns | klensy | -30/+0 |
| 2024-04-05 | bootstrap: move all of rustc's flags to `rustc_cargo` | Josh Stone | -54/+59 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+4 |
| 2024-04-05 | bootstrap: split cargo-miri test into separate Step | Ralf Jung | -4/+36 |
| 2024-04-05 | Auto merge of #123497 - GuillaumeGomez:rollup-usqb4q9, r=GuillaumeGomez | bors | -6/+6 |
| 2024-04-05 | Rollup merge of #123489 - onur-ozkan:handle-rustc-args-properly, r=clubby789 | Guillaume Gomez | -6/+4 |
| 2024-04-05 | Rollup merge of #122334 - GuillaumeGomez:vendor-cg_gcc, r=Mark-Simulacrum | Guillaume Gomez | -0/+2 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -33/+115 |
| 2024-04-05 | handle rustc args properly in bootstrap | onur-ozkan | -6/+4 |
| 2024-04-04 | fix parsing the test harness JSON when time could not be measured | Ralf Jung | -4/+8 |