| Age | Commit message (Expand) | Author | Lines |
| 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 #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -4/+116 |
| 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 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -467/+330 |
| 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 |
| 2024-03-22 | Arrange methods on HirTyLowerer more logically | León Orell Valerian Liehr | -72/+72 |
| 2024-03-22 | Rename module astconv to hir_ty_lowering | León Orell Valerian Liehr | -22/+26 |
| 2024-03-22 | Update local variables and tracing calls | León Orell Valerian Liehr | -148/+136 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -242/+322 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -364/+345 |
| 2024-03-22 | Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhpratt | bors | -35/+1 |
| 2024-03-21 | Fix Itanium mangling usizes | Jubilee Young | -2/+2 |
| 2024-03-22 | Rollup merge of #122843 - WaffleLapkin:semicolon-vs-the-never, r=compiler-errors | Matthias Krüger | -41/+111 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -7/+83 |
| 2024-03-21 | CFI: Skip non-passed arguments | Matthew Maurer | -7/+15 |
| 2024-03-21 | Add a never type option to make diverging blocks `()` | Maybe Waffle | -4/+51 |
| 2024-03-21 | Suggest using RUST_MIN_STACK if rustc overflowed | Jubilee Young | -3/+7 |
| 2024-03-21 | Use less hacky STACK_SIZE | Jubilee Young | -15/+18 |
| 2024-03-21 | Change syntax of the never type attribute thingy | Maybe Waffle | -40/+63 |
| 2024-03-21 | Auto merge of #122830 - matthiaskrgr:rollup-uk2by3f, r=matthiaskrgr | bors | -408/+1090 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -7/+83 |
| 2024-03-21 | Rollup merge of #122827 - compiler-errors:span-bugs, r=WaffleLapkin | Matthias Krüger | -9/+19 |