| Age | Commit message (Expand) | Author | Lines |
| 2024-06-29 | Move crash test. | Camille GILLOT | -9/+0 |
| 2024-06-29 | crashes: add more tests | Matthias Krüger | -0/+142 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -48/+0 |
| 2024-06-24 | Do not ICE when suggesting dereferencing closure arg | Esteban Küber | -46/+0 |
| 2024-06-23 | Change a fixed crash test to a standard test | Trevor Gross | -5/+0 |
| 2024-06-21 | bless tests | Deadbeef | -30/+0 |
| 2024-06-21 | Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwco | bors | -0/+4 |
| 2024-06-20 | Rollup merge of #126719 - nnethercote:fix-126521, r=oli-obk | Matthias Krüger | -11/+0 |
| 2024-06-19 | Give inlining bonuses to things that optimize out | Scott McMurray | -0/+4 |
| 2024-06-20 | Fix assertion failure for some `Expect` diagnostics. | Nicholas Nethercote | -11/+0 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -98/+0 |
| 2024-06-17 | Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgr | bors | -44/+0 |
| 2024-06-17 | Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoerister | Matthias Krüger | -15/+0 |
| 2024-06-17 | Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkov | Matthias Krüger | -29/+0 |
| 2024-06-17 | Auto merge of #126128 - oli-obk:method_ice, r=lcnr | bors | -11/+0 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -11/+0 |
| 2024-06-17 | Do not ICE in privacy when type inference fails. | Camille GILLOT | -15/+0 |
| 2024-06-17 | Convert a `span_bug` to a `span_delayed_bug`. | Nicholas Nethercote | -10/+0 |
| 2024-06-17 | mark undetermined if target binding in current ns is not got | bohan | -29/+0 |
| 2024-06-16 | more ice tests | Matthias Krüger | -0/+222 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -5/+0 |
| 2024-06-14 | Remove f16 const eval crash test | Trevor Gross | -5/+0 |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -60/+0 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -18/+0 |
| 2024-06-13 | Avoid follow-up errors on erroneous patterns | Oli Scherer | -42/+0 |
| 2024-06-13 | safe transmute: support `Variants::Single` enums | Jack Wrenn | -34/+0 |
| 2024-06-11 | Rollup merge of #126236 - Bryanskiy:delegation-no-entry-ice-2, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -4/+0 |
| 2024-06-10 | Delegation: fix ICE on recursive delegation | Bryanskiy | -4/+0 |
| 2024-06-10 | Delegation: fix ICE on late diagnostics | Bryanskiy | -6/+0 |
| 2024-06-09 | tests: add more crashes | Matthias Krüger | -0/+323 |
| 2024-06-06 | Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgr | bors | -29/+0 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -18/+0 |
| 2024-06-06 | Rollup merge of #126045 - olafes:master, r=compiler-errors | Matthias Krüger | -29/+0 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -18/+0 |
| 2024-06-05 | check_expr_struct_fields: taint context with errors if struct definition is m... | Olaf Siwiński | -29/+0 |
| 2024-06-05 | Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkov | Matthias Krüger | -37/+0 |
| 2024-06-04 | Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-dead | Michael Goulet | -11/+0 |
| 2024-06-04 | resolve: mark it undetermined if single import is not has any bindings | bohan | -37/+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-31 | Remove duplicative test. | Adrian Taylor | -9/+0 |
| 2024-05-31 | Adjust crash bug to still reproduce. | Adrian Taylor | -2/+2 |
| 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 |