| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -0/+27 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -4/+5 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -1/+3 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -16/+0 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -239/+239 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -2/+2 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -239/+239 |
| 2024-11-02 | Fix closure arg extraction in extract_callable_info | Michael Goulet | -0/+27 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -10/+10 |
| 2024-10-14 | `rt::Argument`: elide lifetimes | Lieselotte | -1/+1 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -4/+2 |
| 2024-09-26 | Pass correct HirId to late_bound_vars in diagnostic code | León Orell Valerian Liehr | -1/+53 |
| 2024-08-28 | Don't suggest adding return type for closures with default return type | Wafarm | -5/+0 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -2/+2 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -2/+5 |
| 2024-08-10 | Update tests | Nadrieril | -2/+1 |
| 2024-07-22 | Note closure captures when reporting deferred cast to fn ptr failed | Michael Goulet | -0/+6 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -2/+9 |
| 2024-07-12 | Gate the type length limit check behind a nightly flag | Michael Goulet | -12/+1 |
| 2024-07-04 | More accurate mutability suggestion | Esteban Küber | -11/+20 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+12 |
| 2024-07-02 | Re-implement a type-size based limit | Michael Goulet | -2/+12 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -2/+2 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -3/+3 |
| 2024-06-10 | Make suggestion to change `Fn` to `FnMut` work with methods well | Gurinder Singh | -0/+57 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -2/+2 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -27/+2 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -0/+3 |
| 2024-05-03 | turn pointer_structural_match into a hard error | Ralf Jung | -27/+2 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -3/+84 |
| 2024-04-21 | Move some tests | Caio | -0/+40 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -12/+5 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -0/+48 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -2/+2 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -0/+48 |
| 2024-03-31 | Move some tests | Caio | -0/+18 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -1/+1 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -1/+2 |
| 2024-02-27 | when defining opaques, require the hidden type to be well-formed | lcnr | -5/+5 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -12/+0 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -263/+263 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -1/+18 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -1/+18 |
| 2024-02-13 | Move tests | Caio | -0/+13 |
| 2024-02-13 | Unmark the feature gate as incomplete | Nadrieril | -12/+0 |
| 2024-02-08 | Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+15 |
| 2024-02-08 | Test `min_exhaustive_patterns` in more cases | Nadrieril | -1/+15 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -4/+14 |
| 2024-02-06 | Rollup merge of #120423 - RalfJung:indirect-structural-match, r=petrochenkov | Matthias Krüger | -1/+12 |