about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+23
2024-11-18interpret: do not ICE when a promoted fails with OOMRalf Jung-4/+0
2024-11-16Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillotMatthias Krüger-20/+0
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-19/+0
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-23/+0
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-13/+0
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-23/+0
2024-11-10Deny capturing late-bound ty/ct params in nested opaquesMichael Goulet-20/+0
2024-11-10Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errorsbors-49/+8
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-05Check for both `StmtKind::MacCall` and `ExprKind::MacCall`Boxy-13/+0
2024-11-03Yeet effects featureMichael Goulet-3/+3
2024-11-02add and update some crashtestscyrgani-12/+28
2024-11-01Emit warning when calling/declaring functions with unavailable vectors.Luca Versari-49/+8
2024-10-30Promote test.Camille GILLOT-7/+0