| Age | Commit message (Expand) | Author | Lines |
| 2023-04-10 | apply code review suggestion | Kisaragi | -1/+1 |
| 2023-04-10 | [missing_const_for_fn] fix #7121 | Kisaragi | -0/+1 |
| 2023-04-07 | new lint: suspicious_doc_comments | y21 | -0/+97 |
| 2023-04-07 | Auto merge of #10601 - schubart:manual_slice_size_calculation, r=llogiq | bors | -0/+96 |
| 2023-04-07 | Auto merge of #10566 - ebobrow:iss10549, r=giraffate | bors | -13/+46 |
| 2023-04-07 | Fix false negatives by using `expr_or_init` | Michael Schubart | -1/+4 |
| 2023-04-06 | Auto merge of #10594 - J-ZhengLi:issue9824, r=Jarcho | bors | -43/+28 |
| 2023-04-06 | Add [`manual_slice_size_calculation`] | Michael Schubart | -0/+93 |
| 2023-04-06 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -451/+1127 |
| 2023-04-06 | fix [mem_replace_option_with_none] not considering field variables | J-ZhengLi | -43/+28 |
| 2023-04-05 | Auto merge of #10554 - samueltardieu:redundant-async-block, r=Jarcho | bors | -79/+68 |
| 2023-04-05 | Make redundant_async_block a more complete late pass | Samuel "Sam" Tardieu | -79/+68 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -2/+2 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -2/+2 |
| 2023-04-04 | Auto merge of #10543 - blyxyas:tests_outside_test_module, r=flip1995 | bors | -0/+74 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -2/+2 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -1/+1 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -2/+2 |
| 2023-04-04 | Fix formatting and lint description | blyxyas | -7/+5 |
| 2023-04-04 | Auto merge of #10592 - beetrees:parent-dir-bug-fix, r=giraffate | bors | -1/+2 |
| 2023-04-04 | Auto merge of #10589 - blyxyas:fix-double_must_use, r=giraffate | bors | -3/+15 |
| 2023-04-03 | Remove check for `#[cfg(test)]` | blyxyas | -33/+5 |
| 2023-04-03 | Fix bug with getting parent directories in `lookup_conf_file` | bhould287 | -1/+2 |
| 2023-04-03 | Fix false negative on `Result<(), ()>` | blyxyas | -1/+11 |
| 2023-04-03 | Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!` | bhould287 | -14/+19 |
| 2023-04-03 | only focus on `double_must_use` + Add `Result<(), ()>` test | blyxyas | -8/+9 |
| 2023-04-03 | Fix `double_must_use` for async functions | blyxyas | -3/+4 |
| 2023-04-02 | Auto merge of #10588 - blyxyas:fix-allow_nonminimal_bool, r=llogiq | bors | -18/+21 |
| 2023-04-02 | Fix `nonminimal_bool` `#[allow]` attributes. | blyxyas | -18/+21 |
| 2023-04-02 | [arithmetic_side_effects] Fix #10583 | Caio | -2/+10 |
| 2023-04-02 | Add `tests_outside_test_module` lint | blyxyas | -0/+104 |
| 2023-04-01 | Auto merge of #10534 - samueltardieu:lines-filter-map-ok, r=llogiq | bors | -0/+103 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -7/+8 |
| 2023-03-31 | Auto merge of #10536 - mkrasnitski:suggestions, r=flip1995 | bors | -60/+117 |
| 2023-03-31 | Flag `bufreader.lines().filter_map(Result::ok)` as suspicious | Samuel "Sam" Tardieu | -0/+103 |
| 2023-03-30 | Gramar, and spelin kleanup | Yuri Astrakhan | -4/+4 |
| 2023-03-30 | Ignore `file!()` macro in `print_literal`, `write_literal` | Alex Macleod | -4/+10 |
| 2023-03-30 | Auto merge of #10414 - csmoe:large-future, r=xFrednet | bors | -0/+95 |
| 2023-03-30 | Auto merge of #9102 - botahamec:unused-box, r=xFrednet | bors | -1/+128 |
| 2023-03-29 | fix `single_component_path_imports` FP | Elliot Bobrow | -13/+46 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Update clippy_lints/src/large_futures.rs | csmoe | -24/+21 |
| 2023-03-28 | Replace remaining usage of `FormatArgsExpn` | Alex Macleod | -97/+110 |
| 2023-03-28 | Auto merge of #10484 - Alexendoo:format-args-ast-2, r=Manishearth | bors | -88/+201 |
| 2023-03-28 | Auto merge of #10542 - Alexendoo:items-after-statements, r=giraffate | bors | -16/+17 |
| 2023-03-28 | Migrate `format_args.rs` to `rustc_ast::FormatArgs` | Alex Macleod | -88/+201 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -7/+8 |
| 2023-03-27 | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2023-03-27 | Auto merge of #10528 - bluthej:clear-with-drain, r=llogiq | bors | -23/+67 |
| 2023-03-26 | Don't lint functions with "box" in their name | Micha White | -4/+10 |