| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -8/+8 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -4/+6 | |
| ``` 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-10 | Rudimentary heuristic to insert parentheses when needed for RPIT ↵ | Michael Goulet | -1/+20 | |
| overcaptures lint | ||||
| 2024-11-11 | Recurse into APITs in impl_trait_overcaptures | Michael Goulet | -16/+35 | |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -1/+49 | |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -6/+14 | |
| The `impl_trait_overcaptures` lint is part of the migration to Rust 2024 and the Lifetime Capture Rules 2024. Now that we've stabilized precise capturing (RFC 3617), let's tie this lint to the `rust_2024_compatibility` lint group. | ||||
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -9/+9 | |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -8/+8 | |
| 2024-05-13 | And finally add tests | Michael Goulet | -0/+75 | |
