| Age | Commit message (Expand) | Author | Lines |
| 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-15 | generic_arguments.md: substs -> GenericArgs | Mahdi Dibaiee | -13/+13 |
| 2023-07-14 | fix(suggested): remove an unnecessary and confusing statement | İsmail Arılık | -3/+0 |
| 2023-07-14 | make it read better | Tshepang Mbambo | -1/+1 |
| 2023-07-14 | fix(how-to-build-and-run): fix a typo ("fromer" -> "former") | İsmail Arılık | -1/+1 |
| 2023-07-13 | Correct `the` -> `there` typo in items.md | Alyssa Haroldsen | -1/+1 |
| 2023-07-13 | fix(how-to-build-and-run): remove a wrong paragraph | İsmail Arılık | -4/+0 |
| 2023-07-13 | linked issue is closed (#1729) | Tshepang Mbambo | -18/+0 |
| 2023-07-12 | remove duplicated reference in about-this-guide.md | İsmail Arılık | -1/+0 |
| 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 | Update src/early-late-bound.md | Michael Goulet | -1/+1 |
| 2023-07-11 | caps is so important | Boxy | -1/+1 |
| 2023-07-11 | Gats isnt the only cool kid anymore | Boxy | -3/+1 |
| 2023-07-11 | split file and replace with deep dive doc | Boxy | -88/+242 |
| 2023-07-11 | add section for normalization with the new solver | lcnr | -0/+81 |
| 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 | Improve cleanup-crew.md with an example post | İsmail Arılık | -1/+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-09 | fix: update link to function coverage (#1727) | Emmanuel Ferdman | -1/+1 |
| 2023-07-09 | Fix a bug in getting-started.md (#1726) | İsmail Arılık | -1/+1 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -47/+0 |
| 2023-07-08 | improve explanation of placing tests in separate file (#1721) | Tshepang Mbambo | -7/+6 |
| 2023-07-08 | various fixes/improvements to Contributing chapter (#1723) | Tshepang Mbambo | -73/+69 |
| 2023-07-08 | ty::ConstKind has moved (#1724) | Tshepang Mbambo | -1/+1 |
| 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-05 | document `.x test --rustc-args` option | Rémy Rakic | -0/+9 |
| 2023-07-03 | Update platform-support.md | Jonathan Pallant (Ferrous Systems) | -32/+32 |
| 2023-07-03 | tests/run-make files have moved | Tshepang Mbambo | -4/+3 |
| 2023-07-03 | replace dead link (#1717) | Tshepang Mbambo | -1/+1 |
| 2023-07-02 | fix link | Tshepang Mbambo | -2/+2 |
| 2023-07-03 | update link | Tshepang Mbambo | -1/+1 |
| 2023-07-02 | typo | Tshepang Mbambo | -1/+1 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -0/+5 |