| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Don't ICE when auto trait has assoc ty in old solver | Michael Goulet | -23/+0 |
| 2024-07-24 | Don't use global caches if opaques can be defined | Oli Scherer | -27/+0 |
| 2024-07-22 | Rollup merge of #128036 - matthiaskrgr:ccrashes, r=jieyouxu | Trevor Gross | -0/+144 |
| 2024-07-21 | Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwU | Jubilee | -11/+0 |
| 2024-07-21 | add more tests | Matthias Krüger | -0/+144 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -25/+0 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -11/+0 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -0/+11 |
| 2024-07-18 | Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnr | bors | -11/+2 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -25/+0 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -0/+11 |
| 2024-07-15 | Make sure trait def ids match before zipping args in note_function_argument_o... | Michael Goulet | -20/+0 |
| 2024-07-11 | Avoid follow-up errors and ICEs after missing lifetime errors on data structures | Oli Scherer | -130/+0 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -8/+0 |
| 2024-07-07 | Rollup merge of #127409 - gurry:127332-ice-with-expr-not-struct, r=oli-obk | Matthias Krüger | -9/+0 |
| 2024-07-07 | Move a span_bug under a condition that cx is tainted | Gurinder Singh | -9/+0 |
| 2024-07-06 | Don't try to label ObligationCauseCode::CompareImplItem for an RPITIT, since ... | Michael Goulet | -24/+0 |
| 2024-07-04 | crashes: add latest | Matthias Krüger | -0/+204 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -0/+1 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -9/+0 |
| 2024-06-30 | Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxu | bors | -0/+142 |
| 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 |