about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2025-04-05Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkovStuart Cook-4/+0
2025-04-04Apply `Recovery::Forbidden` when reparsing pasted macro fragments.Nicholas Nethercote-4/+0
2025-04-03add `TypingMode::Borrowck`lcnr-38/+0
2025-04-02Rollup merge of #135295 - eyraudh:master, r=compiler-errorsStuart Cook-9/+0
2025-03-31Feed HIR for by-move coroutine body def, since the inliner tries to read its ...Michael Goulet-12/+0
2025-03-23fix: Check empty SIMD vector in inline asmHadrien Eyraud-9/+0
2025-03-22Auto merge of #138719 - lcnr:concrete_opaque_types-closures, r=oli-obkbors-12/+0
2025-03-20Do not rely on type_var_origin in OrphanCheckErr::NonLocalInputTypeMichael Goulet-10/+0
2025-03-19merge opaque types of nested bodieslcnr-12/+0
2025-03-18Remove existing AFIDT implementationMichael Goulet-20/+0
2025-03-17(re)move fixed crash testsAdwin White-102/+0
2025-03-13EUV: fix place of deref pattern's interior's scrutineedianne-12/+0
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-13/+0
2025-03-11Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwUMatthias Krüger-8/+0
2025-03-11Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwUMatthias Krüger-5/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-24/+36
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-24/+36
2025-03-10Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkovMatthias Krüger-38/+0
2025-03-10Delegation: fix ICE with invalid MethodCall generationBryanskiy-38/+0
2025-03-09Do not feed anon const a type that references generics that it does not haveMichael Goulet-5/+0
2025-03-09Do not write user type annotation for const param value pathMichael Goulet-8/+0
2025-03-08crashes: couple more testsMatthias Krüger-0/+569
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-12/+0
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-11/+0
2025-03-04compiler: use `is_rustic_abi` in ty_utilsJubilee Young-11/+0
2025-03-03Check signature WF when lowering MIR bodyMichael Goulet-2/+13
2025-02-26Bless testsGary Guo-13/+0
2025-02-23Rollup merge of #137458 - compiler-errors:render-fn, r=fmeaseJacob Pratt-11/+0
2025-02-23Fix missing self subst when rendering Fn* trait with no output typeMichael Goulet-11/+0
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-46/+0
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-46/+0
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-105/+0
2025-02-19Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t...Scott McMurray-0/+33