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