about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2025-01-12Remove solved crashesShunpoco-27/+0
2025-01-12add more crash testsMatthias Krüger-0/+56
2025-01-12remove location-insensitive ICE testRémy Rakic-14/+0
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-16/+0
2025-01-04crashes: add latest batch of testsMatthias Krüger-0/+184
2025-01-04Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obkbors-81/+0
2025-01-03Do not project when there are unconstrained impl paramsMichael Goulet-81/+0
2025-01-02taint fcx on selection errors during unsizingLukas Markeffsky-13/+0
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-9/+0
2024-12-29Auto merge of #134627 - estebank:issue-133252, r=jackh726bors-43/+0
2024-12-27Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726Matthias Krüger-23/+0
2024-12-26Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukangJacob Pratt-13/+0
2024-12-26Make ty::Error implement auto traitsMichael Goulet-23/+0
2024-12-21Don't ICE on illegal dyn* castsMichael Goulet-9/+0
2024-12-21Avoid ICE in borrowckEsteban Küber-43/+0
2024-12-19Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxuMatthias Krüger-5/+0
2024-12-19Remove a duplicated check that doesn't do anything anymore.Oli Scherer-5/+0
2024-12-19Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726bors-6/+0
2024-12-18add testslcnr-33/+0
2024-12-18fix crasheslcnr-6/+0
2024-12-15crashes: more testsMatthias Krüger-0/+176