| Age | Commit message (Expand) | Author | Lines |
| 2023-04-07 | new lint: suspicious_doc_comments | y21 | -0/+329 |
| 2023-04-07 | Auto merge of #10601 - schubart:manual_slice_size_calculation, r=llogiq | bors | -0/+87 |
| 2023-04-07 | Auto merge of #10566 - ebobrow:iss10549, r=giraffate | bors | -2/+14 |
| 2023-04-07 | Fix false negatives by using `expr_or_init` | Michael Schubart | -7/+31 |
| 2023-04-06 | Auto merge of #10594 - J-ZhengLi:issue9824, r=Jarcho | bors | -1/+93 |
| 2023-04-06 | Add tests suggested by @llogiq | Michael Schubart | -0/+6 |
| 2023-04-06 | Add [`manual_slice_size_calculation`] | Michael Schubart | -0/+57 |
| 2023-04-06 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -358/+1571 |
| 2023-04-06 | fix [mem_replace_option_with_none] not considering field variables | J-ZhengLi | -1/+93 |
| 2023-04-05 | Auto merge of #10554 - samueltardieu:redundant-async-block, r=Jarcho | bors | -72/+270 |
| 2023-04-05 | Make redundant_async_block a more complete late pass | Samuel "Sam" Tardieu | -72/+270 |
| 2023-04-04 | Auto merge of #10543 - blyxyas:tests_outside_test_module, r=flip1995 | bors | -0/+29 |
| 2023-04-04 | Auto merge of #10589 - blyxyas:fix-double_must_use, r=giraffate | bors | -1/+20 |
| 2023-04-03 | Fix false negative on `Result<(), ()>` | blyxyas | -1/+9 |
| 2023-04-03 | Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!` | bhould287 | -2/+4 |
| 2023-04-03 | only focus on `double_must_use` + Add `Result<(), ()>` test | blyxyas | -0/+5 |
| 2023-04-03 | Fix `double_must_use` for async functions | blyxyas | -0/+6 |
| 2023-04-02 | Auto merge of #10588 - blyxyas:fix-allow_nonminimal_bool, r=llogiq | bors | -0/+18 |
| 2023-04-02 | Auto merge of #10563 - nyurik:handle-all-fmt2, r=llogiq | bors | -20/+232 |
| 2023-04-02 | Fix `nonminimal_bool` `#[allow]` attributes. | blyxyas | -0/+18 |
| 2023-04-02 | [arithmetic_side_effects] Fix #10583 | Caio | -1/+17 |
| 2023-04-02 | Add `tests_outside_test_module` lint | blyxyas | -0/+29 |
| 2023-04-01 | Auto merge of #10534 - samueltardieu:lines-filter-map-ok, r=llogiq | bors | -0/+109 |
| 2023-03-31 | Auto merge of #10536 - mkrasnitski:suggestions, r=flip1995 | bors | -53/+203 |
| 2023-03-31 | Flag `bufreader.lines().filter_map(Result::ok)` as suspicious | Samuel "Sam" Tardieu | -0/+109 |
| 2023-03-30 | Ignore `file!()` macro in `print_literal`, `write_literal` | Alex Macleod | -1/+5 |
| 2023-03-30 | Auto merge of #10414 - csmoe:large-future, r=xFrednet | bors | -0/+182 |
| 2023-03-30 | Auto merge of #9102 - botahamec:unused-box, r=xFrednet | bors | -0/+95 |
| 2023-03-29 | fix `single_component_path_imports` FP | Elliot Bobrow | -2/+14 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -4/+4 |
| 2023-03-29 | Auto merge of #10553 - Nilstrieb:better-uninit, r=Alexendoo | bors | -8/+28 |
| 2023-03-29 | In uninit checking, add fallback for polymorphic types | Nilstrieb | -8/+28 |
| 2023-03-29 | Update clippy_lints/src/large_futures.rs | csmoe | -82/+72 |
| 2023-03-28 | Partial no-op refactoring of #9948 | Yuri Astrakhan | -20/+232 |
| 2023-03-28 | Auto merge of #10484 - Alexendoo:format-args-ast-2, r=Manishearth | bors | -125/+15 |
| 2023-03-28 | Auto merge of #10542 - Alexendoo:items-after-statements, r=giraffate | bors | -3/+20 |
| 2023-03-28 | Migrate `format_args.rs` to `rustc_ast::FormatArgs` | Alex Macleod | -125/+15 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+2 |
| 2023-03-27 | Include tests where the iterator is used later | bluthej | -14/+18 |
| 2023-03-26 | Don't lint functions with "box" in their name | Micha White | -10/+15 |
| 2023-03-26 | Avoid breaking exported API | Micha White | -5/+10 |
| 2023-03-26 | Lint on trait declarations, not implementations | Micha White | -4/+39 |
| 2023-03-26 | Added the new lint with some docs and tests | Micha White | -0/+50 |
| 2023-03-26 | Add tests with `usize::MIN` | bluthej | -5/+41 |
| 2023-03-26 | Add some tests | bluthej | -20/+84 |
| 2023-03-26 | Merge branch 'rust-lang:master' into clear-with-drain | bluthej | -175/+431 |
| 2023-03-25 | Auto merge of #10496 - J-ZhengLi:issue_10366, r=Alexendoo | bors | -47/+71 |
| 2023-03-25 | Auto merge of #10454 - Alexendoo:transmutes-expressible-as-ptr-casts-parens, ... | bors | -3/+21 |
| 2023-03-25 | fix [`cast_possible_truncation`] offering wrong suggestion when casting from ... | J-ZhengLi | -47/+71 |
| 2023-03-24 | Fix allow attribute, items from macros in `items_after_statements` | Alex Macleod | -3/+20 |