| Age | Commit message (Expand) | Author | Lines |
| 2023-06-05 | Add an example of placeholders. | Eric Huss | -2/+34 |
| 2023-06-05 | Rewrite recommended demangling for lifetimes using "De Bruijn level". | Eric Huss | -5/+5 |
| 2023-06-05 | Clarify grammar for decimal-number cannot have leading zeroes. | Eric Huss | -4/+11 |
| 2023-06-05 | Clarify missing tick. | Eric Huss | -1/+1 |
| 2023-06-05 | Update from review from michaelwoerister. | Eric Huss | -9/+12 |
| 2023-06-05 | Remove 64-bit limit for base-62-numbers. | Eric Huss | -1/+1 |
| 2023-06-05 | Rearrange symbol-mangling chapter out of codegen-options. | Eric Huss | -81/+81 |
| 2023-06-05 | Add documentation on v0 symbol mangling. | Eric Huss | -2/+1233 |
| 2023-06-05 | Add chapter for re-exports in the rustdoc book | Guillaume Gomez | -1/+180 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -60/+15 |
| 2023-06-04 | Added custom risc32-imac for esp-espidf target | Victor Gil | -4/+6 |
| 2023-06-02 | Remove "one thread in tests" limitation in nto-qnx.md | Florian Bartels | -7/+1 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -7/+0 |
| 2023-05-29 | Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu | bors | -16/+1 |
| 2023-05-26 | platform-support.md: document the various NetBSD targets. | Havard Eidnes | -6/+117 |
| 2023-05-26 | Add SafeStack support to rustc | Wesley Wiser | -8/+33 |
| 2023-05-26 | Convert html table to markdown | Wesley Wiser | -82/+12 |
| 2023-05-25 | Rollup merge of #111152 - lukas-code:markdown-parsers-are-hard, r=GuillaumeGomez | Michael Goulet | -3/+3 |
| 2023-05-25 | rustdoc book: document single tilde strikethrough | Lukas Markeffsky | -3/+3 |
| 2023-05-24 | Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-05-23 | Rollup merge of #111845 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-05-23 | Promote loongarch64-unknown-linux-gnu to Tier 2 with host tools | WANG Rui | -2/+2 |
| 2023-05-22 | Update reference | Eric Huss | -0/+0 |
| 2023-05-22 | Update books | rustbot | -0/+0 |
| 2023-05-21 | doc: Update exploit-mitigations.md, update image3.png | Marcin S | -3/+3 |
| 2023-05-18 | Document stack-protector option | Marcin S | -5/+6 |
| 2023-05-11 | Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514 | Matthias Krüger | -1/+43 |
| 2023-05-09 | Add esp-idf platform support page | Scott Mabin | -1/+43 |
| 2023-05-08 | Update books | rustbot | -0/+0 |
| 2023-05-08 | asm: Stabilize loongarch64 | WANG Rui | -16/+1 |
| 2023-05-08 | Rollup merge of #111331 - taiki-e:s390x-asm-cc, r=Amanieu | Yuki Okushi | -2/+11 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -14/+83 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -0/+6 |
| 2023-05-08 | Mark s390x condition code register as clobbered in inline assembly | Taiki Endo | -2/+11 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -14/+83 |
| 2023-05-06 | update Rust Unstable Book docs for `--extern force` | Matt Hammerly | -0/+2 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -34/+8 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -0/+6 |
| 2023-05-04 | `--print target-cpus` shows default target cpu, updated docs | James Dietz | -1/+2 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -17/+126 |
| 2023-05-03 | Update documentation for LLVM CFI support | Ramon de C Valle | -17/+126 |
| 2023-05-02 | Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiser | Dylan DPC | -27/+0 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -0/+38 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -1/+1 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -1/+1 |
| 2023-04-27 | Rollup merge of #110905 - john-h-k:docs/cargo-flags, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-27 | Remove invalid value from scraped-examples.md | John Kelly | -2/+2 |
| 2023-04-27 | Rollup merge of #110426 - calebcartwright:style-let-else-examples, r=compiler... | Matthias Krüger | -12/+25 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -5/+0 |
| 2023-04-26 | docs(style): add more let-else examples | Caleb Cartwright | -12/+25 |