| Age | Commit message (Expand) | Author | Lines |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -0/+1 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -25/+71 |
| 2023-07-26 | rustdoc: stylistic changes | León Orell Valerian Liehr | -21/+15 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -1/+1 |
| 2023-07-25 | Auto merge of #114076 - matthiaskrgr:rollup-cpqq1n9, r=matthiaskrgr | bors | -20/+44 |
| 2023-07-25 | Rollup merge of #114062 - Kobzol:ci-group-splitting, r=Mark-Simulacrum | Matthias Krüger | -19/+43 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-07-25 | Auto merge of #114027 - arlosi:update-cargo, r=ehuss | bors | -49/+0 |
| 2023-07-25 | make MPlaceTy non-Copy | Ralf Jung | -12/+12 |
| 2023-07-25 | interpret: make read functions generic over operand type | Ralf Jung | -45/+45 |
| 2023-07-25 | interpret: make write functions generic over the place type | Ralf Jung | -71/+71 |
| 2023-07-25 | Allow using external builds of the compiler-rt profile lib | Josh Stone | -6/+28 |
| 2023-07-25 | Split nested GHA groups instead of panicking | Jakub Beránek | -19/+43 |
| 2023-07-25 | Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgr | bors | -2/+4 |
| 2023-07-25 | Remove credential providers from bootstrap | Arlo Siemsen | -49/+0 |
| 2023-07-25 | Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol... | Matthias Krüger | -1/+3 |
| 2023-07-25 | Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot | Matthias Krüger | -1/+1 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -2/+2 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -2/+2 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -1/+3 |
| 2023-07-25 | CI: fix CMake installation for 32 and 64bit `dist` Linux | Jakub Beránek | -4/+2 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -110/+99 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -4/+1 |
| 2023-07-25 | Use a builder instead of boolean/option arguments | Oli Scherer | -13/+7 |
| 2023-07-25 | Improve performance of `first_non_private` | Guillaume Gomez | -22/+18 |
| 2023-07-25 | bless more | Ralf Jung | -4/+4 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -103/+92 |
| 2023-07-25 | clippy: `env!` invocations can't be b"" literals | David Wood | -1/+1 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -2/+74 |
| 2023-07-24 | bootstrap: Define CMake platform if DragonFly. | Alex Zepeda | -1/+8 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -16/+31 |
| 2023-07-24 | typos | Tshepang Mbambo | -2/+2 |
| 2023-07-24 | Update cargo | Arlo Siemsen | -0/+0 |
| 2023-07-24 | Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgr | bors | -18/+42 |
| 2023-07-24 | bootstrap: Don't bundle musl on Unikraft | Martin Kröning | -2/+2 |
| 2023-07-24 | compiler: Add `*-unikraft-linux-musl` documentation | Martin Kröning | -0/+69 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+3 |
| 2023-07-24 | Rollup merge of #114006 - jonathanpallant:update-sparc-unknown-readme, r=Amanieu | Matthias Krüger | -18/+42 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-24 | Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,... | bors | -3/+6 |
| 2023-07-24 | Fix span for punnycode | Eric Huss | -1/+1 |
| 2023-07-24 | Cache qpath first public result | Guillaume Gomez | -27/+50 |
| 2023-07-24 | Revert "Remove needs for transmute" | Guillaume Gomez | -28/+20 |
| 2023-07-24 | Remove needs for transmute | Guillaume Gomez | -20/+28 |
| 2023-07-24 | Re-add missing generics in `first_non_private` | Guillaume Gomez | -3/+23 |
| 2023-07-24 | Add support for `--document-hidden-items` in `first_non_private` | Guillaume Gomez | -1/+2 |
| 2023-07-24 | Add test for private items | Guillaume Gomez | -0/+3 |
| 2023-07-24 | Correctly handle `super` and `::` | Guillaume Gomez | -1/+10 |
| 2023-07-24 | Rename `first_not_private` into `first_non_private` | Guillaume Gomez | -2/+2 |
| 2023-07-24 | Improve code readability | Guillaume Gomez | -32/+27 |