about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2025-02-17Update tests for dropck normalization errorsMatthew Jasper-122/+0
2025-02-13adjust derive_errorlcnr-16/+0
2025-02-09crashes: more testsMatthias Krüger-0/+202
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-1/+1
2025-02-07Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errorsMatthias Krüger-11/+0
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-1/+1
2025-02-06Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errorsMatthias Krüger-8/+0
2025-02-06fix tail call checks wrt `#[track_caller]`Waffle Lapkin-11/+0
2025-02-04Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnrMatthias Krüger-78/+0
2025-02-04Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errorsMatthias Krüger-9/+0
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-6/+0
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-0/+4
2025-02-03Fix ICE when function argument mismatches.Jason Newcomb-9/+0
2025-02-04Remove unnecessary layout assertions for object-safe receiversMichael Goulet-78/+0
2025-02-03Check Sizedness of return type in WFMichael Goulet-6/+0
2025-02-03Enable more tests on WindowsBen Kimock-0/+4
2025-02-01Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-deadMatthias Krüger-8/+0