| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -19/+4 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -2/+2 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -0/+11 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -5/+12 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -1/+1 |
| 2024-01-31 | Remove a has_errors check that only hides errors after unrelated items have e... | Oli Scherer | -5/+12 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -10/+10 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -8/+9 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -3/+3 |
| 2024-01-17 | Eagerly instantiate closure ty | Michael Goulet | -3/+3 |
| 2024-01-13 | Bless tests | George-lewis | -261/+359 |
| 2024-01-07 | update ui tests | Gray Olson | -1/+1 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -2/+2 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -1/+1 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -40/+3 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -10/+10 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -10/+10 |
| 2024-01-01 | Deny defaults for higher-ranked generic parameters | León Orell Valerian Liehr | -38/+0 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -4/+4 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -0/+28 |
| 2023-12-19 | rename to verbose-internals | jyn | -4/+4 |
| 2023-12-18 | Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkin | bors | -0/+27 |
| 2023-12-18 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -0/+27 |