| Age | Commit message (Expand) | Author | Lines |
| 2020-11-09 | Rollup merge of #78228 - pietroalbini:finally, r=Mark-Simulacrum | Dylan DPC | -1/+7 |
| 2020-11-06 | Auto merge of #75778 - AndyGauge:75521-rustdoc-book-improvements, r=jyn514 | bors | -31/+282 |
| 2020-11-07 | Rollup merge of #78726 - GuillaumeGomez:back-link-to-main-website, r=stevekla... | Yuki Okushi | -1/+2 |
| 2020-11-05 | doc/rustc: promote aarch64-unknown-linux-gnu to tier 1 | Pietro Albini | -1/+7 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -2/+2 |
| 2020-11-05 | Update URLs used in the lint example | Guillaume Gomez | -14/+15 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -10/+3 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -9/+13 |
| 2020-11-05 | Add documentation for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-11-04 | Added Rustdoc book sections for linting and embedding more examples | Andrew Gauger | -31/+282 |
| 2020-11-04 | ci: demote i686-unknown-freebsd to tier 2 compiler target | Pietro Albini | -1/+1 |
| 2020-11-04 | Add link to rust website | Guillaume Gomez | -1/+2 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+1 |
| 2020-11-03 | Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievink | Yuki Okushi | -0/+1 |
| 2020-11-03 | Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandry | Yuki Okushi | -0/+169 |
| 2020-11-02 | add mipsel-unknown-none target | Stephan | -0/+1 |
| 2020-11-02 | addressed feedback | Rich Kadel | -15/+24 |
| 2020-11-01 | Document -Zinstrument-coverage | Rich Kadel | -0/+160 |
| 2020-10-29 | Rollup merge of #78492 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-28 | Update books | Eric Huss | -0/+0 |
| 2020-10-28 | Fix typo "compiltest" | Guillaume Gomez | -1/+1 |
| 2020-10-27 | Fix unstable-book doc tests | Santiago Pastorino | -3/+4 |
| 2020-10-25 | Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton | Yuki Okushi | -1/+1 |
| 2020-10-24 | Link directly to `#build-std` anchor | Philipp Oppermann | -1/+1 |
| 2020-10-24 | Link to cargo's `build-std` feature instead of `xargo` in custom target docs | Philipp Oppermann | -1/+1 |
| 2020-10-24 | Rollup merge of #78250 - camelid:document-inline-const, r=spastorino | Jonas Schievink | -0/+45 |
| 2020-10-22 | Document inline-const in the Unstable Book | Camelid | -0/+45 |
| 2020-10-21 | Clean up and improve some docs | Camelid | -13/+15 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -10/+10 |
| 2020-10-15 | Update submodules for link fixes | Joshua Nelson | -0/+0 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+2 |
| 2020-10-15 | Rollup merge of #77951 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+1 |
| 2020-10-14 | Update books | Eric Huss | -0/+0 |
| 2020-10-14 | Update codegen-backend.md | XAMPPRocky | -0/+3 |
| 2020-10-14 | Update codegen-backend.md | XAMPPRocky | -2/+2 |
| 2020-10-14 | Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md | XAMPPRocky | -1/+1 |
| 2020-10-14 | Document -Z codegen-backend in the unstable book | Erin Power | -0/+28 |
| 2020-10-14 | Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini | Yuki Okushi | -1/+1 |
| 2020-10-13 | aarch64-apple-darwin now includes Cargo | Jake Goulding | -1/+1 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -2/+18 |
| 2020-10-12 | Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini | bors | -1/+1 |
| 2020-10-11 | Auto merge of #75991 - shepmaster:silicon-ci, r=pietroalbini | bors | -3/+3 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -13/+42 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -14/+13 |
| 2020-10-09 | Link to GitHub issue re macro resolution | Camelid | -1/+3 |
| 2020-10-08 | Update rustdoc intra-doc link docs | Camelid | -13/+40 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -0/+35 |
| 2020-10-06 | Rollup merge of #76855 - jyn514:platform-specific, r=ollie27 | Yuki Okushi | -21/+50 |