summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2024-12-14Add a regression test for #134162许杰友 Jieyou Xu (Joe)-8/+0
2024-12-14Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkovMatthias Krüger-5/+0
2024-12-14Rollup merge of #134236 - matthiaskrgr:tests12122024, r=compiler-errorsMatthias Krüger-0/+122
2024-12-13Use a more precise span in placeholder_type_error_diagArthur Carcano-5/+0
2024-12-12crashes: more tests v2Matthias Krüger-0/+122
2024-12-12crashes: more testsMatthias Krüger-0/+113
2024-12-12Auto merge of #132789 - matthiaskrgr:debug_tests, r=jieyouxubors-0/+146
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-11/+0
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-11/+0
2024-12-09dataflow_const_prop: do not eval a ptr address in SwitchIntDianQK-16/+0
2024-12-09Rollup merge of #134036 - matthiaskrgr:opppt, r=saethlinMatthias Krüger-7/+7
2024-12-08crash tests: use individual mir opts instead of mir-opt-level where easily po...Matthias Krüger-7/+7
2024-12-08add some debug-assertion crash testsMatthias Krüger-0/+146
2024-12-08crashes: add test for #131451Matthias Krüger-0/+9
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-4/+0
2024-12-06Remove polymorphizationBen Kimock-93/+0
2024-12-06Silence follow-up errors from `lit_to_const`Oli Scherer-4/+0
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-43/+0
2024-12-03Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726Matthias Krüger-13/+0
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-30/+0
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-13/+0
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-15/+0
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-2/+2
2024-12-02Structurally resolve in probe_adtMichael Goulet-15/+0
2024-12-02Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errorsGuillaume Gomez-4/+0
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-20/+4
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-2/+2
2024-12-01Fix #128346Caio-13/+0
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-4/+0
2024-12-01fix safe-transmute handling of enumsRalf Jung-30/+0
2024-12-01Auto merge of #133694 - matthiaskrgr:rollup-s6xj4rf, r=matthiaskrgrbors-12/+0
2024-12-01Rollup merge of #133660 - compiler-errors:trait-obj-missing-assoc, r=lcnrMatthias Krüger-12/+0
2024-12-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-10/+1
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-12/+0
2024-11-30Make compare_impl_item into a queryMichael Goulet-191/+0