| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk | bors | -9/+12 |
| 2023-07-21 | Simplify wording in guide for unbraced closures | Josh Triplett | -2/+2 |
| 2023-07-21 | Clarify guide for unbraced closures, regarding comments | Josh Triplett | -2/+2 |
| 2023-07-21 | Clarify guide for unbraced closures: grammatical consistency | Josh Triplett | -3/+3 |
| 2023-07-21 | Clarify conditions for single-line blocks | Josh Triplett | -2/+2 |
| 2023-07-21 | Use roman 4 letter instead of word | Ivan Tham | -2/+2 |
| 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-21 | CTFE: move `target_{i, u}size_{min, max)` to `rustc_abi::TargetDataLayout` | Moulins | -5/+7 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -4/+5 |
| 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-20 | Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G... | Matthias Krüger | -9/+0 |
| 2023-07-20 | Rollup merge of #113835 - lcnr:assemble-candidates-considering-self-ty, r=com... | Matthias Krüger | -57/+53 |
| 2023-07-20 | Rollup merge of #113800 - oli-obk:gha_ci_cycle, r=jyn514 | Matthias Krüger | -1/+2 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -4/+4 |
| 2023-07-20 | Avoid another gha group nesting | Oli Scherer | -1/+2 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -57/+53 |
| 2023-07-20 | Remove adjustments that used to be necessary for search's crate selector appe... | Frank Steffahn | -9/+0 |
| 2023-07-20 | Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-07-20 | Rollup merge of #113710 - loongarch-rs:fix-rpath, r=clubby789 | Matthias Krüger | -2/+3 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+1 |
| 2023-07-20 | Auto merge of #108714 - estebank:ice_dump, r=oli-obk | bors | -6/+13 |
| 2023-07-19 | Rollup merge of #113785 - GuillaumeGomez:tests/rustdoc/issue-105735-fix, r=no... | Dylan DPC | -17/+41 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -6/+13 |
| 2023-07-19 | Improve htmldocck error a bit by providing line where error occurred | Guillaume Gomez | -0/+2 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -1/+1 |
| 2023-07-18 | Auto merge of #113841 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-07-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-18 | Rollup merge of #113823 - GuillaumeGomez:fix-results-search-alias-display, r=... | Matthias Krüger | -19/+15 |
| 2023-07-18 | Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726 | bors | -3/+11 |
| 2023-07-18 | fix miri test with links to query documentation | nxya | -0/+1 |
| 2023-07-18 | Fix display of aliases in rustdoc search results | Guillaume Gomez | -19/+15 |
| 2023-07-18 | Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obk | bors | -6/+6 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -4/+10 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -2/+4 |
| 2023-07-18 | Remove unneeded `Option<Symbol>` in `foreign_items` | Guillaume Gomez | -4/+3 |
| 2023-07-18 | Fix invalid display of inlined re-export | Guillaume Gomez | -17/+42 |
| 2023-07-18 | Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obk | bors | -5/+5 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -24/+57 |
| 2023-07-18 | Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errors | bors | -0/+37 |
| 2023-07-17 | Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieu | bors | -5/+8 |