| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-21 | Bless UI tests | Jules Bertholet | -0/+2 | |
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -41/+14 | |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -25/+33 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -2/+3 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+3 | |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -47/+47 | |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -48/+38 | |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -0/+22 | |
| and remove the feature gate that silenced the lint | ||||
| 2024-07-05 | Use verbose suggestion for changing arg type | Esteban Küber | -4/+5 | |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -19/+19 | |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -8/+8 | |
| 2024-02-22 | Fix rebase | Esteban Küber | -0/+2 | |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -46/+40 | |
| This helps iron out a difference between Sub and Equate | ||||
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -41/+104 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+3 | |
| Update tests | ||||
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -37/+111 | |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -13/+13 | |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -45/+27 | |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -39/+39 | |
| Fix #80476. | ||||
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -49/+49 | |
| 2023-02-22 | pluralize stuff | Michael Goulet | -39/+39 | |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -16/+16 | |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+316 | |
