about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2023-04-10apply code review suggestionKisaragi-1/+1
2023-04-10[missing_const_for_fn] fix #7121Kisaragi-0/+1
2023-04-07new lint: suspicious_doc_commentsy21-0/+97
2023-04-07Auto merge of #10601 - schubart:manual_slice_size_calculation, r=llogiqbors-0/+96
2023-04-07Auto merge of #10566 - ebobrow:iss10549, r=giraffatebors-13/+46
2023-04-07Fix false negatives by using `expr_or_init`Michael Schubart-1/+4
2023-04-06Auto merge of #10594 - J-ZhengLi:issue9824, r=Jarchobors-43/+28
2023-04-06Add [`manual_slice_size_calculation`]Michael Schubart-0/+93
2023-04-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-451/+1127
2023-04-06fix [mem_replace_option_with_none] not considering field variablesJ-ZhengLi-43/+28
2023-04-05Auto merge of #10554 - samueltardieu:redundant-async-block, r=Jarchobors-79/+68
2023-04-05Make redundant_async_block a more complete late passSamuel "Sam" Tardieu-79/+68
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-2/+2
2023-04-04box a bunch of large typesOli Scherer-2/+2
2023-04-04Auto merge of #10543 - blyxyas:tests_outside_test_module, r=flip1995bors-0/+74
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-2/+2
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+1
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-2/+2
2023-04-04Fix formatting and lint descriptionblyxyas-7/+5
2023-04-04Auto merge of #10592 - beetrees:parent-dir-bug-fix, r=giraffatebors-1/+2
2023-04-04Auto merge of #10589 - blyxyas:fix-double_must_use, r=giraffatebors-3/+15
2023-04-03Remove check for `#[cfg(test)]`blyxyas-33/+5
2023-04-03Fix bug with getting parent directories in `lookup_conf_file`bhould287-1/+2
2023-04-03Fix false negative on `Result<(), ()>`blyxyas-1/+11
2023-04-03Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!`bhould287-14/+19
2023-04-03only focus on `double_must_use` + Add `Result<(), ()>` testblyxyas-8/+9
2023-04-03Fix `double_must_use` for async functionsblyxyas-3/+4
2023-04-02Auto merge of #10588 - blyxyas:fix-allow_nonminimal_bool, r=llogiqbors-18/+21
2023-04-02Fix `nonminimal_bool` `#[allow]` attributes.blyxyas-18/+21
2023-04-02[arithmetic_side_effects] Fix #10583Caio-2/+10
2023-04-02Add `tests_outside_test_module` lintblyxyas-0/+104
2023-04-01Auto merge of #10534 - samueltardieu:lines-filter-map-ok, r=llogiqbors-0/+103
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-7/+8
2023-03-31Auto merge of #10536 - mkrasnitski:suggestions, r=flip1995bors-60/+117
2023-03-31Flag `bufreader.lines().filter_map(Result::ok)` as suspiciousSamuel "Sam" Tardieu-0/+103
2023-03-30Gramar, and spelin kleanupYuri Astrakhan-4/+4
2023-03-30Ignore `file!()` macro in `print_literal`, `write_literal`Alex Macleod-4/+10
2023-03-30Auto merge of #10414 - csmoe:large-future, r=xFrednetbors-0/+95
2023-03-30Auto merge of #9102 - botahamec:unused-box, r=xFrednetbors-1/+128
2023-03-29fix `single_component_path_imports` FPElliot Bobrow-13/+46
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-29Update clippy_lints/src/large_futures.rscsmoe-24/+21
2023-03-28Replace remaining usage of `FormatArgsExpn`Alex Macleod-97/+110
2023-03-28Auto merge of #10484 - Alexendoo:format-args-ast-2, r=Manishearthbors-88/+201
2023-03-28Auto merge of #10542 - Alexendoo:items-after-statements, r=giraffatebors-16/+17
2023-03-28Migrate `format_args.rs` to `rustc_ast::FormatArgs`Alex Macleod-88/+201
2023-03-28Add `(..)` syntax for RTNMichael Goulet-7/+8
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-2/+2
2023-03-27Auto merge of #10528 - bluthej:clear-with-drain, r=llogiqbors-23/+67
2023-03-26Don't lint functions with "box" in their nameMicha White-4/+10