| Age | Commit message (Expand) | Author | Lines |
| 2022-03-23 | Fix `cargo run` on Windows | Joshua Nelson | -2/+17 |
| 2022-03-23 | bootstrap.py: nixos check in /etc/os-release with quotes | Benjamin Herr | -1/+1 |
| 2022-03-18 | Compare installed browser-ui-test version to the one used in CI | Guillaume Gomez | -17/+41 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-13 | Auto merge of #94832 - jonhoo:default-static, r=Mark-Simulacrum | bors | -1/+2 |
| 2022-03-13 | Auto merge of #94916 - matthiaskrgr:rollup-s6zedfl, r=matthiaskrgr | bors | -164/+227 |
| 2022-03-13 | Rollup merge of #94907 - bjorn3:smaller_rust_src_component, r=Mark-Simulacrum | Matthias Krüger | -0/+5 |
| 2022-03-13 | Auto merge of #94738 - Urgau:rustbuild-check-cfg-values, r=Mark-Simulacrum | bors | -1/+15 |
| 2022-03-13 | Omit stdarch test crates from the rust-src component | bjorn3 | -0/+5 |
| 2022-03-13 | Remove FieldName enum | bjorn3 | -34/+6 |
| 2022-03-13 | Prevent duplicate monomorphization of deserialization impls | bjorn3 | -1/+5 |
| 2022-03-13 | Use trimmed down deserialization impl for config | bjorn3 | -146/+237 |
| 2022-03-13 | Rename derive_merge macro to define_config and move Deserialize impl into it | bjorn3 | -19/+10 |
| 2022-03-13 | Auto merge of #94862 - pierwill:bootstrap-useless, r=Dylan-DPC | bors | -9/+5 |
| 2022-03-11 | Remove redundant slicing of whole ranges in `bootstrap` | pierwill | -5/+5 |
| 2022-03-11 | Remove unneeded conversions in bootstrapping code | pierwill | -9/+5 |
| 2022-03-11 | Rollup merge of #94592 - jyn514:consistent-config-loading, r=Mark-Simulacrum | Dylan DPC | -11/+24 |
| 2022-03-11 | Rollup merge of #94819 - jonhoo:configure-empty-list, r=Mark-Simulacrum | Dylan DPC | -0/+4 |
| 2022-03-10 | bootstrap: untangle static-libstdcpp & llvm-tools | Jon Gjengset | -1/+2 |
| 2022-03-10 | Fix `cargo run tidy` | Joshua Nelson | -1/+7 |
| 2022-03-10 | Rollup merge of #94719 - jonhoo:enable-static-lld, r=Mark-Simulacrum | Dylan DPC | -12/+12 |
| 2022-03-10 | configure: don't serialize empty array elements | Jon Gjengset | -0/+4 |
| 2022-03-09 | Fallback to top-level config.toml if not present in current directory | Joshua Nelson | -11/+24 |
| 2022-03-09 | Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov | Matthias Krüger | -1/+0 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -1/+0 |
| 2022-03-09 | Enable conditional checking of values in the Rust codebase | Loïc BRANSTETT | -1/+15 |
| 2022-03-07 | Statically compile libstdc++ everywhere if asked | Jon Gjengset | -12/+12 |
| 2022-03-07 | copy over `std::path::absolute` instead of adding `canonicalize` hacks | Joshua Nelson | -26/+138 |
| 2022-03-07 | fix weird bug when `out` would get overridden by unit tests | Joshua Nelson | -10/+27 |
| 2022-03-07 | Don't depend on python for RUST_BOOTSTRAP_CONFIG | Joshua Nelson | -21/+21 |
| 2022-03-07 | Move some more bootstrap logic from python to rust | Joshua Nelson | -23/+16 |
| 2022-03-06 | Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrum | fee1-dead | -1/+9 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -182/+166 |
| 2022-03-05 | Remove build_helper | bjorn3 | -50/+172 |
| 2022-03-04 | Auto merge of #94298 - Urgau:rustbuild-check-cfg, r=Mark-Simulacrum | bors | -0/+56 |
| 2022-03-04 | Support RelWithDebInfo for lld. | ridwanabdillahi | -1/+9 |
| 2022-03-04 | Rollup merge of #94568 - bjorn3:rustbuild_remove_dead_code, r=Mark-Simulacrum | Matthias Krüger | -17/+8 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -4/+5 |
| 2022-03-04 | Enable conditional compilation checking on the Rust codebase | Loïc BRANSTETT | -0/+56 |
| 2022-03-04 | Rollup merge of #94582 - nnethercote:fix-x-fmt-bug, r=Mark-Simulacrum | Dylan DPC | -1/+6 |
| 2022-03-04 | Fix a bug in `x.py fmt` that prevents some files being formatted. | Nicholas Nethercote | -1/+6 |
| 2022-03-03 | Remove unused Default and Clone derives in config.rs | bjorn3 | -6/+6 |
| 2022-03-03 | Remove some dead code from toolstate.rs | bjorn3 | -11/+2 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -27/+57 |
| 2022-03-02 | Remove num_cpus dependency from bootstrap, build-manifest and rustc_session | bjorn3 | -4/+5 |
| 2022-02-27 | Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-02-27 | Use the first codegen backend in the config.toml as default | bjorn3 | -0/+4 |
| 2022-02-26 | avoid rebuilding bootstrap when PATH changes | Ralf Jung | -1/+1 |
| 2022-02-25 | Rollup merge of #93273 - bjorn3:rustbuild_improvements, r=Mark-Simulacrum | Matthias Krüger | -3/+4 |