about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2022-07-01Fix allow attributes in let_unit_valueAlex Macleod-13/+33
2022-07-01Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffatebors-4/+10
2022-06-30Fix false-positive in `equatable_if_let`dAxpeDDa-11/+28
2022-06-30Uncomment test for #8734Alex Macleod-31/+59
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-399/+3931
2022-06-29Don't lint `while_let_loop` when drop order would changeJason Newcomb-0/+26
2022-06-29Auto merge of #9043 - dswij:9037-test, r=Manishearthbors-6/+32
2022-06-29Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=f...bors-67/+293
2022-06-28Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Ja...bors-142/+302
2022-06-28Auto merge of #8355 - Jarcho:explicit_auto_deref_2, r=flip1995bors-36/+770
2022-06-28Move `EqOp` into `Operators` lint passJason Newcomb-28/+2
2022-06-28Add `explicit_auto_deref` test for variadic functionJason Newcomb-32/+50
2022-06-28Fix `needless_borrow` suggestion when calling a trait method taking `self`Jason Newcomb-1/+73
2022-06-28Refactor `dereference.rs`Jason Newcomb-34/+36
2022-06-28Lint `explicit_auto_deref` immediately after `needless_borrow`Jason Newcomb-1/+19
2022-06-28Lint `explicit_auto_deref` without a leading borrowJason Newcomb-7/+47
2022-06-28Lint field accesses in `explicit_auto_deref`Jason Newcomb-1/+53
2022-06-28Merge different parent walking loops in `dereference.rs`Jason Newcomb-5/+39
2022-06-28Don't lint `explicit_auto_deref` on reborrowsJason Newcomb-29/+41
2022-06-28Add `explicit_auto_deref` lintJason Newcomb-26/+512
2022-06-28Update `boxed_local` expect attribute locationxFrednet-2/+1
2022-06-28Auto merge of #8774 - hellow554:cargo-rust-version, r=flip1995bors-3/+299
2022-06-28Auto merge of #8639 - Jarcho:trivially_copy_pass_by_ref_5953, r=dswijbors-1/+45
2022-06-28add uitests for cargo rust-version fieldMarcel Hellwig-0/+278
2022-06-28parse `Cargo.toml` file in ui-cargo testsMarcel Hellwig-3/+21
2022-06-27Make messages more accurate, check lint enabledPreston From-79/+92
2022-06-27Auto merge of #8649 - ebobrow:imperative_find, r=flip1995bors-25/+644
2022-06-27Don't lint `trivially_copy_pass_by_ref` when unsafe pointers are usedJason Newcomb-0/+12
2022-06-27Actually check lifetimes in `trivially_copy_pass_by_ref`Jason Newcomb-1/+33
2022-06-27Auto merge of #8972 - kyoto7250:use_retain, r=llogiqbors-0/+610
2022-06-27Fix `let_undescore_lock` false-positive when binding without lockingKlim Tsoutsman-4/+13
2022-06-27Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffatebors-0/+55
2022-06-27Auto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt, r=giraffatebors-16/+203
2022-06-27rename use_retain => manual_retainkyoto7250-22/+22
2022-06-27check msrvkyoto7250-23/+79
2022-06-27check methodkyoto7250-16/+96
2022-06-27feat(new lint): new lint `use_retain`kyoto7250-0/+474
2022-06-26Auto merge of #9032 - kyoto7250:issue_9018, r=llogiqbors-1/+47
2022-06-25Auto merge of #8985 - botahamec:single-match-option, r=llogiqbors-2/+110
2022-06-25Fix `#[expect]` for `clippy::manual_non_exhaustive`xFrednet-4/+13
2022-06-25Fix `#[expect]` for `clippy::macro_use_imports`xFrednet-7/+60
2022-06-25Fix `#[expect]` for `unnecessary_unwrap`, `panicking_unwrap`xFrednet-19/+35
2022-06-25Fix `#[expect]` for `clippy::needless_return`xFrednet-37/+57
2022-06-25Fix `#[expect]` for `clippy::implicit_return`xFrednet-2/+22
2022-06-25Fix `#[expect]` for `clippy::boxed_local`xFrednet-4/+10
2022-06-25Fix `#[expect]` for `clippy::nonminimal_bool`xFrednet-12/+19
2022-06-25Fix `#[expect]` for `clippy::logic_bug`xFrednet-10/+18
2022-06-25Test `#[expect]` for `redundant_clone`xFrednet-30/+40
2022-06-25Fix `#[expect]` for `clippy::ptr_arg`xFrednet-17/+29
2022-06-25Suggest `pointer::cast` when possible in `transmute_ptr_to_ref`Jason Newcomb-16/+203