| Age | Commit message (Expand) | Author | Lines |
| 2023-05-20 | Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnr | Dylan DPC | -1/+0 |
| 2023-05-19 | Set the timestamp of downloaded stage0 files ... | Ximin Luo | -2/+2 |
| 2023-05-19 | Override config.toml options from command line | clubby789 | -32/+198 |
| 2023-05-18 | very minor cleanups | jyn | -1/+0 |
| 2023-05-18 | Rollup merge of #111685 - Kobzol:bootstrap-typo, r=clubby789 | Dylan DPC | -1/+1 |
| 2023-05-18 | Rollup merge of #111160 - chbaker0:update-serde, r=Mark-Simulacrum | Dylan DPC | -8/+8 |
| 2023-05-17 | Fix typo in bootstrap command description | Jakub Beránek | -1/+1 |
| 2023-05-14 | comment feedback | yukang | -1/+2 |
| 2023-05-14 | fix | yukang | -2/+2 |
| 2023-05-14 | skip rustc version check in dry_run | yukang | -0/+4 |
| 2023-05-14 | Make sure the build.rustc version is either the same or 1 apart | yukang | -0/+42 |
| 2023-05-14 | Auto merge of #111388 - clubby789:clap-complete, r=jyn514 | bors | -15/+101 |
| 2023-05-12 | run miri tests with MIR opts in rustc CI | Ralf Jung | -2/+19 |
| 2023-05-10 | Bump object and thorin-dwp | Jubilee Young | -3/+3 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -15/+101 |
| 2023-05-09 | Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber... | Matthias Krüger | -1/+9 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -0/+24 |
| 2023-05-08 | Auto merge of #111342 - Dylan-DPC:rollup-b5p6wzy, r=Dylan-DPC | bors | -4/+14 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -0/+9 |
| 2023-05-08 | supplement CHANGELOG for add rpath in target section | Wang Qilin | -0/+1 |
| 2023-05-07 | Update serde in workspace and non-synced dependencies | Collin Baker | -8/+8 |
| 2023-05-07 | Add support for NetBSD/aarch64-be (big-endian arm64). | Havard Eidnes | -0/+1 |
| 2023-05-07 | Give a more helpful error when running the rustc shim directly | jyn | -4/+14 |
| 2023-05-07 | Auto merge of #110693 - clubby789:x-clap-take-2, r=Mark-Simulacrum | bors | -730/+481 |
| 2023-05-06 | Migrate bootstrap to Clap-based arguments | clubby789 | -730/+481 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -0/+9 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -0/+24 |
| 2023-05-05 | support enable rpath in each target independently | Wang Qilin | -1/+8 |
| 2023-05-05 | Rollup merge of #111223 - jyn514:free-args, r=clubby789 | Yuki Okushi | -28/+30 |
| 2023-05-05 | Rollup merge of #111187 - krasimirgg:llvm-runtimes, r=jyn514 | Yuki Okushi | -0/+2 |
| 2023-05-04 | Use `free-args` consistently in bootstrap | jyn | -28/+30 |
| 2023-05-04 | Rollup merge of #111201 - krasimirgg:add_gitmodules, r=jyn514 | Matthias Krüger | -0/+1 |
| 2023-05-04 | Rollup merge of #108865 - Zoxc:library-dummy-crate, r=jyn514 | Matthias Krüger | -6/+6 |
| 2023-05-04 | bootstrap: add .gitmodules to the sources | Krasimir Georgiev | -0/+1 |
| 2023-05-04 | bootstrap: add llvm-project/runtimes to the sources | Krasimir Georgiev | -0/+2 |
| 2023-05-04 | Rollup merge of #111069 - ozkanonur:remove-pointless-fixme, r=albertlarsan68 | Dylan DPC | -1/+0 |
| 2023-05-01 | Make x.py work again in most (all?) cases | Albert Larsan | -1/+19 |
| 2023-05-01 | remove pointless `FIXME` in `bootstrap::download` | ozkanonur | -1/+0 |
| 2023-04-30 | Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68 | bors | -15/+86 |
| 2023-04-30 | Parallelize initial rust extraction | Nilstrieb | -2/+68 |
| 2023-04-30 | Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-Simulacrum | Matthias Krüger | -37/+47 |
| 2023-04-30 | Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-04-30 | Rollup merge of #110118 - jyn514:download-error, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2023-04-29 | Output some bootstrap messages on stderr | clubby789 | -37/+47 |
| 2023-04-29 | Auto merge of #110576 - jyn514:unify-test-args, r=ozkanonur | bors | -349/+215 |
| 2023-04-30 | bootstrap: Fix compile error: unused-mut | WANG Rui | -1/+1 |
| 2023-04-29 | Fix `x test --no-deps` | jyn | -34/+58 |
| 2023-04-29 | Combine several `Step`s into a single step with multiple paths | jyn | -115/+22 |
| 2023-04-29 | Convert the rest of the `test` Steps to run_cargo_test | jyn | -85/+79 |
| 2023-04-29 | windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directory | jyn | -6/+29 |