| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Add missing code fence | cherryblossom000 | -0/+2 |
| 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-19 | refactor(profiling/with_perf): remove a wrong to be verb | İsmail Arılık | -1/+1 |
| 2023-07-18 | refactor(tests/headers): remove duplicate list item | İsmail Arılık | -1/+0 |
| 2023-07-18 | refactor(test/headers.md): make the meaning more obvious | İsmail Arılık | -1/+1 |
| 2023-07-18 | refactor(tests/ui): remove unnecessary duplicate word | İsmail Arılık | -1/+1 |
| 2023-07-18 | fix(duplicate): remove unnecessary duplicate word | İsmail Arılık | -1/+1 |
| 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 |