| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -1/+0 |
| 2024-03-08 | Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obk | bors | -2/+27 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -7/+38 |
| 2024-03-06 | Check that return type is WF in typeck | Gurinder Singh | -2/+27 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -12/+2 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -79/+79 |
| 2024-02-14 | Use the correct char type on all platforms | Oli Scherer | -9/+8 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+13 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -2/+27 |
| 2024-02-07 | Update tests | r0cky | -1/+11 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -12/+12 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -12/+12 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -2/+2 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -1/+1 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -17/+5 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -17/+5 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -1/+1 |
| 2024-01-24 | Remove extra # from url | est31 | -2/+2 |
| 2024-01-21 | Suggest arry::from_fn for array initialization | yukang | -0/+4 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -34/+7 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -2/+43 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -10/+10 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -44/+44 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -1/+1 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -3/+12 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+4 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -3/+12 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -17/+27 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+5 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -3/+3 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -2/+11 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -11/+2 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -5/+1 |
| 2023-07-18 | added links as a note | nxya | -1/+1 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -1/+1 |
| 2023-07-18 | added links as a note | nxya | -1/+6 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -1/+1 |
| 2023-07-13 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -11/+2 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -1/+1 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-06-27 | Don't sort strings right after we just sorted by types | Michael Goulet | -6/+6 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -46/+47 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -2/+11 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -45/+35 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -45/+35 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+1 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -4/+0 |