| Age | Commit message (Expand) | Author | Lines |
| 2022-11-02 | merge JsonStd and Std steps | viandoxdev | -58/+34 |
| 2022-11-01 | Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514 | Manish Goregaokar | -0/+2 |
| 2022-11-01 | fix json running all the time | viandoxdev | -2/+7 |
| 2022-11-01 | Fixes #103816 make --json work | viandoxdev | -1/+2 |
| 2022-11-01 | Change the way libunwind is linked for `*-windows-gnullvm` targets | Mateusz Mikuła | -1/+0 |
| 2022-10-31 | Detect unused files in `src/test/mir-opt` and error on them in tidy. | Jakob Degen | -0/+2 |
| 2022-11-01 | Rollup merge of #103805 - Mark-Simulacrum:forward-port, r=jyn514 | Yuki Okushi | -0/+3 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -53/+24 |
| 2022-10-31 | Enable RUSTC_BOOTSTRAP for a few steps | Mark Rousskov | -0/+3 |
| 2022-10-31 | Rollup merge of #103732 - Mark-Simulacrum:revert-compiler-builtins, r=jyn514 | Dylan DPC | -29/+22 |
| 2022-10-30 | Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkov | Michael Howell | -9/+22 |
| 2022-10-30 | skip bootstrap target sanity checks when testing Miri | Ralf Jung | -0/+10 |
| 2022-10-29 | Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred" | Mark Rousskov | -29/+22 |
| 2022-10-29 | Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu... | Guillaume Gomez | -3/+7 |
| 2022-10-26 | Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514 | Dylan DPC | -18/+48 |
| 2022-10-26 | Add cargo miri to x.py check | Oli Scherer | -0/+2 |
| 2022-10-26 | check lld version to choose correct flag for tests | Daniil Belov | -9/+22 |
| 2022-10-25 | Auto merge of #103392 - RalfJung:miri, r=oli-obk | bors | -5/+49 |
| 2022-10-24 | use the shared assets step for building std too | Pietro Albini | -1/+2 |
| 2022-10-24 | also smoke-test 'cargo miri test' | Ralf Jung | -2/+36 |
| 2022-10-24 | add support for testing Miri on other targets, and do some cross-testing on CI | Ralf Jung | -3/+13 |
| 2022-10-23 | Rollup merge of #103347 - RalfJung:rustc-src, r=Mark-Simulacrum | Michael Howell | -0/+14 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -4/+25 |
| 2022-10-23 | Add `rust.lto` config option | Jakub Beránek | -1/+32 |
| 2022-10-21 | bootstrap: also create rustc-src component in sysroot | Ralf Jung | -0/+14 |
| 2022-10-19 | compiletest: refactor rustcflags to Vec | Andrew Pollack | -3/+7 |
| 2022-10-19 | mark rust-analyzer as a host-only tool | Pietro Albini | -2/+2 |
| 2022-10-18 | apply joshua's suggestion | Pietro Albini | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Remove unused macro argument | Oli Scherer | -12/+11 |
| 2022-10-12 | Enable `x.py check` for miri | Oli Scherer | -49/+19 |
| 2022-10-12 | Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright | Dylan DPC | -0/+2 |
| 2022-10-11 | Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-10-10 | Rollup merge of #102846 - zertosh:update-syn, r=dtolnay | Matthias Krüger | -4/+4 |
| 2022-10-10 | Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrum | bors | -0/+122 |
| 2022-10-09 | update to syn-1.0.102 | Andres Suarez | -4/+4 |
| 2022-10-09 | Auto merge of #102332 - chriswailes:ndk-update, r=chriswailes | bors | -7/+18 |
| 2022-10-09 | Use BOLT in x64 dist CI to optimize LLVM | Jakub Beránek | -0/+122 |
| 2022-10-08 | Rollup merge of #102790 - cuviper:llvm-tblgen, r=jyn514 | Michael Howell | -13/+14 |
| 2022-10-08 | Rollup merge of #102604 - anirudh24seven:anirudh_improve_bootrap_readme_reada... | Matthias Krüger | -32/+32 |
| 2022-10-08 | Rollup merge of #102581 - jyn514:src-detection, r=Mark-Simulacrum | Matthias Krüger | -1/+10 |
| 2022-10-07 | Don't run llvm-config in dry runs | Josh Stone | -5/+10 |
| 2022-10-07 | Bump download-ci-llvm-stamp | Josh Stone | -1/+1 |
| 2022-10-07 | Add llvm-tblgen to rust-dev for cross-compiling | Josh Stone | -0/+1 |
| 2022-10-07 | Let llvm-config tell us where to find its tools | Josh Stone | -9/+4 |
| 2022-10-07 | Auto merge of #102025 - chenyukang:fix-102002, r=jyn514 | bors | -2/+10 |
| 2022-10-06 | tools/remote-test-{server,client}: Use /data/local/tmp on Android | Peter Collingbourne | -1/+1 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+1 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-06 | Auto merge of #102573 - RalfJung:mirisync, r=oli-obk | bors | -12/+0 |