| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | separate inner function (`get_toml`) of `Config::parse` | onur-ozkan | -34/+36 |
| 2024-08-13 | copy `builder-config` file into ci-rustc sysroot | onur-ozkan | -4/+7 |
| 2024-08-13 | Rollup merge of #128983 - Kobzol:bootstrap-target, r=onur-ozkan | Matthias Krüger | -70/+70 |
| 2024-08-13 | Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan | Matthias Krüger | -16/+13 |
| 2024-08-13 | Implement `AsRef<Path>` for `TargetSelection` | Jakub Beránek | -61/+57 |
| 2024-08-13 | Create a `TargetSelection` method for recognizing `*-windows-gnu` targets | Jakub Beránek | -9/+13 |
| 2024-08-12 | Rollup merge of #129000 - RalfJung:miri-bootstrap-clear, r=onur-ozkan | Matthias Krüger | -6/+8 |
| 2024-08-12 | add change tracker notice | Rémy Rakic | -0/+5 |
| 2024-08-12 | rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args` | Rémy Rakic | -7/+7 |
| 2024-08-12 | remove unexpected `--rustc-args` from `./x miri` | Rémy Rakic | -4/+1 |
| 2024-08-12 | clarify that `--rustc-args` is for compiletest tests | Rémy Rakic | -1/+1 |
| 2024-08-12 | don't use rustflags for `--rustc-args` | Rémy Rakic | -5/+0 |
| 2024-08-12 | Rollup merge of #128878 - Kobzol:refactor-flags, r=onur-ozkan | Guillaume Gomez | -29/+48 |
| 2024-08-12 | bootstrap: clear miri ui-test deps when miri sysroot gets rebuilt | Ralf Jung | -6/+8 |
| 2024-08-11 | Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko... | bors | -4/+34 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-08-11 | Keep rustc's std copy | John Kåre Alsaker | -12/+1 |
| 2024-08-11 | Exclude just `std` from rustc deps | John Kåre Alsaker | -9/+5 |
| 2024-08-11 | Don't statically link `std` into `rustc_driver` for `windows-gnu` | John Kåre Alsaker | -4/+30 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -5/+24 |
| 2024-08-10 | Distribute rustc_codegen_cranelift for Windows | bjorn3 | -12/+3 |
| 2024-08-09 | Auto merge of #125642 - khuey:zstd, r=Kobzol | bors | -4/+21 |
| 2024-08-09 | Rollup merge of #128874 - Kobzol:cmd-verbose-logging, r=onur-ozkan | Matthias Krüger | -5/+14 |
| 2024-08-09 | Rollup merge of #128822 - onur-ozkan:add-build-config-in-tarballs, r=Kobzol | Matthias Krüger | -1/+11 |
| 2024-08-09 | Pass `Flags` to `Config::parse` explicitly | Jakub Beránek | -19/+24 |
| 2024-08-09 | Move verbose help parsing to `main` | Jakub Beránek | -10/+24 |
| 2024-08-09 | Do not print verbose error when a bootstrap command fails without verbose mode | Jakub Beránek | -4/+12 |
| 2024-08-09 | Enable zstd for debug compression. | Kyle Huey | -4/+21 |
| 2024-08-09 | Make `Build::run` comment more accurate | Jakub Beránek | -1/+2 |
| 2024-08-09 | don't try to find target tools on certain commands | onur-ozkan | -9/+23 |
| 2024-08-09 | call `Cargo::configure_linker` only for specific commands | onur-ozkan | -1/+9 |
| 2024-08-09 | use absolute path for `config.toml` | onur-ozkan | -1/+5 |
| 2024-08-09 | add `builder-config` into tarball sources | onur-ozkan | -0/+6 |
| 2024-08-07 | Rollup merge of #128353 - ferrocene:jonathanpallant/add-dependencies-to-copyr... | Matthias Krüger | -1/+3 |
| 2024-08-07 | bootstrap: clear miri's ui test deps when rustc changes | Ralf Jung | -0/+8 |
| 2024-08-06 | Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkan | Matthias Krüger | -4/+0 |
| 2024-08-06 | improve rustup check in `x setup` | onur-ozkan | -4/+15 |
| 2024-08-06 | remove redundant FIXMEs | onur-ozkan | -17/+6 |
| 2024-08-06 | unify path syncing logic for vendor and dist | onur-ozkan | -35/+31 |
| 2024-08-06 | generate-copyright: Produce HTML, not Markdown | Jonathan Pallant | -1/+1 |
| 2024-08-06 | Update generate-copyright | Jonathan Pallant | -0/+2 |
| 2024-08-05 | Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=Kobzol | Matthias Krüger | -2/+1 |
| 2024-08-05 | Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2024-08-05 | fix the invalid argument type in `helpers::get_closest_merge_base_commit` | onur-ozkan | -2/+1 |
| 2024-08-05 | Remove the root Cargo.lock from the rust-src component | bjorn3 | -4/+0 |
| 2024-08-05 | Rollup merge of #127974 - onur-ozkan:force-std-builds, r=Mark-Simulacrum | Matthias Krüger | -8/+31 |
| 2024-08-04 | Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrum | bors | -2/+8 |
| 2024-08-04 | Update incorrect comment | bjorn3 | -1/+1 |
| 2024-08-04 | Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviper | Matthias Krüger | -3/+17 |
| 2024-08-04 | handle crates when they are not specified for std docs | onur-ozkan | -2/+12 |