about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2024-09-07Rollup merge of #129869 - cyrgani:master, r=Mark-SimulacrumMatthias Krüger-0/+80
2024-09-06Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errorsbors-67/+0
2024-09-05rebase and update fixed `crashes`lcnr-67/+0
2024-09-04propagate `tainted_by_errors` in `MirBorrowckCtxt::emit_errors`Folkert de Vries-21/+0
2024-09-01add a few more crashtestscyrgani-0/+80
2024-09-01Rollup merge of #129780 - cyrgani:master, r=compiler-errorsMatthias Krüger-0/+77
2024-08-30add crashtests for several old unfixed ICEscyrgani-0/+77
2024-08-30couple more crash testsMatthias Krüger-0/+54
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-10/+10
2024-08-26Remove crashes from type_of on resolution that doesn't have a type_ofMichael Goulet-17/+0
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-11/+1
2024-08-23Return earlier in some cases in `collect_token`.Nicholas Nethercote-7/+0
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-11/+1
2024-08-19crashes: more testsMatthias Krüger-0/+98
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-25/+0
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-25/+0