| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Auto merge of #10621 - fee1-dead-contrib:bump_syn, r=flip1995 | bors | -3/+3 |
| 2023-04-12 | bless test error | Deadbeef | -1/+1 |
| 2023-04-12 | Update ui tests auxiliary to syn 2.0 | Deadbeef | -2/+2 |
| 2023-04-11 | Test all types supported by [`collection_is_never_read`] | Michael Schubart | -25/+86 |
| 2023-04-11 | Add test case from #10488 | Michael Schubart | -7/+19 |
| 2023-04-11 | Ignore fake read access | Michael Schubart | -9/+14 |
| 2023-04-11 | Auto merge of #10614 - bluthej:clear-with-drain, r=Manishearth | bors | -68/+734 |
| 2023-04-10 | Auto merge of #10593 - feniljain:fix-needless-return, r=xFrednet | bors | -0/+18 |
| 2023-04-09 | Merge branch 'rust-lang:master' into clear-with-drain | bluthej | -293/+1776 |
| 2023-04-09 | Fix false negative for `Strings` | bluthej | -1/+33 |
| 2023-04-09 | Fix false negative with `String` and add tests | bluthej | -103/+667 |
| 2023-04-07 | Add 5 other container types and start testing | bluthej | -9/+79 |
| 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 | fix(needles_return): correct span selection for text replacement | feniljain | -9/+9 |
| 2023-04-05 | test: add test for match as stmt no triggering needless_return | feniljain | -0/+18 |
| 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 | fix(needless_return): do not trigger on ambiguous match arms return | feniljain | -9/+9 |
| 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 |