| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred" | Mark Rousskov | -10/+5 |
| 2022-10-23 | Rollup merge of #103347 - RalfJung:rustc-src, r=Mark-Simulacrum | Michael Howell | -0/+14 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+22 |
| 2022-10-23 | Add `rust.lto` config option | Jakub Beránek | -1/+1 |
| 2022-10-21 | bootstrap: also create rustc-src component in sysroot | Ralf Jung | -0/+14 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-07 | Auto merge of #102025 - chenyukang:fix-102002, r=jyn514 | bors | -2/+10 |
| 2022-10-04 | use ci-rustc-sysroot for sysroot when download_rustc | yukang | -1/+3 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -5/+10 |
| 2022-09-20 | fix #102002, Delete the stage1 and stage0-sysroot directories when using down... | yukang | -2/+8 |
| 2022-09-17 | Revert "fix #101691: copy stage0 binaries into stage0-sysroot" | Mark Rousskov | -37/+0 |
| 2022-09-13 | fix #101691: copy stage0 binaries into stage0-sysroot | yukang | -0/+37 |
| 2022-09-02 | Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-08-12 | Make `[rust] use-lld=true` work on windows | khyperia | -1/+6 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -1/+3 |
| 2022-07-28 | Clone the `src/llvm-project` submodule if profiling is enabled | Nilstrieb | -0/+5 |
| 2022-07-24 | Revert "Revert "Use ICF (identical code folding) for building rustc"" | Jubilee Young | -0/+6 |
| 2022-07-18 | Revert "Use ICF (identical code folding) for building rustc" | Jakub Beránek | -6/+0 |
| 2022-07-17 | Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o... | Jakub Beránek | -0/+6 |
| 2022-07-11 | Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum | bors | -2/+31 |
| 2022-07-11 | extend bootstrap for PGO on windows | Rémy Rakic | -2/+31 |
| 2022-07-10 | Fix `x build library/std compiler/rustc` | Joshua Nelson | -22/+38 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-07-07 | squash the commits | toshiki goto | -2/+2 |
| 2022-07-02 | Allow building single crates for the compiler and standard library | Joshua Nelson | -14/+63 |
| 2022-06-13 | Do not try to statically link libstd++ on Solaris | gco | -0/+1 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -6/+8 |
| 2022-05-25 | Move download-rustc from bootstrap.py to rustbuild | Joshua Nelson | -6/+8 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -8/+5 |
| 2022-05-24 | Make llvm-libunwind a per-target option | Tyler Mandry | -1/+1 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -2/+3 |
| 2022-04-27 | Auto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-24 | Move download-ci-llvm to rustbuild | Joshua Nelson | -1/+1 |
| 2022-04-24 | Rollup merge of #95504 - jyn514:library-alias, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-04-10 | Add `build compiler/rustc_codegen_gcc` as an alias for `CodegenBackend` | Joshua Nelson | -1/+1 |
| 2022-03-30 | Add `x {check,build,doc} {compiler/library}` aliases. | Joshua Nelson | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -0/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-05 | Merge build_helper into util | bjorn3 | -2/+1 |
| 2022-03-05 | Remove build_helper | bjorn3 | -1/+1 |
| 2022-03-03 | bootstrap: correct reading of flags for llvm | Jon Gjengset | -4/+11 |
| 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-23 | Always check cg_llvm with ./x.py check | bjorn3 | -1/+1 |
| 2022-02-20 | Use Metadata::modified instead of FileTime::from_last_modification_time in ru... | bjorn3 | -3/+3 |
| 2022-01-15 | Exclude llvm-libunwind from the self-contained set on s390x-musl targets. | Ariadne Conill | -2/+4 |
| 2022-01-06 | Revert "bootstrap: copy `llvm-dwp` to sysroot" | David Wood | -7/+0 |
| 2021-12-31 | rustbuild: Add support for a per-target default-linker option. | Maxim Cournoyer | -2/+9 |