| Age | Commit message (Expand) | Author | Lines |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -15/+26 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -15/+26 |
| 2021-11-22 | Update books | Eric Huss | -0/+0 |
| 2021-11-19 | Put back removed empty line | Guillaume Gomez | -0/+1 |
| 2021-11-18 | Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor | bors | -40/+33 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -1/+103 |
| 2021-11-18 | Clean up mess for --show-coverage documentation | Guillaume Gomez | -40/+33 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -17/+16 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -17/+16 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -47/+0 |
| 2021-11-12 | Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieu | bors | -3/+5 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -0/+10 |
| 2021-11-10 | Rollup merge of #90736 - Lokathor:inline-asm-docs-updates, r=Amanieu | Matthias Krüger | -2/+5 |
| 2021-11-10 | Add a missing doc link | Alex Crichton | -0/+1 |
| 2021-11-10 | Update src/doc/rustc/src/platform-support.md | Alex Crichton | -1/+1 |
| 2021-11-10 | Add target documentation for wasm64-unknown-unknown | Alex Crichton | -0/+101 |
| 2021-11-10 | Update platform support docs | Alex Crichton | -1/+1 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -3/+5 |
| 2021-11-09 | Update books | Eric Huss | -0/+0 |
| 2021-11-09 | Update src/doc/unstable-book/src/library-features/asm.md | Lokathor | -2/+2 |
| 2021-11-09 | Update src/doc/unstable-book/src/library-features/asm.md | Lokathor | -1/+1 |
| 2021-11-09 | adjust documented register constraints to match https://llvm.org/docs/LangRef... | Lokathor | -2/+5 |
| 2021-11-09 | Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726 | Matthias Krüger | -0/+33 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -9/+10 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -2/+2 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -2/+2 |
| 2021-11-06 | Rollup merge of #90487 - NoraCodes:nora/how-to-read-rustdoc, r=jyn514 | Matthias Krüger | -0/+108 |
| 2021-11-05 | Add a chapter on reading Rustdoc output | Leonora Tindall | -0/+108 |
| 2021-11-04 | Mention possible future rejections | Smittyvb | -1/+1 |
| 2021-11-03 | Add note about x86 instruction prefixes in asm! | Smittyvb | -0/+2 |
| 2021-11-02 | Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnik | Matthias Krüger | -1/+1 |
| 2021-11-02 | Documentation. | Tor Hovland | -0/+9 |
| 2021-11-02 | Add a template for target-specific documentation | Josh Triplett | -2/+56 |
| 2021-11-02 | Point to platform-support/ for target-specific documentation | Josh Triplett | -0/+6 |
| 2021-11-02 | Clarify documentation about running binaries | Josh Triplett | -3/+3 |
| 2021-11-02 | Clarify dependency requirements in the face of cross-compilation | Josh Triplett | -11/+13 |
| 2021-11-02 | Clarify how to quote and respond to the target tier policy requirements | Josh Triplett | -2/+4 |
| 2021-11-01 | Rollup merge of #90398 - GuillaumeGomez:doc-keyword-doc, r=camelid | Matthias Krüger | -2/+20 |
| 2021-10-31 | Auto merge of #89062 - mikeleany:new-target, r=cjgillot | bors | -0/+78 |
| 2021-10-31 | Add doc about doc(keyword) unstable attribute | Guillaume Gomez | -2/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -2/+6 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -2/+6 |
| 2021-10-29 | Rollup merge of #90082 - noncombatant:patch-1, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2021-10-28 | Auto merge of #90339 - GuillaumeGomez:doc-alias-doc, r=GuillaumeGomez | bors | -2/+49 |
| 2021-10-28 | Add missing documentation for doc alias | Guillaume Gomez | -2/+49 |
| 2021-10-28 | implement type-changing-struct-update | SparrowLii | -0/+33 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -19/+202 |
| 2021-10-26 | Add documentation for LLVM CFI support | Ramon de C Valle | -19/+202 |
| 2021-10-25 | Update books | Eric Huss | -0/+0 |
| 2021-10-25 | Rollup merge of #89581 - jblazquez:master, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |