| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-18 | The ICE in 121127 needs debuginfo | Scott McMurray | -1/+2 |
| 2024-04-18 | Auto merge of #124046 - matthiaskrgr:one_or_two_more_tests____some_on_top, r=... | bors | -0/+723 |
| 2024-04-18 | crashes: add even more tests?!? | Matthias Krüger | -0/+723 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -17/+0 |
| 2024-04-17 | Rollup merge of #123675 - oli-obk:static_wf_ice, r=compiler-errors | Guillaume Gomez | -17/+0 |
| 2024-04-16 | Taint const qualifs if a static is referenced that didn't pass wfcheck | Oli Scherer | -17/+0 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -12/+0 |
| 2024-04-15 | crash -> test | Michael Goulet | -10/+0 |
| 2024-04-15 | crashes: readme: add reminder to add Fixes #abcde to prs to automatically clo... | Matthias Krüger | -0/+7 |
| 2024-04-14 | crashes: limit a couple tests to only run on x86_64 and/or not on windows | Matthias Krüger | -10/+6 |