| Age | Commit message (Expand) | Author | Lines |
| 2022-11-15 | add tool to collect license metadata from REUSE | Pietro Albini | -0/+35 |
| 2022-11-15 | add the build.reuse config option to choose the reuse binary | Pietro Albini | -0/+10 |
| 2022-11-14 | Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth | bors | -1/+7 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -637/+663 |
| 2022-11-13 | Rollup merge of #104158 - Ayush1325:executable, r=Mark-Simulacrum | Manish Goregaokar | -1/+7 |
| 2022-11-13 | Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc | bors | -1/+0 |
| 2022-11-13 | copy doc output files by format r=ozkanonur | ozkanonur | -13/+46 |
| 2022-11-13 | check if current stage is target build stage r=ozkanonur | ozkanonur | -9/+20 |
| 2022-11-12 | Print "Checking/Building ..." message even when --dry-run is passed | Joshua Nelson | -3/+5 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -78/+96 |
| 2022-11-11 | Rollup merge of #104245 - kubycsolutions:master, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-11-10 | Avoid runtime dependency on static libstdc++ | kubycsolutions | -1/+1 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -54/+140 |
| 2022-11-08 | Rollup merge of #103778 - mati865:update-deps, r=Mark-Simulacrum | Manish Goregaokar | -10/+67 |
| 2022-11-08 | Rollup merge of #104027 - ted-tanner:issue-103697-fix, r=jyn514 | Guillaume Gomez | -4/+5 |
| 2022-11-08 | Return .efi extension for EFI executable | Ayush Singh | -1/+7 |
| 2022-11-07 | Only set config.config to None when using default path | Tanner Davies | -1/+2 |
| 2022-11-07 | Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum | bors | -0/+16 |
| 2022-11-07 | add FIXME to replace this env var in the future | Ralf Jung | -0/+6 |
| 2022-11-06 | bootstrap: put Miri sysroot into local build dir | Ralf Jung | -1/+9 |
| 2022-11-06 | bootstrap: add support for running Miri on a file | Ralf Jung | -54/+132 |
| 2022-11-06 | Rollup merge of #103851 - viandoxdev:103816_bootstrap_fix_json_doc, r=jyn514 | Matthias Krüger | -53/+44 |
| 2022-11-05 | Place config.toml in current working directory if config not found | Tanner Davies | -4/+4 |
| 2022-11-05 | fix out dir being wrong in json | viandoxdev | -1/+5 |
| 2022-11-05 | Rollup merge of #103920 - ferrocene:pa-maybe-open-in-browser, r=jyn514 | Matthias Krüger | -25/+28 |
| 2022-11-05 | Update several crates for improved support of the new targets | Mateusz Mikuła | -10/+67 |
| 2022-11-05 | Rollup merge of #103878 - Mark-Simulacrum:fix-stable-ci-download, r=jyn514 | Matthias Krüger | -17/+42 |
| 2022-11-03 | address review comment | Pietro Albini | -2/+5 |
| 2022-11-03 | Fix artifact version/channel detection for stable | Mark Rousskov | -17/+42 |
| 2022-11-03 | move browser opening logic in Builder | Pietro Albini | -29/+29 |
| 2022-11-02 | Ban dashes in miropt test file names | Jakob Degen | -0/+3 |
| 2022-11-02 | prevent open with json | viandoxdev | -0/+5 |
| 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 |