| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -0/+5 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -0/+5 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -2/+2 |
| 2023-04-24 | Rollup merge of #110637 - oli-obk:gha, r=jyn514 | Matthias Krüger | -44/+15 |
| 2023-04-22 | Group entire build steps in the gha logs | Oli Scherer | -44/+15 |
| 2023-04-21 | remove the early return in `Sysroot::run` which causes bypassing symlinking | ozkanonur | -1/+0 |
| 2023-04-19 | Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68 | bors | -3/+48 |
| 2023-04-18 | Fix no_std tests that load libc when download-rustc is enabled | Joshua Nelson | -3/+48 |
| 2023-04-17 | Support `x test --stage 1 ui-fulldeps` | jyn | -0/+1 |
| 2023-04-14 | Auto merge of #110263 - jyn514:ui-fulldeps-llvm, r=albertlarsan68 | bors | -4/+5 |
| 2023-04-12 | Add `libLLVM.so` to the target libdir when download-rustc is enabled | jyn | -4/+5 |
| 2023-04-12 | Rollup merge of #110122 - jyn514:check-stage1-llvm, r=ozkanonur | Matthias Krüger | -70/+78 |
| 2023-04-10 | Fix `x check --stage 1` when `download-ci-llvm=false` | Joshua Nelson | -18/+20 |
| 2023-04-10 | Fix `x test ui --target foo` when download-rustc is enabled | Joshua Nelson | -3/+3 |
| 2023-04-09 | Separate out a `rustc_llvm_env` function | Joshua Nelson | -61/+67 |
| 2023-04-03 | Auto merge of #109884 - matthiaskrgr:rollup-5wapig9, r=matthiaskrgr | bors | -1/+43 |
| 2023-04-03 | Rollup merge of #109642 - lenko-d:rust_codegen-backends_interacts_confusingly... | Matthias Krüger | -1/+43 |
| 2023-04-03 | Auto merge of #108288 - ozkanonur:hotfix-90244, r=Mark-Simulacrum | bors | -0/+7 |
| 2023-04-02 | fix `build --stage 2 compiler/rustc` panic | ozkanonur | -0/+7 |
| 2023-03-26 | check for missing codegen backeng config | Lenko Donchev | -1/+43 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -9/+9 |
| 2023-03-12 | Prevent stable `libtest` from supporting `-Zunstable-options` | Thom Chiovoloni | -0/+6 |
| 2023-02-27 | Rollup merge of #108308 - bjorn3:faster_bootstrap_build, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-02-27 | Allow building serde and serde_derive in parallel | bjorn3 | -1/+1 |
| 2023-02-21 | Revert "Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot`" | Jakub Beránek | -66/+0 |
| 2023-02-19 | Improve building compiler artifacts output | Matthew J Perez | -33/+78 |
| 2023-02-18 | Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor... | bors | -1/+6 |
| 2023-02-17 | Copy `bin/*` and `lib/*.dylib` files to `stage0-sysroot` | KittyBorgX | -0/+66 |
| 2023-02-12 | Add sanitizer support for modern iOS platforms | Keith Smiley | -1/+6 |
| 2023-01-26 | Add `rust.lto=off` to bootstrap | clubby789 | -0/+10 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-04 | Revert "bootstrap: Get rid of `tail_args` in `stream_cargo`" | Joshua Nelson | -2/+10 |
| 2022-12-31 | Only include metadata for non-dynamic libraries in rustc-dev | bjorn3 | -6/+43 |
| 2022-12-30 | bootstrap: Get rid of `tail_args` in `stream_cargo` | Joshua Nelson | -24/+4 |
| 2022-12-30 | Use more consistent progress messages in bootstrap | Joshua Nelson | -8/+18 |
| 2022-12-29 | Support `x clean --stage 1 rustc_query_impl` | Joshua Nelson | -4/+11 |
| 2022-12-28 | Skip LTO in stage0 (again) | Mark Rousskov | -16/+20 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -19/+16 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -13/+2 |
| 2022-12-23 | Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3 | Matthias Krüger | -3/+10 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -3/+10 |
| 2022-12-22 | Use LLVM_CMAKE_DIR for lld build | Nikita Popov | -3/+4 |
| 2022-11-19 | Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514 | Matthias Krüger | -9/+20 |
| 2022-11-13 | Make all download functions need only Config, not Builder | Joshua Nelson | -2/+2 |
| 2022-11-13 | Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc | bors | -1/+0 |
| 2022-11-13 | check if current stage is target build stage r=ozkanonur | ozkanonur | -9/+20 |
| 2022-11-12 | Distinguish `--dry-run` from the automatic dry run check | Joshua Nelson | -6/+6 |
| 2022-11-01 | Change the way libunwind is linked for `*-windows-gnullvm` targets | Mateusz Mikuła | -1/+0 |
| 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 |