about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-07-18Remove unused flags from ui-cargo testsAlex Macleod-13/+1
2023-07-18Auto merge of #11140 - Centri3:four_forward_slashes, r=blyxyasbors-0/+193
2023-07-18Auto merge of #11171 - Centri3:tuple_array_conversions, r=llogiqbors-18/+48
2023-07-17Auto merge of #11173 - Alexendoo:needless-return-fn-macro, r=Manishearthbors-0/+10
2023-07-17Don't lint `needless_return` in fns across a macro boundaryAlex Macleod-0/+10
2023-07-17Rewrite [`tuple_array_conversions`]Catherine-18/+48
2023-07-17document that `write!`ing into a string never failsy21-4/+27
2023-07-17new lint: `format_collect`y21-0/+70
2023-07-17Auto merge of #11083 - sylvestre:autofix, r=dswijbors-6/+130
2023-07-16[`semicolon_if_nothing_returned`]: Update the tests with the autofixSylvestre Ledru-6/+130
2023-07-16clippy-driver: Update bug URL to use the ice templatexFrednet-1/+1
2023-07-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1399/+2962
2023-07-14Auto merge of #11152 - Alexendoo:unnecessary-cast-applicability, r=Manishearthbors-0/+38
2023-07-13Set `unnecessary_cast` suggestion to `MaybeIncorrect` for pointer castsAlex Macleod-0/+38
2023-07-13Auto merge of #11095 - Alexendoo:rustfmt-imports, r=Manishearthbors-462/+444
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-462/+444
2023-07-13Auto merge of #11147 - y21:issue11145, r=Alexendoobors-0/+5
2023-07-12Improve suggestion and add more testsCatherine-26/+56
2023-07-12New lint [`four_forward_slashes`]Catherine-0/+163
2023-07-12Auto merge of #11123 - panosfol:master, r=giraffatebors-75/+11
2023-07-13[`arithmetic_side_effect`]: allow different rhs typey21-0/+5
2023-07-12Auto merge of #11098 - y21:issue11093, r=giraffatebors-1/+107
2023-07-12Auto merge of #11045 - Alexendoo:extern-flags, r=flip1995bors-9/+109
2023-07-12[`panic_in_result_fn`] remove `todo!`, `unimplemented!`, `unreachable!`Panagiotis Foliadis-75/+11
2023-07-12Ignore flaky clippy tests.Eric Huss-0/+9
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors-118/+63
2023-07-11[`unnecessary_literal_unwrap`]: also handle unwrap_err_uncheckedy21-1/+15
2023-07-11[`unnecessary_literal_unwrap`]: lint `unwrap_unchecked`y21-1/+93
2023-07-10Drop uplifted `clippy::fn_null_check`Urgau-118/+63
2023-07-10adjust applicability and suggest making binding mutabley21-0/+25
2023-07-10Auto merge of #11096 - y21:issue11091, r=giraffatebors-2/+22
2023-07-09Auto merge of #11110 - y21:unnecessary_literal_unwrap_ignore_expn, r=Jarchobors-0/+20
2023-07-09Auto merge of #11055 - smoelius:try-this, r=dswijbors-631/+633
2023-07-09Auto merge of #10900 - GuillaumeGomez:needless-pass-by-ref, r=llogiqbors-96/+314
2023-07-08Add test for #10535Samuel Moelius-0/+24
2023-07-08Auto merge of #11129 - c410-f3r:lock-1, r=Manishearthbors-3/+49
2023-07-08[significant_drop_tightening] Fix #11128Caio-3/+49
2023-07-08Auto merge of #11049 - Centri3:manual_is_infinite, r=blyxyas,xFrednetbors-0/+135
2023-07-08Refactor, remove `Constant::to_bits`Catherine-7/+26
2023-07-08refactorCatherine-14/+132
2023-07-08use `other` instead of `self`Centri3-129/+76
2023-07-08rename to `manual_partial_ord_and_ord_impl`Centri3-60/+180
2023-07-08implement `manual_partial_ord_impl`Centri3-0/+85
2023-07-08Delete `to_string_in_format_args_incremental.rs`Nilstrieb-19/+0
2023-07-07Fix failing clippy testsAlex Macleod-40/+20
2023-07-07[`manual_range_patterns`]: lint negative valuesy21-2/+22
2023-07-07arc_with_non_send_sync: reword and move to suspiciousAlex Macleod-9/+36
2023-07-06Make suggestion give multiple alternativesCatherine-50/+50
2023-07-06`manual_float_methods`Catherine-0/+116
2023-07-05[`unnecessary_literal_unwrap`]: don't lint if binding initializer is expny21-0/+20