| Age | Commit message (Expand) | Author | Lines |
| 2020-10-05 | Revamp rustdoc docs about documentation using `cfg` | Joshua Nelson | -21/+50 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -2/+18 |
| 2020-10-04 | Removes reg aliases since there are many ABIs: o32/n32/n64 | Lzu Tao | -3/+0 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -10/+12 |
| 2020-10-04 | mips32: Add f64 hard-float support | Lzu Tao | -1/+1 |
| 2020-10-03 | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | -2/+4 |
| 2020-10-03 | Add doc for invalid_html_tag lint | Guillaume Gomez | -0/+33 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -0/+2 |
| 2020-10-02 | Update doc alias documentation | Guillaume Gomez | -0/+2 |
| 2020-10-01 | Move aarch64-apple-darwin to tier 2 | Jake Goulding | -3/+3 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -9/+8 |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -0/+8 |
| 2020-09-30 | Rollup merge of #77348 - ehuss:update-books, r=ehuss | Jonas Schievink | -0/+0 |
| 2020-09-30 | Add more tests and check for ABI | Hugues de Valon | -0/+6 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+75 |
| 2020-09-29 | Update books | Eric Huss | -0/+0 |
| 2020-09-28 | Add unstable book docs for `-Zunsound-mir-opts` | Wesley Wiser | -0/+8 |
| 2020-09-28 | Update unstable-book: Fix ABNF in inline assembly docs | Jethro Beekman | -1/+1 |
| 2020-09-27 | Rollup merge of #77249 - jyn514:private-links, r=Manishearth | Jonas Schievink | -0/+40 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -1/+16 |
| 2020-09-27 | Add documentation for `private_intra_doc_links` | Joshua Nelson | -0/+40 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -1/+16 |
| 2020-09-25 | Adds a GitHub Actions CI build for aarch64-pc-windows-msvc via cross-compilat... | Arlo Siemsen | -1/+1 |
| 2020-09-25 | Remove note about missing ios/tvos targets in platform docs. | Eric Huss | -9/+8 |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -61/+105 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -10/+10 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -10/+10 |
| 2020-09-17 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 |
| 2020-09-16 | Auto merge of #76804 - tmandry:rollup-nwntt3q, r=tmandry | bors | -0/+0 |
| 2020-09-16 | Rollup merge of #76764 - ehuss:update-books, r=ehuss | Tyler Mandry | -0/+0 |
| 2020-09-16 | Auto merge of #76420 - Gelbpunkt:aarch64-linux-musl, r=pietroalbini | bors | -1/+1 |
| 2020-09-16 | Rollup merge of #76675 - lzutao:asm_doc, r=Amanieu | Dylan DPC | -3/+22 |
| 2020-09-16 | document how to use memory addresses as operands | Lzu Tao | -0/+19 |
| 2020-09-15 | Update books | Eric Huss | -0/+0 |
| 2020-09-15 | doc: platform-support.md: Move to tier 3 | Alistair Francis | -1/+1 |
| 2020-09-15 | doc: platform-support.md: Document port | Alistair Francis | -0/+1 |
| 2020-09-14 | Update src/doc/rustdoc/src/lints.md | Manish Goregaokar | -2/+2 |
| 2020-09-14 | Update based on @alex's PR | Jens Reidel | -1/+1 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -39/+14 |
| 2020-09-13 | Fix lint name in docs | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Resolve some conflicts | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Update src/doc/rustdoc/src/linking-to-items-by-name.md | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Fill out docs on intra-doc resolution failure lint | Manish Goregaokar | -4/+39 |
| 2020-09-13 | Mention URL fragments | Manish Goregaokar | -0/+9 |
| 2020-09-13 | Mention super/crate/self in docs | Manish Goregaokar | -1/+1 |
| 2020-09-13 | Move intra-doc-links documentation out of unstable section | Manish Goregaokar | -57/+57 |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -0/+58 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -1562/+36 |
| 2020-09-13 | make llvm_asm options more intense | Lzu Tao | -3/+3 |