about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2025-01-30Use proper type when applying deref adjustment in constMichael Goulet-8/+0
2025-01-30check the types in `ty::Value` to value conversionLukas Markeffsky-4/+0
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-6/+0
2025-01-27Rollup merge of #136072 - cyrgani:old-crash-tests, r=WaffleLapkinLeón Orell Valerian Liehr-0/+16
2025-01-27Add `TooGeneric` variant to `LayoutError` and emit `Unknown` oneFedericoBruzzone-11/+0
2025-01-25add two old crash testscyrgani-0/+16
2025-01-24add a regression testWaffle Lapkin-6/+0
2025-01-22Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl...Matthias Krüger-27/+0
2025-01-18Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obkMatthias Krüger-5/+0
2025-01-17Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726Matthias Krüger-14/+0
2025-01-17remove unnecessary assertion for reference erroryukang-5/+0
2025-01-14fix ICE with references to infinite structs in constsLukas Markeffsky-67/+0