| Age | Commit message (Expand) | Author | Lines |
| 2023-06-17 | Remove even more redundant builtin candidates | Michael Goulet | -138/+96 |
| 2023-06-17 | Simplify even more candidates | Michael Goulet | -161/+88 |
| 2023-06-17 | Simplify an ObjectData field | Michael Goulet | -10/+14 |
| 2023-06-17 | Simplify some impl source candidates | Michael Goulet | -81/+18 |
| 2023-06-17 | Remove some ImplSource candidates | Michael Goulet | -50/+26 |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -344/+625 |
| 2023-06-16 | Auto merge of #112716 - compiler-errors:rollup-h77daia, r=compiler-errors | bors | -163/+331 |
| 2023-06-16 | Rollup merge of #112706 - WaffleLapkin:syntax_context_is_root, r=petrochenkov | Michael Goulet | -15/+20 |
| 2023-06-16 | Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiser | Michael Goulet | -0/+26 |
| 2023-06-16 | Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnr | Michael Goulet | -26/+98 |
| 2023-06-16 | Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJung | Michael Goulet | -0/+5 |
| 2023-06-16 | Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errors | Michael Goulet | -11/+41 |
| 2023-06-16 | Rollup merge of #112226 - devnexen:netbsd_affinity, r=cuviper | Michael Goulet | -0/+23 |
| 2023-06-16 | Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama... | Michael Goulet | -111/+118 |
| 2023-06-16 | Pacify tidy | Oli Scherer | -116/+128 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -199/+474 |
| 2023-06-16 | Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obk | bors | -934/+349 |
| 2023-06-16 | Merge the orphan logic for all alias kinds | Oli Scherer | -29/+23 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -934/+349 |
| 2023-06-16 | Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jsha | bors | -40/+42 |
| 2023-06-16 | Update compiler/rustc_mir_transform/src/check_alignment.rs | Wesley Wiser | -0/+1 |
| 2023-06-16 | Add `SyntaxContext::is_root` | Maybe Waffle | -15/+20 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+5 |
| 2023-06-16 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+25 |
| 2023-06-16 | Auto merge of #112702 - Dylan-DPC:rollup-12d6qay, r=Dylan-DPC | bors | -88/+207 |
| 2023-06-16 | Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercote | Dylan DPC | -6/+21 |
| 2023-06-16 | Rollup merge of #112639 - nnethercote:fix-dead_code_cgu, r=wesleywiser | Dylan DPC | -44/+41 |
| 2023-06-16 | Rollup merge of #112579 - MikaelUrankar:freebsd_docs, r=cuviper | Dylan DPC | -0/+1 |
| 2023-06-16 | Rollup merge of #112535 - RalfJung:miri-test-libstd, r=cuviper | Dylan DPC | -11/+12 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -11/+75 |
| 2023-06-16 | Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnr | Dylan DPC | -2/+13 |
| 2023-06-16 | Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errors | Dylan DPC | -14/+44 |
| 2023-06-16 | Auto merge of #112597 - danakj:map-linker-paths, r=michaelwoerister | bors | -3/+33 |
| 2023-06-16 | Auto merge of #112673 - scottmcm:enough-stack, r=compiler-errors | bors | -4/+7 |
| 2023-06-16 | fix: inline `predicate_may_hold_fatal` | bohan | -14/+44 |
| 2023-06-16 | Auto merge of #112346 - saethlin:no-comment, r=oli-obk | bors | -24144/+21875 |
| 2023-06-15 | Auto merge of #112681 - GuillaumeGomez:rollup-rwn4086, r=GuillaumeGomez | bors | -213/+578 |
| 2023-06-15 | Rollup merge of #112669 - Nilstrieb:typo, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2023-06-15 | Rollup merge of #112664 - djkoloski:fuchsia_test_runner_tmpdir, r=tmandry | Guillaume Gomez | -6/+7 |
| 2023-06-15 | Rollup merge of #112660 - GuillaumeGomez:migrate-gui-test-color-15, r=notriddle | Guillaume Gomez | -0/+0 |
| 2023-06-15 | Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errors | Guillaume Gomez | -15/+50 |
| 2023-06-15 | Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errors | Guillaume Gomez | -86/+141 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -65/+289 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -39/+64 |
| 2023-06-15 | Rollup merge of #112403 - nbdd0121:eh_frame, r=Nilstrieb | Guillaume Gomez | -1/+26 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -24144/+21875 |
| 2023-06-15 | Auto merge of #112671 - bjorn3:sync_cg_clif-2023-06-15, r=bjorn3 | bors | -598/+2526 |
| 2023-06-15 | Update tidy allowed deps list | bjorn3 | -3/+12 |
| 2023-06-15 | Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-202... | bjorn3 | -595/+2514 |
| 2023-06-15 | Rustup to rustc 1.72.0-nightly (8c74a5d27 2023-06-14) | bjorn3 | -1/+1 |