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.
—
78 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 | 10312 | yes | Add `transmute_slice_to_larger_element_type` lint | KisaragiEffective:feature/transmute-slice-to-larger-element-type | Jarcho | 0 | ||||
3 | 10358 | Add `unnecessary_literal_unwrap` lint | pksunkara:unnecessary-unwrap | llogiq | 0 | |||||
4 | 10388 | yes | Remove restriction group from table and update book | flip1995:restriction-book-update | Jarcho | 0 | ||||
5 | 10398 | Run a diff of lintcheck against the merge base for pull requests | Alexendoo:auto-lintcheck | flip1995 | 0 | |||||
6 | 10567 | add new lint `as_underscore_ptr` to check for `as *{const,mut} _` | asquared31415:as_underscore_ptr | Alexendoo | 0 | |||||
7 | 10586 | yes | Add `safe_unchecked` lint | blyxyas:safe_unchecked | Alexendoo | 0 | ||||
8 | 10595 | yes | Clippy Book Chapter Updates Reborn: Defining Lints | blyxyas:book-define_lints | flip1995 | 0 | ||||
9 | 10596 | yes | Clippy Book Chapter Updates Reborn: Writing tests | blyxyas:book-write_tests | flip1995 | 0 | ||||
10 | 10598 | yes | Clippy Book Chapter Updates Reborn: Emitting lints | blyxyas:book-emit_lints | flip1995 | 0 | ||||
11 | 10626 | yes | Clippy Book Chapter Updates Reborn: Trait Checking | blyxyas:book-trait_checking | flip1995 | 0 | ||||
12 | 10632 | yes | Add `needless_maybe_sized` lint | Alexendoo:needless-maybe-sized | giraffate | 0 | ||||
13 | 10644 | yes | Clippy Book Chapter Updates Reborn: Method Checking | blyxyas:book-method_checking | flip1995 | 0 | ||||
14 | 10663 | yes | Added new lint "path_join_correction" | ofeeg:master | xFrednet | 0 | ||||
15 | 10672 | Add `excessive_nesting` lint | Centri3:excessive-width-lints | Alexendoo | 0 | |||||
16 | 10692 | new lint: `missing_asserts_for_indexing` | y21:missing-asserts | Alexendoo | 0 | |||||
17 | 10740 | yes | WIP format literal arg inlining | nyurik:inline-literal | llogiq | 0 | ||||
18 | 10759 | yes | Now `option_env_unwrap` warns even if a variable isn't set at compiletime | blyxyas:unset_opt_env_unwrap | flip1995 | 0 | ||||
19 | 10774 | yes | [significant_drop_tightening] Fix #10413 | c410-f3r:lock-1 | dswij | 0 | ||||
20 | 10783 | yes | Also inspect doc block comments | blyxyas:fix-silent_codeblocks | Alexendoo | 0 | ||||
21 | 10785 | Fix `diverging_sub_expression` not checking body of block | Centri3:diverting_sub_expression | Jarcho | 0 | |||||
22 | 10788 | New lint [`manual_partial_ord_and_ord_impl`] | Centri3:duplicate_manual_partial_ord_impl | xFrednet | 0 | |||||
23 | 10793 | yes | [`arithmetic_side_effects`] Fix #10792 | c410-f3r:bbbbbbbbbbb | xFrednet | 0 | ||||
24 | 10827 | new lint: `large_stack_frames` | y21:large-stack-frames | dswij | 0 | |||||
25 | 10829 | yes | [bool_comparison] Deal with multiple false-like options | c410-f3r:boo000oo00ool | 0 | |||||
26 | 10835 | new lint: `drain_collect` | y21:drain-collect | dswij | 0 | |||||
27 | 10840 | from_over_into: Show suggestions for non-Self expanded paths | Alexendoo:from-over-into-expanded-path | dswij | 0 | |||||
28 | 10843 | New lints: `impossible_double_const_comparisons` and `ineffective_double_const_comparisons` | MortenLohne:feat/double-const-comparisons | Manishearth | 0 | |||||
29 | 10844 | Don't lint `let_unit_value` when `()` is explicit | Centri3:let_unit_value | llogiq | 0 | |||||
30 | 10858 | Add `external` feature, separating tests with external dependencies from those that don't have | blyxyas:external-ui | 0 | ||||||
31 | 10863 | Add lints to disallow non-`#![no_std]` and non-`#![no_core]` dependencies in crates with those attributes | Centri3:no_std_lint | dswij | 0 | |||||
32 | 10875 | Cleanup gh-pages: Remove v0.0.* documentation | flip1995:gh-pages-cleanup-pages | Alexendoo | 0 | |||||
33 | 10876 | Adapt versions.html file to cleaned up gh-pages | flip1995:gh-pages-cleanup-repo | Alexendoo | 0 | |||||
34 | 10884 | New lint [`needless_raw_string_hashes`] | Centri3:needless_raw_string_hashes | dswij | 0 | |||||
35 | 10885 | new lint: redundant_local | max-niederman:redundant_local | Jarcho | 0 | |||||
36 | 10886 | Adding configuration to allow safety comment above stmt containing unsafe block | lochetti:fix_10832 | xFrednet | 0 | |||||
37 | 10889 | Add configuration values auto markdown links to `CHANGELOG.md` | blyxyas:link-config-desc | dswij | 0 | |||||
38 | 10891 | [`missing_const_for_fn`]: Ensure dropped locals are `~const Destruct` | Centri3:missing_const_for_fn | Jarcho | 0 | |||||
39 | 10892 | Move `borrow_as_ptr` lint in the `suspicious` category | GuillaumeGomez:move-borrow-as-ptr-in-suspicious | llogiq | 0 | |||||
40 | 10894 | [`type_repetition_in_bounds`]: Don't lint on derived code | Centri3:type_repetition_in_bounds | xFrednet | 0 | |||||
41 | 10900 | Add `needless_pass_by_ref` lint | GuillaumeGomez:needless-pass-by-ref | Jarcho | 0 | |||||
42 | 10903 | [`new_without_default`]: Now emits on const fns | Centri3:new_without_default | llogiq | 0 | |||||
43 | 10907 | Direct towards late passes in `cargo dev new_lint` | Alexendoo:dev-new-lint-late-passes | Jarcho | 0 | |||||
44 | 10908 | Clarify `let_underscore` documentation | blyxyas:fix-let_underscore_untyped_help_message | llogiq | 0 | |||||
45 | 10911 | Don't linting `as_conversions` in proc macros | lochetti:fix_9657 | Alexendoo | 0 | |||||
46 | 10914 | handle exponent without digits in `numeric_literal` | y21:issue10912 | giraffate | 0 | |||||
47 | 7688 | no | Add lint `ref_mut_iter_method_chain` | Jarcho:ref_mut_iter_method_chain | flip1995 | 0 | ||||
48 | 7777 | no | Upgrade `equatable_if_let` to style | HKalbasi:master | flip1995 | 0 | ||||
49 | 7986 | no | WIP Suggestion creation macro | Jarcho:sugg_rework | llogiq | 0 | ||||
50 | 8337 | no | Add new lint manual_memmove | untitaker:new-lint-memmove | flip1995 | 0 | ||||
51 | 8396 | no | New lint for all/any after mapping to bool | tamaroning:map_then_identity_tranformer | flip1995 | 0 | ||||
52 | 8526 | no | Add lint `could_be_unsized` | Jarcho:could_be_unsized | giraffate | 0 | ||||
53 | 8593 | no | Add a lint for static items with large type alignment | Jaic1:static_items_large_align | flip1995 | 0 | ||||
54 | 8678 | no | Add extra check to format_impl lint for self.fmt() | jamesmcm:self_fmt_in_fmt_impl | giraffate | 0 | ||||
55 | 8685 | no | `redundant_closure` fixes | Jarcho:redundant_closure_fixes | 0 | |||||
56 | 8735 | no | Extend precedence to lint for masking bits and shifts | goth-turtle:precedence-bitmask-shift | Manishearth | 0 | ||||
57 | 9301 | no | New `[suspicious_arguments]` lint for possibly swapped arguments | 5225225:sus | llogiq | 0 | ||||
58 | 9423 | no | Initial implementation of `mut_refcell_borrow` | lukaslueg:mut_refcell_borrow | Jarcho | 0 | ||||
59 | 9426 | no | Update Documentation to Focus on `LateLintPass` | nahuakang:book-latelint-updates | flip1995 | 0 | ||||
60 | 9623 | no | add [`unnecessary_vec_drain] lint | lana99:master | flip1995 | 0 | ||||
61 | 9731 | no | improve `lintcheck` | kraktus:lcheck3 | matthiaskrgr | 0 | ||||
62 | 9948 | no | Process all format-like macros | nyurik:handle-all-fmt | Alexendoo | 0 | ||||
63 | 10090 | no | Warn if unresolved disallowed types/macros/methods are used in clippy.toml for disallowed_* macros | i509VCB:disallowed-unresolved-warn | Alexendoo | 0 | ||||
64 | 10120 | no | `unwrap_or_else_default` -> `unwrap_or_default` and improve resulting lint | smoelius:or_insert_with | flip1995 | 0 | ||||
65 | 10152 | no | EmptyDocs | cgorski:nodocs | giraffate | 0 | ||||
66 | 10155 | no | Add new lint for byte char slices | TheNeikos:feature/add_byte_char_slice_lint | Manishearth | 0 | ||||
67 | 10157 | no | Add `unnecessary_reserve` lint | chansuke:issue_8982 | flip1995 | 0 | ||||
68 | 10173 | no | Address #10134 OOM/timeout | smoelius:lazy_set | Jarcho | 0 | ||||
69 | 10212 | no | Lint `zero_ptr` in const contexts | Niki4tap:const_warns | llogiq | 0 | ||||
70 | 10258 | no | Update `stable_sort_primitive` to prefer `sort` not only primitive types | chansuke:issue-9970 | Manishearth | 0 | ||||
71 | 10283 | no | feature: add new lint `pub_underscore_fields` | ParkMyCar:lint/pub_underscore_fields | flip1995 | 0 | ||||
72 | 10315 | no | Make SpanlessEq more consistent - part 1, issue #10267 | Yoric:yoric/SpanlessEq | flip1995 | 0 | ||||
73 | 10404 | no | Add `unused_enumerate_index` lint | dnbln:feat/unused_enumerate_index | flip1995 | 0 | ||||
74 | 10416 | no | Extend `explicit_iter_loop` and `explicit_into_iter_loop` | Jarcho:explicit_iter_loop_ext | Manishearth | 0 | ||||
75 | 10426 | no | Port clippy away from compiletest to ui_test | oli-obk:ui_test | Alexendoo | 0 | ||||
76 | 10503 | no | new lint: needless traits in scope | woshilapin:needless_traits_in_scope | llogiq | 0 | ||||
77 | 10613 | no | Add lint `assigning_clones`. | kpreid:clone | xFrednet | 0 | ||||
78 | 10698 | no | Migrate `clippy::author` to `rustc_ast::FormatArgs` | Niki4tap:author_format_macros | Alexendoo | 0 |