about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2025-06-23tests: Enhance unsupported ABI testsJubilee Young-10/+0
2025-06-21Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errorsbors-9/+0
2025-06-18Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnrTrevor Gross-48/+0
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-1/+1
2025-06-17Dont replace escaping bound vars in item sigsBoxy-15/+0
2025-06-17Don't build `ParamEnv` and do trait solving in `ItemCtxt`sBoxy-39/+6
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-2/+4
2025-06-15Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r...León Orell Valerian Liehr-13/+0
2025-06-15Only traverse reachable blocks in JumpThreading.Camille GILLOT-9/+0
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-16/+0
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-13/+0
2025-06-13Require generic params for const generic paramsOli Scherer-38/+0
2025-06-13Unimplement unsized_localsmejrs-16/+0
2025-06-11stabilize gaiBoxy-1/+1
2025-06-10Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obkLeón Orell Valerian Liehr-5/+0
2025-06-09deduplicate the rest of AST walker functionsDeadbeef-5/+0
2025-06-09early return in trait detection for non-trait itembohan-10/+0
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