| Age | Commit message (Expand) | Author | Lines |
| 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-05-02 | Add unset-exec-env compiletest header. | Eric Huss | -0/+3 |
| 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 |
| 2023-04-26 | typo | lcnr | -1/+1 |
| 2023-04-26 | extend the sixth requirement | lcnr | -0/+4 |
| 2023-04-26 | Remove libstd_thread_internals from unstable book. | Mara Bos | -5/+0 |
| 2023-04-26 | Rollup merge of #110641 - GuillaumeGomez:rustdoc-in-doc-settings, r=notriddle | Matthias Krüger | -6/+66 |
| 2023-04-26 | Rollup merge of #110418 - jsoref:spelling-rustdoc, r=jyn514 | jyn | -5/+5 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -1/+16 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -1/+16 |
| 2023-04-24 | Update books | rustbot | -0/+0 |
| 2023-04-22 | Add new rustdoc book chapter to describe in-doc settings | Guillaume Gomez | -6/+66 |
| 2023-04-22 | Add docs for compare-output-lines-by-subset flag (#1677) | Lukas Wirth | -0/+5 |
| 2023-04-22 | fix typo (#1674) | Tshepang Mbambo | -1/+1 |
| 2023-04-22 | Fix links in how-to-build-and-run.md (#1679) | Brian Kung | -3/+3 |
| 2023-04-20 | Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiser | Matthias Krüger | -0/+59 |
| 2023-04-20 | Style fix for loongarch-linux.md | Slanterns | -0/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -34/+8 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -3/+6 |
| 2023-04-17 | Rollup merge of #110337 - iterion:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-17 | Add list of supported disambiguators and suffixes for intra-doc links in the ... | Guillaume Gomez | -3/+6 |
| 2023-04-16 | Spelling src/doc | Josh Soref | -9/+9 |
| 2023-04-16 | spelling: typographical | Josh Soref | -1/+1 |
| 2023-04-16 | spelling: github | Josh Soref | -4/+4 |
| 2023-04-16 | docs: document new `suggest-tests` tool | Ezra Shaw | -0/+73 |
| 2023-04-16 | Fix extra slash | Ohad Ravid | -1/+1 |
| 2023-04-15 | Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r... | bors | -0/+11 |
| 2023-04-14 | Update how-to-read-rustdoc.md | Michael Howell | -0/+11 |
| 2023-04-14 | Correct default value for default-linker-libraries | Adam Sunderland | -2/+2 |
| 2023-04-14 | Rollup merge of #110328 - GuillaumeGomez:auto-disambiguation-proc-trait, r=no... | Matthias Krüger | -0/+7 |
| 2023-04-14 | Add explanations for auto-disambiguation when an intra doc link is resolved t... | Guillaume Gomez | -0/+7 |
| 2023-04-14 | Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez | Yuki Okushi | -1/+26 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -1/+13 |