summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2024-10-12Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxuTrevor Gross-0/+32
2024-10-12Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnrMatthias Krüger-46/+0
2024-10-12add latest crash testsMatthias Krüger-0/+32
2024-10-11Don't assume traits used as type are trait objsVulnBandit-46/+0
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-70/+0
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-6/+6
2024-10-10Rollup merge of #131491 - lcnr:nalgebra-perrrrf, r=compiler-errorsMatthias Krüger-11/+0
2024-10-10impossible obligations check fast pathlcnr-11/+0
2024-10-10Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatchLeón Orell Valerian Liehr-6/+6
2024-10-09add more crash testsMatthias Krüger-0/+343
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-2/+2
2024-10-04Promote crash tests to ui.Camille GILLOT-35/+0
2024-10-03Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxuMatthias Krüger-5/+0
2024-10-03Rollup merge of #131112 - jswrenn:fix-130413, r=compiler-errorsMatthias Krüger-54/+0
2024-10-03Remove crashes, add commentMichael Goulet-54/+0
2024-10-03Avoid ICE in coverage builds with bad `#[coverage(..)]` attributesZalathar-5/+0
2024-10-02only query `params_in_repr` if def kind is adtbohan-5/+0
2024-10-01Remove crashes and fix testsMichael Goulet-70/+0
2024-09-29crashes: more testsMatthias Krüger-0/+89
2024-09-27Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukangMatthias Krüger-7/+0
2024-09-27Fix error span when arg to asm!() is a macro callGurinder Singh-7/+0
2024-09-27Rollup merge of #130879 - fmease:fix-diag-ice, r=compiler-errorsGuillaume Gomez-8/+0
2024-09-26Pass correct HirId to late_bound_vars in diagnostic codeLeón Orell Valerian Liehr-8/+0
2024-09-25Validate unsize coercion in MIR validationMichael Goulet-26/+0
2024-09-25Rollup merge of #130734 - Luv-Ray:fix_vfe, r=lcnrMatthias Krüger-13/+0
2024-09-23Revert "Add recursion limit to FFI safety lint"Michael Goulet-0/+15
2024-09-23fix ices on vfe about principal traitLuv-Ray-13/+0
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-1/+1
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-15/+0
2024-09-20Add recursion limit to FFI safety lintGurinder Singh-15/+0
2024-09-19Keep object-size-dependent tests failingJubilee Young-1/+1
2024-09-18more crash testsMatthias Krüger-0/+97
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-103/+0
2024-09-17get rid of an old hackLukas Markeffsky-33/+0
2024-09-16Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgrbors-27/+0
2024-09-16Avoid crashing on variadic functions when producing arg-mismatch errorsJesse Rusak-27/+0
2024-09-16Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgrbors-30/+0
2024-09-16Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxuMatthias Krüger-9/+0
2024-09-16Don't ICE when generating Fn shim for async closure with borrowck errorMichael Goulet-21/+0
2024-09-16Don't ICE when RPITIT captures more method args than trait definitionMichael Goulet-9/+0
2024-09-16Do precise capturing arg validation in resolveMichael Goulet-5/+0
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-74/+4
2024-09-15tests: more ice testsMatthias Krüger-0/+93
2024-09-15Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errorsMatthias Krüger-22/+0
2024-09-14Correctly account for niche-optimized tagsBen Kimock-22/+0
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-0/+11
2024-09-13When calling a method on Fn* traits explicitly, argument diagnostics shouldJesse Rusak-5/+0
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-0/+67
2024-09-10turn errors that should be impossible due to our static checks into ICEsRalf Jung-0/+11
2024-09-08Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...bors-7/+0