| Age | Commit message (Expand) | Author | Lines |
| 2020-10-13 | Give an error when running `x.py test --stage 0 src/test/ui` | Joshua Nelson | -0/+9 |
| 2020-10-13 | Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum | bors | -56/+126 |
| 2020-10-13 | Clean up rustdoc passes | Guillaume Gomez | -170/+176 |
| 2020-10-13 | Include aarch64-apple-darwin in the dist manifests | Jake Goulding | -0/+2 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -6/+46 |
| 2020-10-13 | Coding style fixes | nasso | -25/+22 |
| 2020-10-13 | Remove unnecessary refs | nasso | -10/+5 |
| 2020-10-13 | Add a setting to use the system theme | nasso | -36/+232 |
| 2020-10-13 | Auto merge of #77759 - tblah:fix_riscv_qemu, r=pietroalbini | bors | -3/+3 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -15/+104 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -2/+39 |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -1/+0 |
| 2020-10-12 | Bless expected errors | Ethan Brierley | -132/+132 |
| 2020-10-12 | Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component | Aaron Hill | -0/+3 |
| 2020-10-12 | Auto merge of #77847 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-10-12 | Configure jemalloc for cross-compilation to aarch64-apple-darwin | Jake Goulding | -0/+8 |
| 2020-10-12 | Clean up rustdoc HTML tags check pass | Guillaume Gomez | -54/+68 |
| 2020-10-13 | Rollup merge of #77863 - JohnTitor:remove-mark-i-m, r=pietroalbini | Yuki Okushi | -1/+1 |
| 2020-10-13 | Rollup merge of #77852 - 12101111:fix-bootstrap-doc, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2020-10-13 | Rollup merge of #77811 - jyn514:private, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-10-13 | Rollup merge of #77746 - winnayx:issue-77572-fix, r=jyn514 | Yuki Okushi | -7/+10 |
| 2020-10-13 | Rollup merge of #77699 - GuillaumeGomez:word-wrap, r=XAMPPRocky | Yuki Okushi | -7/+3 |
| 2020-10-13 | Remove `mark-i-m` from rustc-dev-guide maintainers | Yuki Okushi | -1/+1 |
| 2020-10-12 | Enable building Cargo for aarch64-apple-darwin | Jake Goulding | -7/+2 |
| 2020-10-12 | build-manifest: bundle the rustc version in the binary | Pietro Albini | -15/+7 |
| 2020-10-12 | build-manifest: use var_os instead of var to check if vars exist | Pietro Albini | -3/+3 |
| 2020-10-12 | build-manifest: allow configuring the number of threads | Pietro Albini | -7/+13 |
| 2020-10-12 | ci: also build the build-manifest component on dist-x86_64-linux | Pietro Albini | -1/+3 |
| 2020-10-12 | bootstrap: add --include-default-paths to ./x.py | Pietro Albini | -21/+30 |
| 2020-10-12 | bootstrap: add disabled by default build-manifest dist component | Pietro Albini | -0/+68 |
| 2020-10-12 | build-manifest: accept the Rust version instead of the monorepo path | Pietro Albini | -16/+9 |
| 2020-10-12 | fmt | Philipp Hansch | -1/+1 |
| 2020-10-12 | driver.rs: Replace lazy_static with once_cell | Philipp Hansch | -9/+7 |
| 2020-10-12 | lintlist.rs: Replace lazy_static with once_cell | Philipp Hansch | -6/+8 |
| 2020-10-12 | build-manifest: stop generating numbered channel names except for stable | Pietro Albini | -4/+5 |
| 2020-10-12 | Add word-wrap rule for short descriptions | Guillaume Gomez | -0/+3 |
| 2020-10-12 | update url in bootstrap README | 12101111 | -3/+3 |
| 2020-10-12 | Extend test to ensure that items inherit lint level from the parent | Guillaume Gomez | -0/+2 |
| 2020-10-12 | Improve lint level handling | Guillaume Gomez | -2/+4 |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -6/+34 |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -25/+27 |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -2/+57 |
| 2020-10-12 | Update RLS | Igor Matuszewski | -0/+0 |
| 2020-10-12 | Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini | bors | -2/+21 |
| 2020-10-12 | Add test for compiler reexports removal | Guillaume Gomez | -0/+7 |
| 2020-10-12 | Filter out imports added by the compiler | Guillaume Gomez | -2/+9 |
| 2020-10-12 | Auto merge of #77837 - Aaron1011:bump-miri-backtrace, r=RalfJung | bors | -16/+8 |
| 2020-10-12 | Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiasko | bors | -0/+14 |
| 2020-10-12 | Auto merge of #77790 - jyn514:undivided, r=ollie27 | bors | -29/+32 |
| 2020-10-11 | Remove unnecessary `RefCell` for doc_strings | Joshua Nelson | -4/+4 |