about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Expand)AuthorLines
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
2024-06-10Delegation: fix ICE on recursive delegationBryanskiy-4/+0
2024-06-10Delegation: fix ICE on late diagnosticsBryanskiy-6/+0
2024-06-09tests: add more crashesMatthias Krüger-0/+323
2024-06-06Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgrbors-29/+0
2024-06-06Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnrbors-18/+0
2024-06-06Rollup merge of #126045 - olafes:master, r=compiler-errorsMatthias Krüger-29/+0
2024-06-05Bless tests and handle tests/crashesBoxy-18/+0
2024-06-05check_expr_struct_fields: taint context with errors if struct definition is m...Olaf Siwiński-29/+0
2024-06-05Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkovMatthias Krüger-37/+0
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-11/+0
2024-06-04resolve: mark it undetermined if single import is not has any bindingsbohan-37/+0
2024-06-03Mark all extraneous generic args as errorsOli Scherer-20/+0
2024-06-03Mark all missing generic args as errorsOli Scherer-41/+0
2024-06-03Fix ICE caused by ignoring EffectVars in type inferenceAndrew Wock-11/+0
2024-06-01check index `value <= 0xFFFF_FF00`Luv-Ray-4/+0
2024-05-31Remove duplicative test.Adrian Taylor-9/+0
2024-05-31Adjust crash bug to still reproduce.Adrian Taylor-2/+2
2024-05-29Partially implement `ConstArgHasType`Boxy-85/+28
2024-05-28Rollup merge of #125640 - fmease:plz-no-stringify, r=estebankJubilee-7/+0
2024-05-28Don't suggest turning non-char-literal exprs of ty `char` into string literalsLeón Orell Valerian Liehr-7/+0
2024-05-27remove fixed crashes, add fixed crashes to tests, add new cashed found in the...Matthias Krüger-49/+30
2024-05-27crashes: increment the number of tracked onesMatthias Krüger-0/+171