| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -11/+0 |
| 2024-06-03 | Mark all extraneous generic args as errors | Oli Scherer | -20/+0 |
| 2024-06-03 | Mark all missing generic args as errors | Oli Scherer | -41/+0 |
| 2024-06-03 | Fix ICE caused by ignoring EffectVars in type inference | Andrew Wock | -11/+0 |
| 2024-06-01 | check index `value <= 0xFFFF_FF00` | Luv-Ray | -4/+0 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -85/+28 |
| 2024-05-28 | Rollup merge of #125640 - fmease:plz-no-stringify, r=estebank | Jubilee | -7/+0 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -7/+0 |
| 2024-05-27 | remove fixed crashes, add fixed crashes to tests, add new cashed found in the... | Matthias Krüger | -49/+30 |
| 2024-05-27 | crashes: increment the number of tracked ones | Matthias Krüger | -0/+171 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -97/+0 |
| 2024-05-24 | Rollup merge of #125501 - compiler-errors:opaque-opaque-anon-ct, r=BoxyUwU | Matthias Krüger | -22/+0 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -22/+0 |
| 2024-05-24 | Add regression tests | Oli Scherer | -22/+0 |
| 2024-05-24 | Use regular type equating instead of a custom query | Oli Scherer | -6/+0 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -91/+0 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -10/+0 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -10/+0 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -7/+0 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -52/+0 |
| 2024-05-18 | crashes: add more | Matthias Krüger | -0/+126 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -8/+0 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -46/+0 |
| 2024-05-09 | update crashes | lcnr | -14/+0 |
| 2024-05-08 | Rollup merge of #124775 - matthiaskrgr:boom, r=jieyouxu | Matthias Krüger | -0/+148 |
| 2024-05-08 | Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er... | Matthias Krüger | -16/+0 |
| 2024-05-07 | Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er... | bors | -8/+0 |
| 2024-05-05 | crashes: add lastest batch of crash tests | Matthias Krüger | -0/+148 |
| 2024-05-04 | Lower never patterns to Unreachable in mir | Nadrieril | -12/+0 |
| 2024-05-03 | Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk | bors | -40/+0 |
| 2024-05-01 | Handle normalization failure in `struct_tail_erasing_lifetimes` | Gurinder Singh | -16/+0 |
| 2024-04-29 | Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -17/+0 |
| 2024-04-29 | Prohibit const prop of unions in `KnownPanicsLint` | Gurinder Singh | -17/+0 |
| 2024-04-28 | add test for https://github.com/rust-lang/rust/issues/109812 | Matthias Krüger | -0/+22 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -6/+0 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -6/+0 |
| 2024-04-26 | crashes: add more tests | Matthias Krüger | -0/+102 |
| 2024-04-25 | Add test | Michael Goulet | -5/+0 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -10/+0 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -17/+0 |
| 2024-04-22 | Do not ICE on `AnonConst`s in `diagnostic_hir_wf_check` | Gurinder Singh | -8/+0 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -17/+0 |
| 2024-04-21 | crashes: add a couple more ICE tests | Matthias Krüger | -0/+62 |
| 2024-04-21 | Make sure that the method resolution matches in note_source_of_type_mismatch_... | Michael Goulet | -52/+0 |
| 2024-04-20 | Remove no_core ICE test. | Camille GILLOT | -40/+0 |
| 2024-04-20 | Auto merge of #124176 - matthiaskrgr:tests_are_the_best, r=jieyouxu | bors | -0/+122 |
| 2024-04-19 | add more known-crashes tests | Matthias Krüger | -0/+122 |
| 2024-04-19 | Remove old ICE tests that no longer ICE (yay!) | Maybe Waffle | -24/+0 |
| 2024-04-19 | Auto merge of #124038 - matthiaskrgr:one_or_two_more_tests, r=jieyouxu | bors | -0/+297 |
| 2024-04-18 | crashes: add a couple more tests | Matthias Krüger | -0/+297 |