| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-18 | Propagate the resolved type of assoc const bindings via query feeding | León Orell Valerian Liehr | -6/+26 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -1/+9 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -40/+40 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -5/+90 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -3/+10 |
| 2024-02-07 | Update tests | r0cky | -2/+13 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -3/+10 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -1/+1 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -10/+3 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -15/+0 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -15/+0 |
| 2024-01-13 | Bless tests | George-lewis | -0/+4 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -1/+3 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -2/+2 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -47/+134 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -22/+22 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -3/+10 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -92/+26 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -5/+3 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+1 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+1 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -1/+1 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -3/+3 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -6/+46 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+16 |
| 2023-09-01 | Fall through when resolving elided assoc const lifetimes | Michael Goulet | -0/+59 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+2 |