| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber | Matthias Krüger | -0/+4 |
| 2023-07-20 | Clarify wording on breaking arrays across lines | Josh Triplett | -1/+1 |
| 2023-07-20 | style-guide: Fix example to match the rule it exemplifies (and match rustfmt) | Josh Triplett | -1/+2 |
| 2023-07-20 | style-guide: Fix typo: s/right-hand side/left-hand side/ | Josh Triplett | -1/+1 |
| 2023-07-20 | style-guide: Add an additional chaining example | Josh Triplett | -1/+4 |
| 2023-07-20 | style-guide: Avoid using "should" or "may" for required parts of the default ... | Josh Triplett | -220/+252 |
| 2023-07-20 | style-guide: Simplify the structure of a recommendation (no semantic change) | Josh Triplett | -3/+1 |
| 2023-07-20 | style-guide: Fix an example to match the style | Josh Triplett | -1/+1 |
| 2023-07-20 | style-guide: Fix typo: s/forth/fourth/g | Josh Triplett | -2/+2 |
| 2023-07-20 | style-guide: Remove material about tool configurability | Josh Triplett | -46/+2 |
| 2023-07-20 | Document --print KIND=PATH in Command-line Arguments documentation | David Tolnay | -0/+4 |
| 2023-07-18 | Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errors | bors | -0/+34 |
| 2023-07-17 | Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726 | Matthias Krüger | -0/+166 |
| 2023-07-17 | Rollup merge of #112741 - geometryolife:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113614 - he32:netbsd-riscv64-more, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113042 - Cyanoxygen:add-mipsr6-target-docs, r=JohnTitor | Matthias Krüger | -4/+186 |
| 2023-07-13 | Correct `the` -> `there` typo in items.md | Alyssa Haroldsen | -1/+1 |
| 2023-07-12 | platform-support.md: It's now verified that NetBSD/riscv64 can self-host. | Havard Eidnes | -1/+1 |
| 2023-07-11 | Rollup merge of #113385 - joshtriplett:style-guide-cleanup-chains, r=calebcar... | Jubilee | -4/+3 |
| 2023-07-11 | Add platform support information. | Jonathan Pallant (Ferrous Systems) | -1/+166 |
| 2023-07-11 | Add a sparc-unknown-none-elf target. | Jonathan Pallant (Ferrous Systems) | -0/+1 |
| 2023-07-11 | Rollup merge of #113548 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-07-11 | Rollup merge of #113386 - joshtriplett:style-guide-combinable-expressions, r=... | Matthias Krüger | -0/+10 |
| 2023-07-10 | Update books | rustbot | -0/+0 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -47/+0 |
| 2023-07-06 | Rollup merge of #113384 - joshtriplett:style-guide-grammar, r=compiler-errors | fee1-dead | -11/+12 |
| 2023-07-06 | Rollup merge of #113145 - joshtriplett:style-guide-document-assignment-newlin... | fee1-dead | -2/+3 |
| 2023-07-05 | style-guide: Expand example of combinable expressions to include arrays | Josh Triplett | -0/+10 |
| 2023-07-05 | style-guide: Fix chain example to match rustfmt behavior | Josh Triplett | -4/+3 |
| 2023-07-05 | style-guide: Rename "smallntp" non-terminal to "small_no_tuple" for clarity | Josh Triplett | -4/+4 |
| 2023-07-05 | style-guide: Clarify grammar for small patterns (not a semantic change) | Josh Triplett | -11/+12 |
| 2023-07-05 | style-guide: Add chapter for nightly formatting | Josh Triplett | -3/+5 |
| 2023-07-05 | Clarify that style guide does not cover nightly-only features | Michael Goulet | -0/+4 |
| 2023-07-05 | style-guide: Add section on bugs, and resolving bugs | Josh Triplett | -0/+13 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -0/+2 |
| 2023-07-03 | Update platform-support.md | Jonathan Pallant (Ferrous Systems) | -32/+32 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -0/+5 |
| 2023-07-01 | Document tracking issue for rustdoc `show-type-layout` | Trevor Gross | -0/+2 |
| 2023-06-29 | Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc... | Matthias Krüger | -1/+2 |
| 2023-06-29 | Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu... | Matthias Krüger | -0/+5 |
| 2023-06-28 | style-guide: Document newline rules for assignment operators | Josh Triplett | -2/+3 |
| 2023-06-28 | style-guide: Narrow guidance about references and dereferencing | Josh Triplett | -1/+2 |
| 2023-06-28 | style-guide: Add an example of formatting a multi-line attribute | Josh Triplett | -0/+5 |
| 2023-06-28 | syle-guide: Clarify let-else further | Josh Triplett | -2/+24 |
| 2023-06-26 | Update books | Eric Huss | -0/+0 |
| 2023-06-26 | Add x86_64-unknown-linux-ohos target | Amanieu d'Antras | -0/+34 |
| 2023-06-26 | Rollup merge of #112840 - loongarch-rs:update-docs, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-06-26 | Rollup merge of #112559 - SergioGasquez:master, r=JohnTitor | Matthias Krüger | -4/+6 |
| 2023-06-26 | Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk | Matthias Krüger | -6/+115 |
| 2023-06-26 | Add target documentation for MIPS Release 6 targets | Cyan | -4/+186 |