about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2025-06-08Auto merge of #142074 - oli-obk:its-finally-gone, r=petrochenkovbors-14/+0
2025-06-06Treat normalizing consts like normalizing types in deeply normalizeMichael Goulet-14/+0
2025-06-05Move generic arg checks from the hir item types visitor to ty wfcheckOli Scherer-14/+0
2025-06-04Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o...Matthias Krüger-8/+0
2025-06-04Fix for async drop inside async gen fnAndrew Zhogin-8/+0
2025-06-03Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-...Matthias Krüger-28/+0
2025-06-02allow macro_use as first segmentbohan-3/+0
2025-06-01Async drop - type instead of async drop fn and incorrect drop signature don't...Andrew Zhogin-28/+0
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-18/+0
2025-05-28Fix ICE in tokenstream with contracts from parser recoveryyukang-5/+0
2025-05-27Warn on non-crate level text direction lintsMatthew Jasper-18/+0
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-50/+0
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-14/+0
2025-05-22Rollup merge of #141362 - BoxyUwU:correct_error_term_kind, r=lcnrMatthias Krüger-8/+0
2025-05-22Rollup merge of #139668 - matthewjasper:upper-bound-fix, r=compiler-errorsMatthias Krüger-14/+0
2025-05-22Return correct error term kind on projection errorsBoxy-8/+0
2025-05-21Fix testsBoxy-50/+0
2025-05-21Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ...Matthias Krüger-14/+0
2025-05-21Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f...Matthias Krüger-22/+0
2025-05-21Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p...Andrew Zhogin-22/+0
2025-05-21When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974)Andrew Zhogin-14/+0
2025-05-21Rollup merge of #141318 - nnethercote:fix-140884, r=compiler-errorsMatthias Krüger-6/+0
2025-05-21Rollup merge of #141317 - dianne:continue-liveness-ice-fix, r=compiler-errorsMatthias Krüger-15/+0
2025-05-21Avoid creating an empty identifer in `Symbol::to_ident_string`.Nicholas Nethercote-6/+0
2025-05-21Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe...Matthias Krüger-13/+0
2025-05-20typeck: catch `continue`s pointing to blocksdianne-15/+0
2025-05-20Do not call name() on rpitit assoc_itemSantiago Pastorino-13/+0
2025-05-20Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errorsMatthias Krüger-9/+0
2025-05-20Just error on recursive opaque ty in HIR typeckMichael Goulet-8/+0
2025-05-19Fixed possible ICE in annotate_mut_binding_to_immutable_bindingJosh Gunter-9/+0
2025-05-18more ice testsMatthias Krüger-0/+396
2025-05-17Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnrMatthias Krüger-16/+0
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-2/+2
2025-05-05Be a bit more relaxed about not yet constrained infer vars in closure upvar a...Michael Goulet-11/+0
2025-05-04Auto merge of #140549 - BoxyUwU:proper_const_norm, r=lcnrbors-23/+11
2025-05-01Crashes testsBoxy-23/+11
2025-05-01crashes: more testsMatthias Krüger-0/+332
2025-04-29Adjust testsMichael Goulet-16/+0
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-33/+0
2025-04-21Rollup merge of #140021 - compiler-errors:no-deep-norm-ice, r=lcnrChris Denton-13/+0
2025-04-19Don't ICE on pending obligations from deep normalization in a loopMichael Goulet-13/+0
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-20/+0
2025-04-18Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiserMatthias Krüger-102/+0
2025-04-14Normalize ADT fields in find_tails_for_unsizingMichael Goulet-42/+0
2025-04-14Handle regions equivalent to 'static in non_local_boundsMatthew Jasper-14/+0
2025-04-14Disable usage on trait impls and aliasesmejrs-20/+0
2025-04-11Use delayed bug for normalization errors in drop elaborationMatthew Jasper-67/+0
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-14/+22
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-14/+22
2025-04-07Remove crash test that do not ICE anymoreSantiago Pastorino-52/+0