| Age | Commit message (Expand) | Author | Lines |
| 2021-04-08 | New 'Label' section with example and explainations | Timothée Delabrouille | -3/+37 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -15/+8 |
| 2021-04-08 | Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnik | bors | -5/+5 |
| 2021-04-07 | Fix some typos in docs for `-C split-debuginfo` | Camelid | -5/+5 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -48/+0 |
| 2021-04-05 | Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa | Dylan DPC | -2/+2 |
| 2021-04-05 | Apply suggestions from code review | Joshua Nelson | -1/+1 |
| 2021-04-05 | Disallow the use of high byte registes as operands on x86_64 | Amanieu d'Antras | -2/+2 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -15/+8 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -1/+7 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -32/+0 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+1 |
| 2021-04-04 | Update clobber example in the asm documentation | Amanieu d'Antras | -1/+7 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -32/+0 |
| 2021-04-02 | Add newer range patterns to unstable book | Jubilee Young | -0/+50 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -50/+55 |
| 2021-03-29 | Update books | Eric Huss | -0/+0 |
| 2021-03-27 | Update rustup cross-compilation docs link | Jon Jensen | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -36/+0 |
| 2021-03-21 | Update doc/reference submodule | Nikita Popov | -0/+0 |
| 2021-03-19 | remove unstable book chapter | mark | -36/+0 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -0/+7 |
| 2021-03-17 | Rollup merge of #83206 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-16 | Update books | Eric Huss | -0/+0 |
| 2021-03-16 | Show details in cfg version unstable book | Ivan Tham | -3/+4 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -50/+55 |
| 2021-03-12 | Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157 | Yuki Okushi | -0/+1 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -0/+15 |
| 2021-03-10 | Fix "run" button position in error index | Guillaume Gomez | -0/+1 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -0/+7 |
| 2021-03-10 | Rollup merge of #82733 - Yn0ga:master, r=estebank | Yuki Okushi | -0/+1 |
| 2021-03-09 | address pr review comments | katelyn a. martin | -1/+2 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -0/+14 |
| 2021-03-08 | Rollup merge of #82810 - amaurremi:source-based-coverage-typo, r=ehuss | Mara Bos | -1/+1 |
| 2021-03-07 | Rollup merge of #77916 - QuiltOS:kernel-code-targets-os-none, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2021-03-05 | Typo fix: cargo cov -> cargo profdata | Marianna Rapoport | -1/+1 |
| 2021-03-04 | Add powerpc-unknown-openbsd target | yn0ga | -0/+1 |
| 2021-03-04 | Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth | Guillaume Gomez | -132/+67 |
| 2021-03-04 | Update rustdoc documentation | Joshua Nelson | -132/+67 |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -0/+6 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -14/+21 |
| 2021-03-02 | Improve page load performance in rustdoc. | Jacob Hoffman-Andrews | -0/+6 |
| 2021-03-02 | Rollup merge of #82691 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-02 | Rollup merge of #80874 - jyn514:intra-doc-docs, r=Manishearth | Yuki Okushi | -13/+62 |
| 2021-03-01 | Update books | Eric Huss | -0/+0 |
| 2021-03-01 | Address review comments | Joshua Nelson | -14/+21 |
| 2021-03-01 | Change built-in kernel targets to be os = none throughout | John Ericson | -2/+2 |
| 2021-03-01 | Update supported platforms doc | Jakub Kulik | -2/+2 |
| 2021-02-28 | Auto merge of #82350 - ehuss:test-chapter, r=jyn514 | bors | -1/+287 |