about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
2024-07-24Don't ICE when auto trait has assoc ty in old solverMichael Goulet-23/+0
2024-07-24Don't use global caches if opaques can be definedOli Scherer-27/+0
2024-07-22Rollup merge of #128036 - matthiaskrgr:ccrashes, r=jieyouxuTrevor Gross-0/+144
2024-07-21Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwUJubilee-11/+0
2024-07-21add more testsMatthias Krüger-0/+144
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-25/+0
2024-07-20Just totally fully deny late-bound constsMichael Goulet-11/+0
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-0/+11
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-11/+2
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-25/+0
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-0/+11
2024-07-15Make sure trait def ids match before zipping args in note_function_argument_o...Michael Goulet-20/+0
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-130/+0
2024-07-11report pat no field error no recoverd struct variantyukang-8/+0
2024-07-07Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obkMatthias Krüger-9/+0
2024-07-07Move a span_bug under a condition that cx is taintedGurinder Singh-9/+0
2024-07-06Don't try to label ObligationCauseCode::CompareImplItem for an RPITIT, since ...Michael Goulet-24/+0
2024-07-04crashes: add latestMatthias Krüger-0/+204
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-1/+1
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-0/+1
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-9/+0
2024-06-30Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxubors-0/+142
2024-06-29Move crash test.Camille GILLOT-9/+0
2024-06-29crashes: add more testsMatthias Krüger-0/+142
2024-06-28Change RTN to use .. againMichael Goulet-1/+1
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-48/+0
2024-06-24Do not ICE when suggesting dereferencing closure argEsteban Küber-46/+0
2024-06-23Change a fixed crash test to a standard testTrevor Gross-5/+0
2024-06-21bless testsDeadbeef-30/+0
2024-06-21Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwcobors-0/+4
2024-06-20Rollup merge of #126719 - nnethercote:fix-126521, r=oli-obkMatthias Krüger-11/+0
2024-06-19Give inlining bonuses to things that optimize outScott McMurray-0/+4
2024-06-20Fix assertion failure for some `Expect` diagnostics.Nicholas Nethercote-11/+0
2024-06-19Taint infcx when reporting errorsOli Scherer-98/+0
2024-06-17Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgrbors-44/+0
2024-06-17Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoeristerMatthias Krüger-15/+0
2024-06-17Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkovMatthias Krüger-29/+0
2024-06-17Auto merge of #126128 - oli-obk:method_ice, r=lcnrbors-11/+0
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-11/+0
2024-06-17Do not ICE in privacy when type inference fails.Camille GILLOT-15/+0
2024-06-17Convert a `span_bug` to a `span_delayed_bug`.Nicholas Nethercote-10/+0
2024-06-17mark undetermined if target binding in current ns is not gotbohan-29/+0
2024-06-16more ice testsMatthias Krüger-0/+222
2024-06-15Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJungMatthias Krüger-5/+0
2024-06-14Remove f16 const eval crash testTrevor Gross-5/+0
2024-06-14Rollup merge of #126320 - oli-obk:pat_ice, r=lcnrMatthias Krüger-60/+0
2024-06-13Replace some `Option<Diag>` with `Result<(), Diag>`Oli Scherer-18/+0
2024-06-13Avoid follow-up errors on erroneous patternsOli Scherer-42/+0
2024-06-13safe transmute: support `Variants::Single` enumsJack Wrenn-34/+0
2024-06-11Rollup merge of #126236 - Bryanskiy:delegation-no-entry-ice-2, r=petrochenkov许杰友 Jieyou Xu (Joe)-4/+0