| Age | Commit message (Expand) | Author | Lines |
| 2024-03-24 | Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -32/+110 |
| 2024-03-24 | Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r... | Matthias Krüger | -10/+19 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -73/+24 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -72/+23 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -1/+1 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -115/+136 |
| 2024-03-23 | Rollup merge of #122933 - RalfJung:tag_for_variant, r=oli-obk | Matthias Krüger | -25/+28 |
| 2024-03-23 | Rollup merge of #122922 - kpreid:print-async, r=compiler-errors | Matthias Krüger | -5/+23 |
| 2024-03-23 | Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -81/+82 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -4/+116 |
| 2024-03-23 | tag_for_variant follow-ups | Ralf Jung | -25/+28 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -5/+23 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -20/+18 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -411/+560 |
| 2024-03-22 | Delay a bug if no RPITITs were found | León Orell Valerian Liehr | -4/+3 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -10/+19 |
| 2024-03-22 | Uniquify ReError on input mode in canonicalizer | Michael Goulet | -2/+1 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -467/+330 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -37/+38 |
| 2024-03-22 | Rename `hir::Node::expect_local` into `hir::Node::expect_let_stmt` | Guillaume Gomez | -1/+1 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -66/+66 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -110/+153 |
| 2024-03-22 | Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errors | Matthias Krüger | -292/+347 |
| 2024-03-22 | Rollup merge of #122651 - kornelski:flat-turbofish, r=spastorino,compiler-errors | Matthias Krüger | -6/+25 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -2/+29 |
| 2024-03-22 | Rollup merge of #114009 - dvdhrm:pr/transmzst, r=pnkfelix | Matthias Krüger | -1/+6 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -292/+347 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -12/+108 |
| 2024-03-22 | Further simplifications | Michael Goulet | -36/+5 |
| 2024-03-22 | Use != Positive rather than == Negative | Michael Goulet | -6/+6 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -95/+169 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -111/+110 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -134/+104 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -125/+68 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -79/+27 |
| 2024-03-22 | Remove TypeAndMut from relate | Michael Goulet | -29/+32 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -137/+195 |
| 2024-03-22 | Rollup merge of #122855 - workingjubilee:mangle-64-bit-chauvinism, r=compiler... | Matthias Krüger | -2/+2 |
| 2024-03-22 | Rollup merge of #122847 - workingjubilee:suggest-rust-min-stack-workaround-on... | Matthias Krüger | -16/+23 |
| 2024-03-22 | Rollup merge of #122820 - oli-obk:no_ord_def_id, r=estebank | Matthias Krüger | -67/+15 |
| 2024-03-22 | Rollup merge of #122542 - Zalathar:cleanup, r=oli-obk | Matthias Krüger | -14/+28 |
| 2024-03-22 | Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk | Matthias Krüger | -14/+45 |
| 2024-03-22 | Rollup merge of #122370 - gurry:122199-ice-unexpected-node, r=davidtwco | Matthias Krüger | -0/+10 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -24/+72 |
| 2024-03-22 | Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obk | bors | -782/+835 |
| 2024-03-22 | coverage: Clean up marker statements that aren't needed later | Zalathar | -14/+28 |
| 2024-03-22 | Auto merge of #122824 - oli-obk:no_ord_def_id2, r=estebank,michaelwoerister | bors | -9/+12 |
| 2024-03-22 | Auto merge of #122456 - maurer:cfi-nonpassed, r=workingjubilee | bors | -7/+15 |