about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-72/+23
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-1/+1
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-4/+116
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-20/+18
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-411/+560
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-467/+330
2024-03-22Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnrMatthias Krüger-110/+153
2024-03-22Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errorsMatthias Krüger-292/+347
2024-03-22Rollup merge of #122651 - kornelski:flat-turbofish, r=spastorino,compiler-errorsMatthias Krüger-6/+25
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-2/+29
2024-03-22Rollup merge of #114009 - dvdhrm:pr/transmzst, r=pnkfelixMatthias Krüger-1/+6
2024-03-22Add `tag_for_variant` queryJack Wrenn-292/+347
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-12/+108
2024-03-22Further simplificationsMichael Goulet-36/+5
2024-03-22Use != Positive rather than == NegativeMichael Goulet-6/+6
2024-03-22Split out ImplPolarity and PredicatePolarityMichael Goulet-95/+169
2024-03-22Make RawPtr take Ty and Mutbl separatelyMichael Goulet-111/+110
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-134/+104
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-125/+68
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-79/+27
2024-03-22Remove TypeAndMut from relateMichael Goulet-29/+32
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-137/+195
2024-03-22Rollup merge of #122855 - workingjubilee:mangle-64-bit-chauvinism, r=compiler...Matthias Krüger-2/+2
2024-03-22Rollup merge of #122847 - workingjubilee:suggest-rust-min-stack-workaround-on...Matthias Krüger-16/+23
2024-03-22Rollup merge of #122820 - oli-obk:no_ord_def_id, r=estebankMatthias Krüger-67/+15
2024-03-22Rollup merge of #122542 - Zalathar:cleanup, r=oli-obkMatthias Krüger-14/+28
2024-03-22Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obkMatthias Krüger-14/+45
2024-03-22Rollup merge of #122370 - gurry:122199-ice-unexpected-node, r=davidtwcoMatthias Krüger-0/+10
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-24/+72
2024-03-22Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obkbors-782/+835
2024-03-22coverage: Clean up marker statements that aren't needed laterZalathar-14/+28
2024-03-22Auto merge of #122824 - oli-obk:no_ord_def_id2, r=estebank,michaelwoeristerbors-9/+12
2024-03-22Auto merge of #122456 - maurer:cfi-nonpassed, r=workingjubileebors-7/+15
2024-03-22Arrange methods on HirTyLowerer more logicallyLeón Orell Valerian Liehr-72/+72
2024-03-22Rename module astconv to hir_ty_loweringLeón Orell Valerian Liehr-22/+26
2024-03-22Update local variables and tracing callsLeón Orell Valerian Liehr-148/+136
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-242/+322
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-364/+345
2024-03-22Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhprattbors-35/+1
2024-03-21Fix Itanium mangling usizesJubilee Young-2/+2
2024-03-22Rollup merge of #122843 - WaffleLapkin:semicolon-vs-the-never, r=compiler-errorsMatthias Krüger-41/+111
2024-03-22Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-...Matthias Krüger-7/+83
2024-03-21CFI: Skip non-passed argumentsMatthew Maurer-7/+15
2024-03-21Add a never type option to make diverging blocks `()`Maybe Waffle-4/+51
2024-03-21Suggest using RUST_MIN_STACK if rustc overflowedJubilee Young-3/+7
2024-03-21Use less hacky STACK_SIZEJubilee Young-15/+18
2024-03-21Change syntax of the never type attribute thingyMaybe Waffle-40/+63
2024-03-21Auto merge of #122830 - matthiaskrgr:rollup-uk2by3f, r=matthiaskrgrbors-408/+1090
2024-03-22Implement `FusedIterator` for `gen` blockShoyu Vanilla-7/+83
2024-03-21Rollup merge of #122827 - compiler-errors:span-bugs, r=WaffleLapkinMatthias Krüger-9/+19