about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2024-11-07Auto merge of #132710 - matthiaskrgr:padautz, r=jieyouxubors-0/+94
2024-11-06more crash testsMatthias Krüger-0/+94
2024-11-06add note not to re-report crashes from `crashes` testsMatthias Krüger-1/+3
2024-11-03Yeet effects featureMichael Goulet-3/+3
2024-11-02add and update some crashtestscyrgani-12/+28
2024-10-30Promote test.Camille GILLOT-7/+0
2024-10-30Promote crashes tests to ui.Camille GILLOT-19/+0
2024-10-29Delete `tests/crashes/23707.rs` because it's flaky许杰友 Jieyou Xu (Joe)-109/+0
2024-10-27Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errorsMatthias Krüger-20/+0
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-20/+0
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-0/+41
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-41/+0
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-41/+0
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-29/+0
2024-10-24Implement const effect predicate in new solverMichael Goulet-29/+0
2024-10-24Consider param-env candidates even if they have errorsMichael Goulet-87/+0
2024-10-20Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxuMatthias Krüger-0/+76
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-47/+0
2024-10-20add latest crash testsMatthias Krüger-0/+76
2024-10-18Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar许杰友 Jieyou Xu (Joe)-19/+0
2024-10-18Dont ICE when computing coverage of synthetic async closure bodyMichael Goulet-19/+0
2024-10-15Don't check unsize goal in MIR validation when opaques remainMichael Goulet-10/+0
2024-10-15rebase and update fixed `crashes`lcnr-67/+0
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