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.
—
47 total, 0 approved, 0 rolled up, 0 failed / /
Sort key | # | Status | Mergeable | Title | Head ref | Assignee | Approved by | Priority | Rollup | |
---|---|---|---|---|---|---|---|---|---|---|
1 | 9461 | yes | BREAKING CHANGE fix running path/to/cargo-clippy --fix | matthiaskrgr:ARGH | giraffate | 0 | ||||
2 | 9659 | yes | Clippy Book Updates: Add `define_lints` chapter | nahuakang:new-chp-define-lints | flip1995 | 0 | ||||
3 | 9668 | yes | Clippy Book Updates: Add `write_tests` chapter | nahuakang:new-chp-write-tests | flip1995 | 0 | ||||
4 | 9731 | yes | improve `lintcheck` | kraktus:lcheck3 | matthiaskrgr | 0 | ||||
5 | 9740 | yes | Clippy Book Updates: Add `lint_passes` chapter | nahuakang:new-chp-lint-passes | flip1995 | 0 | ||||
6 | 9764 | yes | lintcheck: Add JSON output, diff subcommand | Alexendoo:lintcheck-diff | matthiaskrgr | 0 | ||||
7 | 10090 | yes | Warn if unresolved disallowed types/macros/methods are used in clippy.toml for disallowed_* macros | i509VCB:disallowed-unresolved-warn | Alexendoo | 0 | ||||
8 | 10102 | yes | Suggest `is_some_and` for `map(<f>).unwrap_or(false)` | TheCodingWombat:master | xFrednet | 0 | ||||
9 | 10123 | yes | Add `hidden_static_lifetime` lint | blyxyas:hidden_static_lifetime | Jarcho | 0 | ||||
10 | 10157 | yes | Add `unnecessary_reserve` lint | chansuke:issue_8982 | flip1995 | 0 | ||||
11 | 10163 | yes | [significant_drop_tightening] Add MVP | c410-f3r:lock-1 | llogiq | 0 | ||||
12 | 10173 | yes | Address #10134 OOM/timeout | smoelius:lazy_set | Jarcho | 0 | ||||
13 | 10175 | yes | Use original variable name in the suggestion | koka831:fix/10171 | giraffate | 0 | ||||
14 | 10177 | yes | Almost swapped | chansuke:almost_swapped | Alexendoo | 0 | ||||
15 | 10197 | yes | Add `impl_trait_in_params` lint | blyxyas:impl_trait_param | Jarcho | 0 | ||||
16 | 10203 | yes | Suppress the triggering of some lints in derived structures | c410-f3r:macro-lint | giraffate | 0 | ||||
17 | 10212 | yes | Lint `zero_ptr` in const contexts | Niki4tap:const_warns | llogiq | 0 | ||||
18 | 10223 | yes | Add `transmute_tuple_to_slice` | robertbastian:master | Alexendoo | 0 | ||||
19 | 10229 | yes | Document `cargo-clippy` feature | danielparks:doc-feature-cargo-clippy | flip1995 | 0 | ||||
20 | 10258 | yes | Update `stable_sort_primitive` to prefer `sort` not only primitive types | chansuke:issue-9970 | Manishearth | 0 | ||||
21 | 10275 | yes | Migrate `write.rs` to `rustc_ast::FormatArgs` | Alexendoo:format-args-ast | flip1995 | 0 | ||||
22 | 10283 | yes | feature: add new lint `pub_underscore_fields` | ParkMyCar:lint/pub_underscore_fields | flip1995 | 0 | ||||
23 | 10292 | yes | Make `[clippy::dump]` support trait items | xFrednet:0000-support-trait-item-in-dump | flip1995 | 0 | ||||
24 | 10293 | yes | Negate suggestions when needed in `bool_assert_comparison` | Alexendoo:bool-assert-comparison-negation | dswij | 0 | ||||
25 | 10300 | yes | Do not lint when imported item contains underscore | koka831:fix/9942 | xFrednet | 0 | ||||
26 | 10303 | yes | Add configuration to lint missing docs of `pub(crate)` items | pvdrz:pub_crate_missing_docs | giraffate | 0 | ||||
27 | 7688 | no | Add lint `ref_mut_iter_method_chain` | Jarcho:ref_mut_iter_method_chain | flip1995 | 0 | ||||
28 | 7777 | no | Upgrade `equatable_if_let` to style | HKalbasi:master | flip1995 | 0 | ||||
29 | 7986 | no | WIP Suggestion creation macro | Jarcho:sugg_rework | llogiq | 0 | ||||
30 | 8337 | no | Add new lint manual_memmove | untitaker:new-lint-memmove | flip1995 | 0 | ||||
31 | 8396 | no | New lint for all/any after mapping to bool | tamaroning:map_then_identity_tranformer | flip1995 | 0 | ||||
32 | 8526 | no | Add lint `could_be_unsized` | Jarcho:could_be_unsized | giraffate | 0 | ||||
33 | 8593 | no | Add a lint for static items with large type alignment | Jaic1:static_items_large_align | flip1995 | 0 | ||||
34 | 8678 | no | Add extra check to format_impl lint for self.fmt() | jamesmcm:self_fmt_in_fmt_impl | giraffate | 0 | ||||
35 | 8685 | no | `redundant_closure` fixes | Jarcho:redundant_closure_fixes | 0 | |||||
36 | 8735 | no | Extend precedence to lint for masking bits and shifts | goth-turtle:precedence-bitmask-shift | Manishearth | 0 | ||||
37 | 8833 | no | Add new lint `paths_from_format` | merelymyself:master | xFrednet | 0 | ||||
38 | 9102 | no | Added the `[unnecessary_box_returns]` lint | botahamec:unused-box | xFrednet | 0 | ||||
39 | 9301 | no | New `[suspicious_arguments]` lint for possibly swapped arguments | 5225225:sus | llogiq | 0 | ||||
40 | 9325 | no | Minimal nightly-only lints | Jarcho:nightly_only | xFrednet | 0 | ||||
41 | 9423 | no | Initial implementation of `mut_refcell_borrow` | lukaslueg:mut_refcell_borrow | Jarcho | 0 | ||||
42 | 9426 | no | Update Documentation to Focus on `LateLintPass` | nahuakang:book-latelint-updates | flip1995 | 0 | ||||
43 | 9623 | no | add [`unnecessary_vec_drain] lint | lana99:master | flip1995 | 0 | ||||
44 | 10120 | no | `unwrap_or_else_default` -> `unwrap_or_default` and improve resulting lint | smoelius:or_insert_with | flip1995 | 0 | ||||
45 | 10152 | no | EmptyDocs | cgorski:nodocs | giraffate | 0 | ||||
46 | 10155 | no | Add new lint for byte char slices | TheNeikos:feature/add_byte_char_slice_lint | Manishearth | 0 | ||||
47 | 9948 | success | Process all format-like macros | nyurik:handle-all-fmt | Alexendoo | 0 |