about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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-05fix issue 132391Folkert de Vries-8/+0
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
2024-11-29Fix tests that rely on LLVM IR verificationNikita Popov-10/+1
2024-11-28Rollup merge of #133368 - compiler-errors:codegen-select-unconstrained-params...Guillaume Gomez-18/+0
2024-11-27Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errorsMatthias Krüger-15/+0
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-1/+1
2024-11-26update crasheslcnr-15/+0
2024-11-24Simplify array length mismatch error reportingMichael Goulet-21/+0
2024-11-23Dont create trait object if it has errors in itMichael Goulet-1/+1
2024-11-23Delay a bug when encountering an impl with unconstrained generics in codegen_...Michael Goulet-18/+0
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-127/+1
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-127/+1
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-24/+0
2024-11-19Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgrbors-0/+23