This will create a new pull request consisting of 0 PRs.
A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.
When creating a real rollup, see this instruction for reference.
—
67 total, 2 approved, 0 rolled up, 2 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 9948 | yes | Support user format-like macros | nyurik:handle-all-fmt | Alexendoo | 0 | ||||
2 | 11419 | yes | fix: needless_range_loop's FP on the `Field` expr | kiscad:issue-11399 | llogiq | 0 | ||||
3 | 12471 | yes | Avoid reported unsoundness for implied lifetime bounds | YpeKingma:lifetimes_bound_nested_ref | Jarcho | 0 | ||||
4 | 12762 | yes | Update book for backport, release and sync | flip1995:josh-docs-update | xFrednet | 0 | ||||
5 | 12876 | yes | new lint: `doc_comment_double_space_linebreak` | Jacherr:issue-12163 | xFrednet | 0 | ||||
6 | 12971 | yes | `empty_enum_variants_with_brackets`: Do not lint reachable enums and enum variants used as functions in the same crate | ARandomDev99:issue-12551 | xFrednet | 0 | ||||
7 | 13034 | yes | Add new `trivial_map_over_range` lint | rspencer01:trivial_map_over_range | y21 | 0 | ||||
8 | 13063 | Rework `empty_with_brackets` | Jarcho:empty_brackets | llogiq | 0 | |||||
9 | 13128 | yes | Skip `use_self` inside macro expansions of a `impl Self` block | tesuji:fix_thread-local_use_self | Alexendoo | 0 | ||||
10 | 13192 | yes | feat: lint against transmute int to ptr | csmoe:fix/transmute-int-to-ptr | dswij | 0 | ||||
11 | 13240 | yes | new lint: add `call_missing_target_feature` lint | folkertdev:call-missing-target-feature | dswij | 0 | ||||
12 | 13245 | yes | show message with try block in `map_unwrap_or` | kyoto7250:issue-13242 | y21 | 0 | ||||
13 | 13251 | yes | New lint for `as *const _` and `as *mut _` pointer casts | Soveu:accidental-double-ref | Jarcho | 0 | ||||
14 | 13254 | yes | use `diag.span_help` if the target is multiline in `map_unwrap_or` | kyoto7250:issue-13242-v2 | y21 | 0 | ||||
15 | 13333 | yes | Replace `assert!(a==b)` with `assert_eq!(a,b)` as part of `bool_assert_comparison` lint | nyurik:asserts-to-eq | xFrednet | 0 | ||||
16 | 13404 | yes | Add [`extern_without_abi`] lint | CBSpeir:extern-without-abi | Centri3 | 0 | ||||
17 | 13410 | yes | Add new `literal_string_with_formatting_arg` lint | GuillaumeGomez:literal_string_with_formatting_arg | Jarcho | 0 | ||||
18 | 13435 | yes | new lint: `chars_enumerate_for_byte_indices` | y21:chars_enumerate_for_byte_index | Centri3 | 0 | ||||
19 | 13437 | yes | New lint `needless_as_bytes` | samueltardieu:issue-13434 | y21 | 0 | ||||
20 | 13460 | yes | Add units/unit prefixes of frequency to doc-valid-idents | ROMemories:feat/freq-units-allowed-idents | Centri3 | 0 | ||||
21 | 13465 | yes | Add new lint `unneeded_struct_pattern` | SpriteOvO:unneeded_struct_pattern | Centri3 | 0 | ||||
22 | 13472 | yes | Optimise Msrv for common one item case | GnomedDev:smaller-msrv | Jarcho | 0 | ||||
23 | 13474 | yes | Add `clippy::result_as_ref_deref` lint | aleksanderkrauze:add_result_as_ref_deref_lint | Alexendoo | 0 | ||||
24 | 13475 | yes | `unnecessary_fold` improvements | viliml:unnecessary-fold-improvements | Centri3 | 0 | ||||
25 | 13499 | yes | New lint `map_all_any_identity` | samueltardieu:map-all-any-identity | xFrednet | 0 | ||||
26 | 13501 | yes | Add a "more granular lint groups" page to the book | y21:lint-groups | flip1995 | 0 | ||||
27 | 13509 | yes | Detect `.map_or(false, f)` in `manual_is_variant_and` lint | samueltardieu:manual-is-variant-and | 0 | |||||
28 | 13525 | yes | Changelog for Clippy 1.82 :airplane: | xFrednet:changelog-1-82 | dswij | 0 | ||||
29 | 13539 | yes | Allow to go through clippy lints page without javascript | GuillaumeGomez:allow-no-js | Alexendoo | 0 | ||||
30 | 13543 | yes | Add internal lint to check for slow symbol comparisons | GnomedDev:symbol-comparisons | y21 | 0 | ||||
31 | 13548 | yes | fix: remove unnecessary filter_map usages | wowinter13:unnecessary_filter_map_filter_map_some | llogiq | 0 | ||||
32 | 13554 | yes | Documentation fixes | ageorgou:doc-links | Centri3 | 0 | ||||
33 | 8526 | no | Add lint `could_be_unsized` | Jarcho:could_be_unsized | xFrednet | 0 | ||||
34 | 9461 | no | BREAKING CHANGE fix running path/to/cargo-clippy --fix | matthiaskrgr:ARGH | giraffate | 0 | ||||
35 | 11421 | no | Make UI test annotations mandatory | GuillaumeGomez:ui-test-annotations | Manishearth | 0 | ||||
36 | 11463 | no | WIP New lint: borrowed_option | tom-anders:borrowed_option | Alexendoo | 0 | ||||
37 | 11581 | no | Add lint `manual_option_folding` | sjwang05:manual-option-folding | xFrednet | 0 | ||||
38 | 11789 | no | [WIP] New lint `manual_checked_op` | Jarcho:checked_op | Centri3 | 0 | ||||
39 | 11796 | no | New lint: `unnecessary_map_or` | Jacherr:pattern-match-partialeq | Centri3 | 0 | ||||
40 | 11909 | no | [WIP] unnecessary_cast: append suffix on `(literal as ty).method(args)` | KisaragiEffective:fix/11882 | y21 | 0 | ||||
41 | 11948 | no | `float_cmp` changes | Jarcho:float_cmp | xFrednet | 0 | ||||
42 | 12421 | no | fix [`infinite_loop`] suggestions on async funtion/closure | J-ZhengLi:issue12338 | Jarcho | 0 | ||||
43 | 12464 | no | new lint: `unnecessary_indexing` | Jacherr:issue-11858 | Alexendoo | 0 | ||||
44 | 12539 | no | Add lint which checks that duration conversion aren't losing precision | declanvk:duration-to-float | blyxyas | 0 | ||||
45 | 12571 | no | Add conf to disable `disallowed_types` in macros | stepantubanov:disallowed-types-foreign-macros | xFrednet | 0 | ||||
46 | 12611 | no | Make `single_range_in_vec_init` ignore type annotations, fn arguments and `ExprField`s | matzemathics:11086 | xFrednet | 0 | ||||
47 | 12712 | no | make [`manual_map`] ignore types that contain `dyn` | J-ZhengLi:issue12666 | Alexendoo | 0 | ||||
48 | 12759 | no | Josh preparations | flip1995:josh-automation | 0 | |||||
49 | 12832 | no | Add new lints: `manual_and` and `manual_or` | franciscoBSalgueiro:manual_and_or_lints | Alexendoo | 0 | ||||
50 | 12862 | no | Add new `invalid_build_cfg` lint | GuillaumeGomez:invalid_build_cfg | y21 | 0 | ||||
51 | 12960 | no | Resolve duplicate diag message for: tests/ui/renamed_builtin_attr.rs | grtn316:master | Alexendoo | 0 | ||||
52 | 12980 | no | Rework the suspicious formatting lints. | Jarcho:formatting | Alexendoo | 0 | ||||
53 | 12981 | no | new lint: and_then_then_some | lolbinarycat:and_then_then_some | flip1995 | 0 | ||||
54 | 13038 | no | fix: Do not warn tests outside a module for integration tests | berkus:fix/11024-integration-tests | Alexendoo | 0 | ||||
55 | 13059 | no | changelog: new lint: [`split_with_space`] | DavidHusicka:split-with-space-lint | y21 | 0 | ||||
56 | 13084 | no | Make extendable configs easier to add | Jarcho:conf_refactor | xFrednet | 0 | ||||
57 | 13223 | no | Move internal lints to their own crate | Jarcho:internal_lint | y21 | 0 | ||||
58 | 13266 | no | remove `deduplicate-diagnostics=no` in `suspicious_operation_groupings.stderr` | kyoto7250:fix-12379-min_rust_version_invalid_attr | Manishearth | 0 | ||||
59 | 13304 | no | Add new lint `stacked_if_match` | promptkp:stackif2 | Alexendoo | 0 | ||||
60 | 13319 | no | Make `trivial-copy-size-limit` target independent | Alexendoo:trivial-copy-size-limit | Jarcho | 0 | ||||
61 | 13331 | no | Add [`manual_ilog2`] lint | Sour1emon:manual_ilog2_lint | Jarcho | 0 | ||||
62 | 13338 | no | fix incorrect suggestion for `!(a >= b) as i32 == c` | CoCo-Japan-pan:nonminimal_bool_casted | Centri3 | 0 | ||||
63 | 13376 | no | new lint: `source_item_ordering` | decryphe:source-ordering | llogiq | 0 | ||||
64 | 13388 | no | Implement a lint for RefCell<impl Copy> | GnomedDev:refcell-copy | Centri3 | 0 | ||||
65 | 13398 | no | Initial impl of `repr_packed_without_abi` | lukaslueg:repr_packed_without_abi | Alexendoo | 0 | ||||
66 | 13207 | error | no | Rewrite `non_copy_const` | Jarcho:non_copy_const_ice | llogiq | llogiq | 0 | ||
67 | 12550 | failure | yes | Remove `is_normalizable` | Jarcho:issue_10508 | y21 | y21 | 0 |