]> git.lizzy.rs Git - rust.git/history - tests
empty-liner-after-outer-attr: make lint adhere to lint message convention
[rust.git] / tests /
2020-08-10 Matthias Krügerempty-liner-after-outer-attr: make lint adhere to lint...
2020-08-10 Matthias Krügerdrop_bounds: make lint adhere to lint message convention
2020-08-10 Matthias Krügerdouble-parens: make lint adhere to lint message convent...
2020-08-10 Matthias Krügerdouble-comparisons: make lint adhere to lint message...
2020-08-10 Matthias Krügerdefault-trait-access: make lint adhere to lint message...
2020-08-10 Matthias Krügercmp_null: make lint adhere to lint message convention
2020-08-10 Matthias Krügerunnecessary_unwrap, panicking_unwrap: make lints adhere...
2020-08-10 Matthias Krügerchecked-conversions: make lint adhere to lint message...
2020-08-10 Matthias Krügernaive_bytecount: make lint adhere to lint message conve...
2020-08-10 Matthias Krügerbuiltin-type-shadow: make lint adhere to lint message...
2020-08-10 Matthias Krügerbool-comparison: make lint adhere to lint message conve...
2020-08-10 Matthias Krügertoo-many-lines: make lint adhere to lint message convention
2020-08-10 borsAuto merge of #5883 - flip1995:rollup-x9mftxe, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5874 - camelid:patch-1, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5871 - wiomoc:feature/methodcall-minma...
2020-08-10 Philipp KronesRollup merge of #5870 - ebroto:5789_allow_unsafe_derive...
2020-08-10 Philipp KronesRollup merge of #5869 - wiomoc:feature/implicit-self...
2020-08-10 Philipp KronesRollup merge of #5825 - giraffate:same_item_push, r...
2020-08-08 borsAuto merge of #5877 - ebroto:5872_loops_ice, r=Manishearth
2020-08-08 borsAuto merge of #5878 - flip1995:rustup, r=flip1995
2020-08-08 Eduardo BrotoFix ICE in `loops` module
2020-08-07 Christoph Walchercheck impl Ord / is_float
2020-08-07 Christoph Walcherignore mutable self reference parameters
2020-08-07 Christoph Walcherfix nits
2020-08-07 Christoph Walcherfix ui tests
2020-08-07 Christoph Walcheradopt comments from review
2020-08-07 Christoph WalcherLint against `Self` as an arbitrary self type
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-06 Christoph WalcherLint .min(x).max(y) with x < y
2020-08-05 Eduardo Brotoenable #[allow(clippy::unsafe_derive_deserialize)]
2020-08-05 borsAuto merge of #5809 - JarredAllen:stable_sort_primitive...
2020-08-05 borsAuto merge of #5859 - ebroto:5765_manual_async_fn_fp...
2020-08-05 Takayuki Nakatarustfmt
2020-08-05 Takayuki NakataFix a lint message
2020-08-05 Takayuki NakataAdd test case for `same_item_push`
2020-08-05 Takayuki NakataAdd lint `same_item_push`
2020-08-05 borsAuto merge of #5857 - tmiasko:try-err-poll, r=matthiaskrgr
2020-08-04 borsAuto merge of #5865 - camsteffen:unnecessary-fold-known...
2020-08-04 borsAuto merge of #5868 - flip1995:rollup-5g8vft5, r=flip1995
2020-08-04 Philipp KronesRollup merge of #5856 - phansch:remove-symbol-reexport...
2020-08-04 Philipp KronesRollup merge of #5852 - wiomoc:feature/lint-duplicate...
2020-08-04 Philipp KronesRollup merge of #5848 - Ryan1729:add-derive_ord_xor_par...
2020-08-04 Philipp KronesRollup merge of #5846 - dima74:map_flatten.map_to_optio...
2020-08-04 Philipp KronesRollup merge of #5837 - JarredAllen:needless_collect...
2020-08-04 borsAuto merge of #5867 - flip1995:rustup, r=flip1995
2020-08-03 Tomasz Miąskotry_err: Consider Try impl for Poll when generating...
2020-08-03 JarredAllenCreate stable_sort_primitive lint
2020-08-03 borsAuto merge of #5864 - rust-lang:ci_debug, r=Manishearth
2020-08-03 flip1995Fix ui-cargo tests in CI
2020-08-03 JarredAllenImplement review suggestions
2020-08-03 JarredAllenFix formatting and dogfood fallout
2020-08-03 JarredAllenSplit indirect collects into their own test case
2020-08-03 JarredAllenWrite the lint and write tests
2020-08-03 JarredAllenCreate test for wanted behavior
2020-08-02 Eduardo Brotomanual_async_fn: take input lifetimes into account
2020-08-02 liuzhenyufix typos
2020-07-30 Dmitry MurzinReview fixes
2020-07-30 Dmitry MurzinHandle mapping to Option in `map_flatten` lint
2020-07-29 Oliver SchererUpdate clippy ui test.
2020-07-29 borsAuto merge of #5843 - dima74:iter_skip_next.add-suggest...
2020-07-29 borsAuto merge of #5840 - flip1995:basics, r=phansch
2020-07-29 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-28 Christoph WalcherLint duplicate methods of trait bounds
2020-07-27 Ryan1729run cargo dev fmt and fix overly long line
2020-07-27 Ryan1729update reference since we see the expected four errors
2020-07-27 Ryan1729add test for derive_ord_xor_partial_ord based on test...
2020-07-27 Ryan1729run cargo dev new_lint
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-26 borsAuto merge of #5845 - giraffate:fix_fp_useless_conversi...
2020-07-25 Takayuki NakataFix FP `useless_conversion`
2020-07-25 Dmitry MurzinAdd suggestion for `iter_skip_next` lint
2020-07-21 borsAuto merge of #5830 - flip1995:rustup, r=flip1995
2020-07-20 borsAuto merge of #5824 - tmiasko:manually-drop-clone,...
2020-07-19 Tomasz MiąskoIgnore not really redundant clones of ManuallyDrop
2020-07-19 borsAuto merge of #5800 - montrivo:bugfix/redundant_closure...
2020-07-19 Tim Nielensredundant_closure_call - pr review
2020-07-19 Tim Nielensredundant_closure_call - add support for shadowed closures
2020-07-19 Tim Nielensredundant_closure_call - extract lint from misc_early...
2020-07-19 Tim Nielensredundant_closure_call - don't lint when used more...
2020-07-18 ThibsGFix FP for `suspicious_arithmetic_impl` from `suspiciou...
2020-07-18 borsAuto merge of #5815 - JarredAllen:redundant_pattern_bug...
2020-07-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-17 borsAuto merge of #5817 - flip1995:rustup, r=flip1995
2020-07-17 JarredAllenAdd test for correct behavior
2020-07-17 borsAuto merge of #5811 - JarredAllen:panic_multiple_args...
2020-07-17 borsAuto merge of #5810 - matthiaskrgr:typos_2, r=Manishearth
2020-07-16 Matthias Krügerfix typos (found by codespell)
2020-07-16 JarredAllenEnable detecting multiple-argument panics
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-15 borsAuto merge of #5788 - Leulz:shadow-unrelated-fix-rhs...
2020-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-15 Leo Meira VitalRemoving snippet from SHADOW_UNRELATED message.
2020-07-14 borsAuto merge of #5798 - mikerite:fix-2277-2, r=yaahc
2020-07-14 borsAuto merge of #5793 - warner:5783-nth-zero-next, r...
2020-07-14 borsAuto merge of #5737 - Uriopass:unit-for-ord, r=flip1995
2020-07-14 Brian Warnerformatting nits
2020-07-14 Matthias Krügernew lint: Returning unit from closures expecting Ord
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #5732 - bjorn3:patch-1, r=flip1995
next