| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-23 | Always check cg_llvm with ./x.py check | bjorn3 | -3/+4 |
| 2022-02-23 | Rollup merge of #94259 - krasimirgg:bump-llvm-ci, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-02-22 | Bump download-ci-llvm-stamp for llvm-nm inclusion | Krasimir Georgiev | -1/+1 |
| 2022-02-22 | Use 2021 edition in ./x.py fmt | bjorn3 | -1/+1 |
| 2022-02-20 | Use Metadata::modified instead of FileTime::from_last_modification_time in ru... | bjorn3 | -3/+3 |
| 2022-02-20 | Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Remove CFG_PLATFORM | bjorn3 | -6/+0 |
| 2022-02-17 | Auto merge of #93577 - nikic:llvm-14, r=nagisa | bors | -0/+2 |
| 2022-02-16 | Add cmake directory to llvm source distribution | Nikita Popov | -0/+2 |
| 2022-02-16 | add llvm-nm to bootstrap dist bin's | Krasimir Georgiev | -0/+1 |
| 2022-02-15 | Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum | bors | -31/+66 |
| 2022-02-13 | Auto merge of #93685 - Mark-Simulacrum:drop-time, r=Mark-Simulacrum | bors | -43/+14 |
| 2022-02-13 | Auto merge of #93956 - matthiaskrgr:rollup-zfk35hb, r=matthiaskrgr | bors | -8/+20 |
| 2022-02-13 | Rollup merge of #93885 - Badel2:error-download-ci-llvm, r=Mark-Simulacrum | Matthias Krüger | -8/+20 |
| 2022-02-13 | Auto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-12 | Suggest disabling download-ci-llvm option if url fails to download | Badel2 | -8/+20 |
| 2022-02-11 | bootstrap: -static-libstdc++ is a linker flag | Jon Gjengset | -14/+8 |
| 2022-02-11 | bootstrap: make LLVM build respect *FLAGS envvars | Jon Gjengset | -22/+63 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -6/+0 |
| 2022-02-10 | Rollup merge of #93756 - tmandry:llvm-build-config, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2022-02-09 | Add llvm.build-config option | Tyler Mandry | -0/+8 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -0/+6 |
| 2022-02-07 | Drop time dependency from bootstrap | Mark Rousskov | -43/+14 |
| 2022-02-07 | Rollup merge of #93737 - mfrw:mfrw/bootstrap-config, r=Mark-Simulacrum | Mara Bos | -2/+2 |
| 2022-02-07 | Rollup merge of #93723 - jyn514:rerun-if-changed, r=Mark-Simulacrum | Mara Bos | -0/+2 |
| 2022-02-07 | Rollup merge of #93722 - jyn514:less-submodule-cloning, r=Mark-Simulacrum | Mara Bos | -1/+1 |