about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-24Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnrMatthias Krüger-2/+1
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-32/+110
2024-03-24Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r...Matthias Krüger-10/+19
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-73/+24
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 #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgrbors-115/+136
2024-03-23Rollup merge of #122933 - RalfJung:tag_for_variant, r=oli-obkMatthias Krüger-25/+28
2024-03-23Rollup merge of #122922 - kpreid:print-async, r=compiler-errorsMatthias Krüger-5/+23
2024-03-23Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errorsMatthias Krüger-4/+3
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-81/+82
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-4/+116
2024-03-23tag_for_variant follow-upsRalf Jung-25/+28
2024-03-22-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.Kevin Reid-5/+23
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-22Delay a bug if no RPITITs were foundLeón Orell Valerian Liehr-4/+3
2024-03-22Fix validation on substituted callee bodies in MIR inlinerMichael Goulet-10/+19
2024-03-22Uniquify ReError on input mode in canonicalizerMichael Goulet-2/+1
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-467/+330
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-37/+38
2024-03-22Rename `hir::Node::expect_local` into `hir::Node::expect_let_stmt`Guillaume Gomez-1/+1
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-66/+66
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