about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-168/+136
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-86/+31
2024-03-22Remove TypeAndMut from relateMichael Goulet-29/+32
2024-03-22Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgrbors-248/+1200
2024-03-22Rollup merge of #122863 - matthiaskrgr:teest, r=lcnrMatthias Krüger-0/+306
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-161/+197
2024-03-22Rollup merge of #122800 - zachs18:nonnull-slice-is_empty, r=AmanieuMatthias Krüger-0/+19
2024-03-22Rollup merge of #122542 - Zalathar:cleanup, r=oli-obkMatthias Krüger-14/+159
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/+82
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-41/+367
2024-03-22address review commentsMatthias Krüger-92/+12
2024-03-22Auto merge of #120926 - fmease:astconv-no-mo, r=oli-obkbors-830/+875
2024-03-22coverage: Clean up marker statements that aren't needed laterZalathar-14/+159
2024-03-22Auto merge of #122824 - oli-obk:no_ord_def_id2, r=estebank,michaelwoeristerbors-39/+42
2024-03-22add test for ice #119275 "no entry found for key" in predicates_of.rsMatthias Krüger-0/+64
2024-03-22add test for ice #113017 no entry found for key in generics_of.rsMatthias Krüger-0/+112
2024-03-22add test for ice "type mismatching when copying!"Matthias Krüger-0/+49
2024-03-22add test for https://github.com/rust-lang/rust/issues/112823Matthias Krüger-0/+61
2024-03-22add test for ice #121472Matthias Krüger-0/+39
2024-03-22add test for #110696Matthias Krüger-0/+61
2024-03-22Auto merge of #122456 - maurer:cfi-nonpassed, r=workingjubileebors-39/+65
2024-03-22Notify fmease on changes to HIR ty loweringLeón Orell Valerian Liehr-0/+4
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-252/+332
2024-03-22Rename AstConv to HIR ty loweringLeón Orell Valerian Liehr-402/+371
2024-03-22Auto merge of #122024 - clubby789:remove-spec-option-pe, r=jhprattbors-127/+71
2024-03-22Auto merge of #122854 - matthiaskrgr:rollup-9nnuo0z, r=matthiaskrgrbors-1115/+4882
2024-03-21Fix Itanium mangling usizesJubilee Young-2/+2
2024-03-22Rollup merge of #122845 - flip1995:clippy-subtree-update, r=matthiaskrgrMatthias Krüger-1053/+4188
2024-03-22Rollup merge of #122844 - matthiaskrgr:just_one_more_test_mom, r=compiler-errorsMatthias Krüger-0/+35
2024-03-22Rollup merge of #122843 - WaffleLapkin:semicolon-vs-the-never, r=compiler-errorsMatthias Krüger-41/+111
2024-03-22Rollup merge of #122841 - matthiaskrgr:moretests, r=wesleywiserMatthias Krüger-0/+177
2024-03-22Rollup merge of #122838 - workingjubilee:less-catholic-blessings-to-prevent-i...Matthias Krüger-2/+3
2024-03-22Rollup merge of #122837 - matthiaskrgr:fix_122549, r=petrochenkovMatthias Krüger-0/+96
2024-03-22Rollup merge of #122831 - onur-ozkan:less-verbose-fail-logs, r=clubby789Matthias Krüger-7/+15
2024-03-22Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-...Matthias Krüger-7/+105
2024-03-22Rollup merge of #122826 - compiler-errors:associated-type-bound-tests, r=lcnrMatthias Krüger-0/+63
2024-03-22Rollup merge of #122817 - ultrabear:ultrabear_btreedoc, r=NilstriebMatthias Krüger-5/+6
2024-03-22Rollup merge of #121881 - devnexen:bsd_acceptfilter, r=AmanieuMatthias Krüger-0/+83
2024-03-21CFI: Skip non-passed argumentsMatthew Maurer-39/+65
2024-03-21Add a never type option to make diverging blocks `()`Maybe Waffle-4/+51
2024-03-21Not insta-stableZachary S-5/+3
2024-03-21Suggest using RUST_MIN_STACK if rustc overflowedJubilee Young-3/+7
2024-03-21Use less hacky STACK_SIZEJubilee Young-15/+18