about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-04-12Auto merge of #10621 - fee1-dead-contrib:bump_syn, r=flip1995bors-3/+3
2023-04-12bless test errorDeadbeef-1/+1
2023-04-12Update ui tests auxiliary to syn 2.0Deadbeef-2/+2
2023-04-11Test all types supported by [`collection_is_never_read`]Michael Schubart-25/+86
2023-04-11Add test case from #10488Michael Schubart-7/+19
2023-04-11Ignore fake read accessMichael Schubart-9/+14
2023-04-11Auto merge of #10614 - bluthej:clear-with-drain, r=Manishearthbors-68/+734
2023-04-10Auto merge of #10593 - feniljain:fix-needless-return, r=xFrednetbors-0/+18
2023-04-09Merge branch 'rust-lang:master' into clear-with-drainbluthej-293/+1776
2023-04-09Fix false negative for `Strings`bluthej-1/+33
2023-04-09Fix false negative with `String` and add testsbluthej-103/+667
2023-04-07Add 5 other container types and start testingbluthej-9/+79
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-05fix(needles_return): correct span selection for text replacementfeniljain-9/+9
2023-04-05test: add test for match as stmt no triggering needless_returnfeniljain-0/+18
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-04fix(needless_return): do not trigger on ambiguous match arms returnfeniljain-9/+9
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