about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-09Update jobserver-rs to 0.1.28Vadim Petrochenkov-5/+8
2024-02-09Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obkbors-1252/+1439
2024-02-09Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrumbors-1/+18
2024-02-08Add and use Unique::as_non_null_ptrBen Kimock-4/+9
2024-02-08Bless/fix testsBen Kimock-1150/+1113
2024-02-08Add new ui testsBen Kimock-1/+35
2024-02-08Auto merge of #120807 - matthiaskrgr:rollup-1pf3glu, r=matthiaskrgrbors-265/+357
2024-02-08Rollup merge of #120801 - oli-obk:drop_recursion_ice, r=NilstriebMatthias Krüger-6/+28
2024-02-08Rollup merge of #120783 - integer32llc:improve-release-notes, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-02-08Rollup merge of #120782 - oli-obk:track_errors8, r=WaffleLapkinMatthias Krüger-0/+2
2024-02-08Rollup merge of #120778 - zetanumbers:refactor_try_instance_mir, r=compiler-e...Matthias Krüger-15/+10
2024-02-08Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errorsMatthias Krüger-25/+192
2024-02-08Rollup merge of #120772 - m-ou-se:review, r=NilstriebMatthias Krüger-1/+0
2024-02-08Rollup merge of #120769 - tshepang:minimal-diffs, r=wesleywiserMatthias Krüger-2/+2
2024-02-08Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillotMatthias Krüger-92/+90
2024-02-08Rollup merge of #120590 - compiler-errors:dead, r=NilstriebMatthias Krüger-124/+32
2024-02-08Avoid ICE in drop recursion check in case of invalid drop implsOli Scherer-6/+28
2024-02-08Reduce use of NonNull::new_unchecked in library/Ben Kimock-24/+24
2024-02-08Remove a now-obviated debug_assert!Ben Kimock-1/+0
2024-02-08Rewrite assert_unsafe_precondition around the new intrinsicBen Kimock-59/+147
2024-02-08Add a new debug_assertions instrinsic (compiler)Ben Kimock-13/+72
2024-02-08Add a new debug_assertions intrinsicBen Kimock-0/+11
2024-02-08InstSimplify rustc_nounwind callsBen Kimock-0/+25
2024-02-08Don't lower assume in unoptimized buildsBen Kimock-2/+5
2024-02-08Auto merge of #120544 - BoxyUwU:enter_forall, r=lcnrbors-547/+627
2024-02-08Add release note for new ambiguous_wide_pointer_comparisons lintCarol (Nichols || Goulding)-0/+1
2024-02-08Fix mir pass ICE in the presence of other errorsOli Scherer-0/+1
2024-02-08Fix `span_bug!` backtracesOli Scherer-0/+1
2024-02-08reviews + rebaseBoxy-114/+101
2024-02-08rename `instantiate_binder_with_placeholders`Boxy-23/+38
2024-02-08introduce `enter_forall`Boxy-442/+520
2024-02-08Deduplicate `tcx.instance_mir(instance)` calls in `try_instance_mir`zetanumbers-15/+10
2024-02-08Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgrbors-1000/+1563
2024-02-08Test `min_exhaustive_patterns` in more casesNadrieril-23/+188
2024-02-08Match `min_exhaustive_patterns` implementation with `exhaustive_patterns`Nadrieril-2/+4
2024-02-08Remove myself from review rotation.Mara Bos-1/+0
2024-02-08Auto merge of #120550 - oli-obk:track_errors8, r=estebankbors-670/+3272
2024-02-08make future diffs minimalTshepang Mbambo-2/+2
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-483/+3211
2024-02-08Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errorsMatthias Krüger-39/+281
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-181/+68
2024-02-08Rollup merge of #120727 - Nadrieril:tweak-int-reporting, r=compiler-errorsMatthias Krüger-50/+192
2024-02-08Rollup merge of #120702 - bvanjoi:fix-120444, r=notriddleMatthias Krüger-18/+111
2024-02-08Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obkMatthias Krüger-5/+78
2024-02-08Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelixMatthias Krüger-262/+316
2024-02-08Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errorsMatthias Krüger-359/+348
2024-02-08Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obkMatthias Krüger-70/+117
2024-02-08Rollup merge of #119592 - petrochenkov:unload, r=compiler-errorsMatthias Krüger-16/+52
2024-02-08Auto merge of #120579 - GuillaumeGomez:prevent-running-unneeded-code, r=notri...bors-0/+8
2024-02-08Taint borrowck results without running any borrowck if the MIR body was alrea...Oli Scherer-158/+38