| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -23/+14 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -12/+16 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -12/+12 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -2/+17 |
| 2024-03-06 | Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obk | bors | -14/+24 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -1/+0 |
| 2024-02-27 | when defining opaques, require the hidden type to be well-formed | lcnr | -14/+24 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -2/+2 |
| 2024-02-22 | do not use <: in subtyping overflow msg | lcnr | -2/+2 |
| 2024-02-22 | overflow errors: change source to a concrete enum | lcnr | -18/+9 |
| 2024-02-22 | freshen: resolve root vars | lcnr | -7/+32 |
| 2024-02-22 | remove `sub_relations` from infcx, recompute in diagnostics | lcnr | -10/+5 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -24/+24 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -15/+2 |
| 2024-01-13 | Bless tests | George-lewis | -0/+2 |
| 2024-01-11 | Keep error types around, even in obligations. | Oli Scherer | -15/+2 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -6/+99 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -24/+48 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -13/+22 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -21/+21 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -1/+1 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -24/+24 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -1/+1 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+1 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -2/+2 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -3/+3 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -2/+2 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+1 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -19/+81 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+0 |
| 2023-05-05 | Don't print backtrace on ICEs in `issue-86800.rs`. | Nicholas Nethercote | -19/+5 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -12/+14 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -12/+2 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -12/+12 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -4/+4 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+1 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 |
| 2023-01-27 | Bless tests. | Camille GILLOT | -2/+2 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -0/+39 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -2/+7 |
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -0/+39 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+1449 |