| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-11 | correct the handling of `bootstrap-cache-path` option | onur-ozkan | -1/+3 |
| 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 | also test core+alloc on a 32bit big-endian target | Ralf Jung | -1/+5 |
| 2024-04-07 | run some std tests on more targets | Ralf Jung | -11/+28 |
| 2024-04-07 | also test parts of std | Ralf Jung | -0/+10 |
| 2024-04-07 | check-aux: test core and alloc in Miri | Ralf Jung | -0/+10 |
| 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/+7 |
| 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/+3 |
| 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 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -22/+94 |
| 2024-04-03 | Rollup merge of #123386 - Rajveer100:branch-for-issue-123227, r=onur-ozkan | Matthias Krüger | -11/+2 |
| 2024-04-03 | Rollup merge of #123342 - RalfJung:noskip, r=onur-ozkan | Matthias Krüger | -5/+0 |
| 2024-04-03 | Set `CARGO` instead of `PATH` for Rust Clippy | Rajveer | -11/+2 |
| 2024-04-02 | Rollup merge of #123380 - Nilstrieb:bomments, r=clubby789 | Jacob Pratt | -6/+5 |
| 2024-04-02 | Improve bootstrap comments | Nilstrieb | -6/+5 |
| 2024-04-02 | skip Codegen{GCC,Cranelift} when using CI rustc | onur-ozkan | -0/+10 |