| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | Rollup merge of #129194 - ChrisDenton:detect-src, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2024-08-19 | fix broken bootstrap documentation | onur-ozkan | -1/+1 |
| 2024-08-19 | Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum | bors | -97/+112 |
| 2024-08-18 | Rollup merge of #129116 - Zalathar:compiler-rt, r=Mark-Simulacrum | Trevor Gross | -1/+14 |
| 2024-08-18 | Run `cargo update` with the new v2 resolver | Trevor Gross | -96/+111 |
| 2024-08-18 | Update some dependency versions that allow better licensing | Trevor Gross | -1/+1 |
| 2024-08-18 | sync llvm submodule during config parse | onur-ozkan | -12/+16 |
| 2024-08-18 | bypass `dry_run` if the command is `run_always` | onur-ozkan | -1/+1 |
| 2024-08-18 | move `Build::update_submodule` to `Config::update_submodule` | onur-ozkan | -116/+122 |
| 2024-08-18 | bootstrap: fix clean's `remove_dir_all` implementation | 许杰友 Jieyou Xu (Joe) | -78/+15 |
| 2024-08-17 | Fix bootstrap test `detect_src_and_out` on Windows | Chris Denton | -2/+2 |
| 2024-08-16 | autoformat and remove unit test | binarycat | -9/+1 |
| 2024-08-16 | bootstrap: improve error recovery flags to curl | binarycat | -1/+38 |
| 2024-08-16 | Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzol | bors | -98/+164 |
| 2024-08-16 | bootstrap: fix trying to modify file times on read-only file on Windows | 许杰友 Jieyou Xu (Joe) | -11/+45 |
| 2024-08-15 | Print more verbose error for commands that capture output | Jakub Beránek | -4/+32 |
| 2024-08-15 | Include a copy of `compiler-rt` source in the `download-ci-llvm` tarball | Zalathar | -1/+14 |
| 2024-08-14 | disable download-rustc if CI rustc has unsupported options | onur-ozkan | -19/+38 |
| 2024-08-14 | leave a FIXME note for `--set` flags coverage | onur-ozkan | -0/+1 |
| 2024-08-14 | improve `config::check_incompatible_options_for_ci_rustc` logs | onur-ozkan | -6/+11 |
| 2024-08-14 | fix the incorrect `unpack`ing logic | onur-ozkan | -1/+1 |
| 2024-08-14 | create `const BUILDER_CONFIG_FILENAME` for builder-config file | onur-ozkan | -3/+13 |
| 2024-08-14 | do not check incompatibility if `config.toml` isn't present | onur-ozkan | -17/+19 |
| 2024-08-14 | print values of incompatible options | onur-ozkan | -6/+9 |
| 2024-08-13 | Ship MinGW-w64 runtime DLLs along with `rust-lld.exe` for `-pc-windows-gnu` t... | Colin Finck | -13/+24 |
| 2024-08-13 | Fix target triple in bootstrap | Jakub Beránek | -1/+1 |
| 2024-08-13 | detect incompatible CI rustc options more precisely | onur-ozkan | -48/+69 |
| 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 |