| Age | Commit message (Expand) | Author | Lines |
| 2023-06-17 | Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errors | bors | -88/+203 |
| 2023-06-16 | Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiser | Michael Goulet | -0/+22 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -88/+203 |
| 2023-06-16 | Disable alignment checks on i686-pc-windows-msvc | Ben Kimock | -0/+22 |
| 2023-06-16 | Rollup merge of #112642 - compiler-errors:interp-lit-err, r=nnethercote | Dylan DPC | -0/+18 |
| 2023-06-16 | Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol... | Dylan DPC | -0/+19 |
| 2023-06-16 | Rollup merge of #112399 - compiler-errors:closure-substs-root-universe, r=lcnr | Dylan DPC | -0/+7 |
| 2023-06-16 | Rollup merge of #112163 - bvanjoi:fix-105231-2, r=compiler-errors | Dylan DPC | -0/+38 |
| 2023-06-16 | fix: inline `predicate_may_hold_fatal` | bohan | -0/+38 |
| 2023-06-15 | Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errors | Guillaume Gomez | -0/+49 |
| 2023-06-15 | Rollup merge of #112614 - lukas-code:apit-unsized-suggestion, r=compiler-errors | Guillaume Gomez | -69/+110 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -2/+125 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -0/+17 |
| 2023-06-15 | Rollup merge of #112634 - mj10021:issue-112438-fix, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2023-06-15 | Rollup merge of #112486 - jieyouxu:issue-112472, r=oli-obk | Matthias Krüger | -0/+87 |
| 2023-06-15 | Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelix | Matthias Krüger | -2/+26 |
| 2023-06-15 | normalize closure output before relation | Ali MJ Al-Nasrawy | -0/+49 |
| 2023-06-15 | add test | James Dietz | -0/+11 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -0/+87 |
| 2023-06-15 | change `std::marker::Sized` to just `Sized` | Lukas Markeffsky | -71/+67 |
| 2023-06-15 | tweak suggestion for argument-position `impl ?Sized` | Lukas Markeffsky | -0/+45 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -2/+125 |
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -0/+18 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -3/+3 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -80/+159 |
| 2023-06-14 | Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errors | Matthias Krüger | -1/+24 |
| 2023-06-14 | Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obk | Matthias Krüger | -79/+135 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -21/+47 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -0/+72 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -43/+387 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -3/+3 |
| 2023-06-13 | Fix explicit-outlives-requirements lint span | Sam Ginnett | -1/+24 |
| 2023-06-14 | Error on unconstrained lifetime in RPITIT | Michael Goulet | -79/+135 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -0/+19 |
| 2023-06-14 | Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov | Matthias Krüger | -1/+40 |
| 2023-06-14 | Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnr | Matthias Krüger | -7/+37 |
| 2023-06-13 | Auto merge of #112062 - lukas-code:unsized-layout, r=wesleywiser | bors | -0/+55 |
| 2023-06-13 | opportunistically resolve regions | Michael Goulet | -0/+19 |
| 2023-06-13 | Move test | Michael Goulet | -11/+11 |
| 2023-06-13 | Erase regions even if normalization fails in writeback | Michael Goulet | -1/+31 |
| 2023-06-13 | Add test case for unsizing with niche | Wesley Wiser | -0/+30 |
| 2023-06-14 | fix(resolve): update `shadowed_glob` more precision | bohan | -1/+40 |
| 2023-06-13 | Auto merge of #112017 - Nemo157:unsafe-block-rustfix, r=eholk | bors | -0/+245 |
| 2023-06-13 | Add a test for `-Zprint-vtable-sizes` | Maybe Waffle | -0/+72 |
| 2023-06-13 | Add test cases for suggestions with unsafe operations contained inside macros | Wim Looman | -11/+100 |
| 2023-06-13 | Add note about unsafe functions body not being unsafe | Wim Looman | -8/+63 |
| 2023-06-13 | Hide suggestion to wrap function in unsafe block | Wim Looman | -37/+0 |
| 2023-06-13 | Test that a couple more types of unsafe-ops get a wrapping unsafe block added | Wim Looman | -1/+69 |
| 2023-06-13 | Add MVP suggestion for `unsafe_op_in_unsafe_fn` | Léo Lanteri Thauvin | -0/+70 |
| 2023-06-13 | Auto merge of #112549 - jieyouxu:fix-tests-for-unit-bindings, r=Nilstrieb | bors | -117/+117 |