# | Need triage | Wait for | Title | Author | Assignee | Labels | Updated at |
---|---|---|---|---|---|---|---|
11789 | 155 days | [WIP] New lint `manual_checked_op` | Jarcho | Centri3 | S-blocked | 2024-06-30 | |
12539 | 152 days | declanvk | Add lint which checks that duration conversion aren't losing precision | declanvk | blyxyas | S-waiting-on-author | 2024-07-04 |
13063 | 139 days | llogiq | Rework `empty_with_brackets` | Jarcho | llogiq | S-waiting-on-review | 2024-07-17 |
12960 | 139 days | grtn316 | Resolve duplicate diag message for: tests/ui/renamed_builtin_attr.rs | grtn316 | Alexendoo | S-waiting-on-author | 2024-07-17 |
12862 | 138 days | GuillaumeGomez | Add new `invalid_build_cfg` lint | GuillaumeGomez | y21 | S-waiting-on-author | 2024-07-18 |
12464 | 138 days | Jacherr | new lint: `unnecessary_indexing` | Jacherr | Alexendoo | S-waiting-on-author | 2024-07-18 |
11581 | 135 days | sjwang05 | Add lint `manual_option_folding` | sjwang05 | xFrednet | S-waiting-on-author | 2024-07-21 |
11909 | 133 days | KisaragiEffective | [WIP] unnecessary_cast: append suffix on `(literal as ty).method(args)` | KisaragiEffective | y21 | S-waiting-on-author | 2024-07-23 |
11419 | 133 days | kiscad | fix: needless_range_loop's FP on the `Field` expr | kiscad | llogiq | S-waiting-on-author | 2024-07-23 |
12611 | 133 days | xFrednet | Make `single_range_in_vec_init` ignore type annotations, fn arguments and `ExprField`s | matzemathics | xFrednet | S-waiting-on-review | 2024-07-23 |
13192 | 125 days | dswij | feat: lint against transmute int to ptr | csmoe | dswij | S-waiting-on-review | 2024-07-31 |
11421 | 122 days | GuillaumeGomez | Make UI test annotations mandatory | GuillaumeGomez | Manishearth | S-waiting-on-author | 2024-08-03 |
12832 | 122 days | mira-eanda | Add new lints: `manual_and` and `manual_or` | mira-eanda | Alexendoo | S-waiting-on-author | 2024-08-03 |
12571 | 122 days | stepantubanov | Add conf to disable `disallowed_types` in macros | stepantubanov | xFrednet | S-waiting-on-author | 2024-08-03 |
13084 | 119 days | xFrednet | Make extendable configs easier to add | Jarcho | xFrednet | S-waiting-on-review | 2024-08-06 |
8526 | 100 days | xFrednet | Add lint `could_be_unsized` | Jarcho | xFrednet | S-waiting-on-review | 2024-08-25 |
13240 | 98 days | dswij | new lint: add `call_missing_target_feature` lint | folkertdev | dswij | S-waiting-on-review | 2024-08-26 |
12980 | 91 days | Jarcho | Rework the suspicious formatting lints. | Jarcho | Alexendoo | S-waiting-on-author | 2024-09-03 |
13223 | 90 days | y21 | Move internal lints to their own crate | Jarcho | y21 | S-waiting-on-review | 2024-09-04 |
12971 | 86 days | ARandomDev99 | `empty_enum_variants_with_brackets`: Do not lint reachable enums and enum variants used as functions in the same crate | ARandomDev99 | xFrednet | S-waiting-on-author | 2024-09-08 |
12981 | 84 days | flip1995 | new lint: and_then_then_some | lolbinarycat | flip1995 | S-waiting-on-review | 2024-09-09 |
13251 | 75 days | Jarcho | New lint for `as *const _` and `as *mut _` pointer casts | Soveu | Jarcho | S-waiting-on-review | 2024-09-19 |
13388 | 72 days | Centri3 | Implement a lint for RefCell<impl Copy> | GnomedDev | Centri3 | S-waiting-on-review | 2024-09-22 |
12712 | 71 days | J-ZhengLi | make [`manual_map`] ignore types that contain `dyn` | J-ZhengLi | Alexendoo | S-waiting-on-author | 2024-09-22 |
13266 | 71 days | Manishearth | remove `deduplicate-diagnostics=no` in `suspicious_operation_groupings.stderr` | kyoto7250 | Manishearth | S-waiting-on-review | 2024-09-22 |
13333 | 71 days | xFrednet | Replace `assert!(a==b)` with `assert_eq!(a,b)` as part of `bool_assert_comparison` lint | nyurik | xFrednet | S-waiting-on-review | 2024-09-22 |
11463 | 69 days | tom-anders | WIP New lint: borrowed_option | tom-anders | Alexendoo | S-waiting-on-author | 2024-09-25 |
13304 | 65 days | Alexendoo | Add new lint `stacked_if_match` | promptkp | Alexendoo | S-waiting-on-review | 2024-09-29 |
13319 | 63 days | Jarcho | Make `trivial-copy-size-limit` target independent | Alexendoo | Jarcho | S-waiting-on-review | 2024-10-01 |
13398 | 63 days | Alexendoo | Initial impl of `repr_packed_without_abi` | lukaslueg | Alexendoo | S-waiting-on-review | 2024-10-01 |
13331 | 51 days | Jarcho | Add [`manual_ilog2`] lint | Sour1emon | Jarcho | S-waiting-on-review | 2024-10-13 |
12471 | 48 days | Jarcho | Avoid reported unsoundness for implied lifetime bounds | YpeKingma | Jarcho | S-waiting-on-review | 2024-10-16 |
13128 | 46 days | Alexendoo | Skip `use_self` inside macro expansions of a `impl Self` block | tesuji | Alexendoo | S-waiting-on-review | 2024-10-18 |
13592 | 38 days | Jarcho | Move `large_stack_frames` to suspicious | y21 | Jarcho | S-waiting-on-review | 2024-10-26 |
11948 | 37 days | Jarcho | `float_cmp` changes | Jarcho | xFrednet | S-waiting-on-author | 2024-10-26 |
9461 | 36 days | matthiaskrgr | BREAKING CHANGE fix running path/to/cargo-clippy --fix | matthiaskrgr | flip1995 | S-blocked, S-waiting-on-author, S-final-comment-period | 2024-10-27 |
13598 | 31 days | Alexendoo | new lint: `unnecessary_box_pin` | y21 | Alexendoo | S-waiting-on-review | 2024-11-02 |
13565 | 31 days | Alexendoo | Add lint for functions which never return | GnomedDev | Alexendoo | S-waiting-on-review | 2024-11-02 |
13207 | 31 days | llogiq | Rewrite `non_copy_const` | Jarcho | llogiq | S-waiting-on-review | 2024-11-02 |
13579 | 28 days | kayagokalp | Add `test_without_fail_case` lint to check if a test actually has a way to fail or not | kayagokalp | blyxyas | S-waiting-on-author | 2024-11-04 |
12550 | 25 days | Jarcho | Remove `is_normalizable` | Jarcho | y21 | S-waiting-on-author | 2024-11-07 |
13501 | 25 days | flip1995 | Add a "more granular lint groups" page to the book | y21 | flip1995 | S-waiting-on-review | 2024-11-07 |
13609 | 25 days | xFrednet | Fix `manual_inspect` to consider mutability | SpriteOvO | xFrednet | S-waiting-on-review | 2024-11-07 |
13664 | 25 days | Alexendoo | Add lint for publically constructable `Unsafe` types | GnomedDev | Alexendoo | S-waiting-on-review | 2024-11-08 |
13618 | 23 days | Alexendoo | Add start of GUI tests for clippy lints page | GuillaumeGomez | Alexendoo | S-waiting-on-review | 2024-11-09 |
13038 | 22 days | berkus | fix: Do not warn tests outside a module for integration tests | berkus | Alexendoo | S-waiting-on-author | 2024-11-11 |
13595 | 20 days | xFrednet | Implement a lint for `.clone().into_iter()` | GnomedDev | xFrednet | S-waiting-on-review | 2024-11-13 |
13662 | 20 days | llogiq | new lint: use_crate_prefix_for_self_imports | lengyijun | llogiq | S-waiting-on-review | 2024-11-13 |
13684 | 19 days | Centri3 | allow needless_option_take to report for more cases | ericwu17 | Centri3 | S-waiting-on-review | 2024-11-14 |
13474 | 18 days | Jarcho | Add `clippy::result_as_ref_deref` lint | aleksanderkrauze | Jarcho | S-waiting-on-review | 2024-11-15 |
13557 | 17 days | dswij | Implement a ReturnVisitor | GnomedDev | dswij | S-waiting-on-review | 2024-11-15 |
13655 | 17 days | Jarcho | Expand unnecessary_literal_bound to literal arrays and slices | GnomedDev | Jarcho | S-waiting-on-review | 2024-11-15 |
13245 | 17 days | y21 | show message with try block in `map_unwrap_or` | kyoto7250 | y21 | S-waiting-on-review | 2024-11-15 |
13254 | 17 days | y21 | use `diag.span_help` if the target is multiline in `map_unwrap_or` | kyoto7250 | y21 | S-waiting-on-review | 2024-11-15 |
12759 | 15 days | Josh preparations | flip1995 | S-waiting-on-review | 2024-11-17 | ||
13710 | 13 days | dswij | New lint: `redundant_test_prefix` | farazdagi | dswij | S-waiting-on-review | 2024-11-19 |
13059 | 13 days | DavidHusicka | changelog: new lint: [`split_with_space`] | DavidHusicka | y21 | S-waiting-on-author | 2024-11-20 |
13638 | 13 days | y21 | Add new `include_file_outside_project` lint | GuillaumeGomez | y21 | S-waiting-on-review | 2024-11-20 |
12876 | 11 days | xFrednet | new lint: `doc_comment_double_space_linebreak` | Jacherr | xFrednet | S-waiting-on-review | 2024-11-21 |
13658 | 11 days | y21 | Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint into early lints | GuillaumeGomez | y21 | S-waiting-on-review | 2024-11-21 |
13696 | 11 days | Jarcho | Add lint for broken doc links | maxcnunes | Jarcho | S-waiting-on-review | 2024-11-21 |
13603 | 7 days | blyxyas | New lint truncate_with_drain | Kither12 | blyxyas | S-waiting-on-review | 2024-11-25 |
13731 | 7 days | Manishearth | `clippy_utils`: Make `sym_helper` module private | BD103 | Manishearth | S-waiting-on-review | 2024-11-26 |
13738 | 6 days | Alexendoo | add lint: `could_be_assoc_type_bounds` | y21 | Alexendoo | S-waiting-on-review | 2024-11-26 |
13669 | 6 days | Centri3 | Two improvements to `disallowed_*` | smoelius | Centri3 | S-waiting-on-review | 2024-11-27 |
13689 | 5 days | Jarcho | update `borrow_as_ptr` to suggest `&raw` syntax | cyrgani | Jarcho | S-waiting-on-review | 2024-11-28 |
13737 | 5 days | y21 | Make `inconsistent_struct_constructor` "all fields are shorthand" requirement configurable | smoelius | y21 | S-waiting-on-review | 2024-11-28 |
13747 | 4 days | Centri3 | `clippy::redundant_locals` is not a correctness lint | hrxi | Centri3 | S-waiting-on-review | 2024-11-28 |
12762 | 4 days | flip1995 | Update book for backport, release and sync | flip1995 | xFrednet | S-waiting-on-author | 2024-11-29 |
13732 | 3 days | llogiq | Move top-level files to `mod.rs` when applicable | BD103 | llogiq | S-waiting-on-review | 2024-11-29 |
13762 | 2 days | Alexendoo | Better help message for comparison_chain lint | samueltardieu | Alexendoo | S-waiting-on-review | 2024-11-30 |
13740 | 2 days | Alexendoo | New lint: manual_ok_err | samueltardieu | Alexendoo | S-waiting-on-review | 2024-11-30 |
13751 | 2 days | flip1995 | Select Rust edition 2024 for compiling Clippy | samueltardieu | flip1995 | S-waiting-on-review | 2024-11-30 |
13765 | 2 days | llogiq | Fix `single_match` lint being emitted when it should not | GuillaumeGomez | llogiq | S-waiting-on-review | 2024-11-30 |
13766 | 2 days | llogiq | Do not mark attributes with unknown namespace as useless | samueltardieu | llogiq | S-waiting-on-review | 2024-11-30 |
13770 | 1 day | llogiq | add new lint `non_std_lazy_statics` | pitaj | llogiq | S-waiting-on-review | 2024-12-01 |
13475 | 1 day | Centri3 | `unnecessary_fold` improvements | viliml | Centri3 | S-waiting-on-review | 2024-12-02 |
13718 | 1 day | y21 | `arbitrary_source_item_ordering`: Make alphabetic ordering in module item groups optional | decryphe | y21 | S-waiting-on-review | 2024-12-02 |
13682 | 0 day | Manishearth | new lint: `bufreader_stdin` | yawara | Manishearth | S-waiting-on-review | 2024-12-02 |
13772 | 0 day | y21 | Add new case for `question_mark` lint | DylanBulfin | y21 | S-waiting-on-review | 2024-12-02 |
13435 | 0 day | Centri3 | new lint: `chars_enumerate_for_byte_indices` | y21 | Centri3 | S-waiting-on-review | 2024-12-03 |
13465 | 0 day | Centri3 | Add new lint `unneeded_struct_pattern` | SpriteOvO | Centri3 | S-waiting-on-review | 2024-12-03 |
13754 | 0 day | flip1995 | chore: multipart suggestions for let_unit_value lint | scottgerring | flip1995 | S-waiting-on-review | 2024-12-03 |
13727 | 0 day | y21 | Fix: fixed multipart_suggestion in index_refutable_slice uitest | scottgerring | y21 | S-waiting-on-review | 2024-12-03 |
13711 | 0 day | Centri3 | Add lint for overindented list items in docs | ohno418 | Centri3 | S-waiting-on-review | 2024-12-03 |
From the last updated at