| Age | Commit message (Expand) | Author | Lines |
| 2023-06-09 | Auto merge of #112465 - GuillaumeGomez:rollup-gyh5buc, r=GuillaumeGomez | bors | -28/+110 |
| 2023-06-09 | Rollup merge of #112429 - GuillaumeGomez:ty-alias-impls, r=notriddle,lcnr | Guillaume Gomez | -28/+110 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -139/+64 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -0/+6 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -28/+110 |
| 2023-06-08 | Auto merge of #112068 - WaffleLapkin:move-discrim-tests, r=compiler-errors | bors | -1/+1 |
| 2023-06-08 | Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-08 | Bless tidy root entry limit | Maybe Waffle | -1/+1 |
| 2023-06-08 | Rollup merge of #112339 - lnicola:proc-macro-srv-feature, r=Veykril | Matthias Krüger | -1/+1 |
| 2023-06-08 | Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomez | bors | -19/+11 |
| 2023-06-08 | Drop uplifted clippy::undropped_manually_drops | Urgau | -139/+64 |
| 2023-06-08 | Rollup merge of #112309 - kadiwa4:remove_is_terminal, r=albertlarsan68 | Guillaume Gomez | -16/+1 |
| 2023-06-08 | Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomez | Guillaume Gomez | -3/+10 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -1/+1 |
| 2023-06-08 | Migrate item_opaque_type to Askama | sladynnunes | -3/+10 |
| 2023-06-08 | Whoops, submodule change was actually valid - undoing fixup | Andrew Xie | -1/+1 |
| 2023-06-08 | fixup! Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a ... | Andrew Xie | -1/+1 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+1 |
| 2023-06-08 | Auto merge of #112012 - Kobzol:try-build-llvm-rebuild, r=nikic | bors | -55/+99 |
| 2023-06-07 | Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkov | bors | -2/+2 |
| 2023-06-07 | Force all native libraries to be statically linked when linking a static binary | Amanieu d'Antras | -2/+2 |
| 2023-06-07 | Rollup merge of #112382 - jyn514:test-download-rustc-macos, r=albertlarsan68 | Dylan DPC | -1/+6 |
| 2023-06-07 | Rollup merge of #112251 - notriddle:notriddle/cleanup-inlining, r=GuillaumeGomez | Dylan DPC | -18/+28 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -0/+4 |
| 2023-06-07 | Use ``--keep-stage` also for the final build | Jakub Beránek | -0/+6 |
| 2023-06-07 | download-rustc: Fix `x test core` on MacOS | jyn | -1/+6 |
| 2023-06-07 | Avoid one `rustc` rebuild in the optimized build pipeline | Jakub Beránek | -55/+93 |
| 2023-06-07 | Auto merge of #111819 - nikarh:vita-improved, r=Amanieu | bors | -60/+15 |
| 2023-06-07 | Auto merge of #111495 - Kobzol:dist-tests, r=Mark-Simulacrum | bors | -7/+127 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -0/+6 |
| 2023-06-06 | Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgr | bors | -0/+82 |
| 2023-06-06 | Rollup merge of #112310 - loongarch-rs:bare-metal, r=WaffleLapkin | Matthias Krüger | -0/+82 |
| 2023-06-06 | rustdoc: convert `if let Some()` that always matches to variable | Michael Howell | -18/+28 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -0/+4 |
| 2023-06-06 | Auto merge of #112344 - matthiaskrgr:rollup-tswr83e, r=matthiaskrgr | bors | -8/+21 |
| 2023-06-06 | Rollup merge of #112220 - kylematsuda:earlybinder-fix, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-06-06 | Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2023-06-06 | Rollup merge of #111369 - Nassiel:master, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-06-06 | Auto merge of #112312 - nikic:llvm-16.0.5, r=cuviper | bors | -0/+0 |
| 2023-06-06 | Fix rust-analyzer proc macro server | Laurențiu Nicola | -1/+1 |
| 2023-06-06 | Add new Tier-3 targets: `loongarch64-unknown-none*` | WANG Rui | -0/+82 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -3/+3 |
| 2023-06-05 | Test the PGO/BOLT/LTO optimized x64 Linux compiler on CI | Jakub Beránek | -7/+127 |
| 2023-06-05 | Auto merge of #112071 - WaffleLapkin:group-rfcs-tests, r=oli-obk | bors | -1/+1 |
| 2023-06-05 | Auto merge of #112317 - GuillaumeGomez:rollup-toh0gpo, r=GuillaumeGomez | bors | -30/+26 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -60/+15 |
| 2023-06-05 | Bless tidy root entry limit | Maybe Waffle | -1/+1 |
| 2023-06-05 | Rollup merge of #112315 - lucascherzer:master, r=Nilstrieb | Guillaume Gomez | -3/+3 |
| 2023-06-05 | Rollup merge of #112299 - jyn514:gha-progress, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2023-06-05 | Rollup merge of #112291 - sigaloid:master, r=clubby789 | Guillaume Gomez | -2/+2 |