| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum | bors | -14/+5 |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -3/+11 |
| 2022-08-05 | propagate --bless to Miri | Ralf Jung | -0/+4 |
| 2022-08-04 | Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgr | bors | -19/+21 |
| 2022-08-03 | Auto merge of #100065 - ehuss:update-cargo, r=ehuss | bors | -2/+0 |
| 2022-08-03 | Rollup merge of #98877 - topjohnwu:fix-lld, r=jyn514 | Matthias Krüger | -19/+21 |
| 2022-08-03 | Set llvm configs when building lld | topjohnwu | -19/+21 |
| 2022-08-02 | Remove CARGO_TEST_DISABLE_GIT_CLI | Eric Huss | -2/+0 |
| 2022-08-02 | Rollup merge of #100008 - jyn514:eager-submodules, r=bjorn3 | Matthias Krüger | -18/+2 |
| 2022-08-02 | Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514 | Matthias Krüger | -1/+7 |
| 2022-08-01 | add comment | Joseph Bingham | -0/+3 |
| 2022-08-01 | Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514 | Matthias Krüger | -24/+28 |
| 2022-07-31 | Update all pre-cloned submodules on startup | Joshua Nelson | -18/+2 |
| 2022-07-31 | Move `x test --skip` to be part of `--exclude` | Joshua Nelson | -14/+5 |
| 2022-07-30 | Rollup merge of #99962 - Mark-Simulacrum:detect-ci-artifact-channel, r=jyn514 | Matthias Krüger | -6/+13 |
| 2022-07-30 | Discover channel for artifact download | Mark Rousskov | -6/+13 |
| 2022-07-29 | Don't give a hard error for `x check --keep-stage 0` | Joshua Nelson | -9/+0 |
| 2022-07-29 | Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrum | bors | -2/+6 |
| 2022-07-28 | Clone the `src/llvm-project` submodule if profiling is enabled | Nilstrieb | -0/+5 |
| 2022-07-28 | bootstrap: don't emit warn about duplicated deps with same/different features... | klensy | -24/+28 |
| 2022-07-28 | Build rust demangler before running run-make tests | Tomasz Miąsko | -2/+6 |
| 2022-07-28 | Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simul... | bors | -0/+57 |
| 2022-07-27 | Ship `rust-analyzer-proc-macro-srv` binary with dist::Rustc | Amos Wenger | -0/+57 |
| 2022-07-27 | Rollup merge of #99765 - nicholasbishop:bishop-disable-uefi-std-build, r=jyn514 | Yuki Okushi | -1/+5 |
| 2022-07-26 | Don't build std for *-uefi targets | Nicholas Bishop | -1/+5 |
| 2022-07-26 | Auto merge of #99680 - workingjubilee:revert-revert-icf, r=Mark-Simulacrum | bors | -0/+6 |
| 2022-07-24 | Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51... | Amos Wenger | -4/+7 |
| 2022-07-24 | Revert "Revert "Use ICF (identical code folding) for building rustc"" | Jubilee Young | -0/+6 |
| 2022-07-24 | Small fixups | Joshua Nelson | -2/+2 |
| 2022-07-24 | Don't run slow tests in Rust CI, only RA CI | Amos Wenger | -0/+4 |
| 2022-07-24 | Add comment about CARGO_WORKSPACE_DIR | Amos Wenger | -0/+2 |
| 2022-07-24 | Use top-level path in tool Step | Amos Wenger | -1/+1 |
| 2022-07-24 | Allow cross-compiling, build all crates | Amos Wenger | -3/+3 |
| 2022-07-24 | Use compiler.stage | Amos Wenger | -1/+1 |
| 2022-07-24 | Add test step for rust-analyzer, run it by default | Amos Wenger | -0/+50 |
| 2022-07-24 | Check only tests and benches, not examples | Amos Wenger | -2/+5 |
| 2022-07-24 | Add check step, stuck on 'no output generated for libgoto_def-hash rmeta' | Amos Wenger | -0/+60 |
| 2022-07-24 | Convert rust-analyzer to 'in-tree' tool, pass 'in-rust-tree' feature by default | Amos Wenger | -4/+47 |
| 2022-07-22 | miri: make --stage 0 testing work | Ralf Jung | -0/+8 |
| 2022-07-20 | Auto merge of #98843 - Urgau:check-cfg-stage0, r=Mark-Simulacrum | bors | -38/+32 |
| 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-15 | only run --all-targets in stage0 | Joseph Bingham | -1/+4 |
| 2022-07-14 | Don't build std for switch | leo60228 | -1/+1 |
| 2022-07-14 | Don't use host linker for switch | leo60228 | -1/+2 |
| 2022-07-14 | Rollup merge of #99236 - psumbera:Issue99208, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2022-07-14 | solaris: unbreak build on native platform | Petr Sumbera | -0/+1 |
| 2022-07-14 | Rollup merge of #99139 - jyn514:dist-tool-help, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -0/+2 |
| 2022-07-13 | Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrum | bors | -8/+6 |