| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -3/+3 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -3/+3 |
| 2025-07-10 | Check assoc consts and tys later like assoc fns | Mu001999 | -0/+44 |
| 2025-06-30 | Use predicate spans instead of whole item spans | Oli Scherer | -4/+8 |
| 2025-06-26 | Move an ACE test out of the GCI directory | León Orell Valerian Liehr | -0/+17 |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -1/+1 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -3/+3 |
| 2025-05-21 | lower bodies' params to thir before the body's value | dianne | -9/+9 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -6/+7 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 |
| 2025-04-04 | Apply `Recovery::Forbidden` when reparsing pasted macro fragments. | Nicholas Nethercote | -25/+10 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -7/+34 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -4/+63 |
| 2025-02-21 | Make sure we don't overrun the stack in canonicalizer | Michael Goulet | -4/+63 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -7/+34 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -6/+4 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -13/+30 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -4/+6 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -9/+9 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -2/+2 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -10/+12 |
| 2024-12-22 | Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-9377... | DianQK | -3/+3 |
| 2024-12-16 | Disable `tests\ui\associated-consts\issue-93775.rs` on windows msvc | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-06 | Hide errors whose suggestions would contain error constants or types | Oli Scherer | -6/+0 |
| 2024-12-06 | Silence follow-up errors from `lit_to_const` | Oli Scherer | -2/+2 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -12/+12 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -8/+19 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -0/+20 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -1/+10 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -1/+1 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -4/+32 |
| 2024-07-18 | avoid creating an Instance only to immediately disassemble it again | Ralf Jung | -17/+35 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -4/+6 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -0/+59 |
| 2024-06-14 | Resolve elided lifetimes in assoc const to static if no other lifetimes are i... | Michael Goulet | -69/+4 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -8/+8 |
| 2024-05-13 | Apply nits | Michael Goulet | -36/+6 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -0/+9 |
| 2024-03-27 | Sort method suggestions by `DefPath` instead of `DefId` | Oli Scherer | -6/+6 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -6/+61 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -12/+1 |
| 2024-03-13 | Reject escaping bound vars in the type of assoc const bindings | León Orell Valerian Liehr | -0/+99 |
| 2024-03-13 | Reject early-bound params in the type of assoc const bindings | León Orell Valerian Liehr | -0/+131 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -6/+26 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+12 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -12/+1 |
| 2024-03-01 | Never say "`Trait` is implemented for `{type error}`" | Esteban Küber | -2/+0 |
| 2024-02-29 | Expose `Freeze` trait again | Oli Scherer | -0/+12 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -25/+29 |