about summary refs log tree commit diff
path: root/clippy_lints/src/misc.rs
AgeCommit message (Expand)AuthorLines
2018-04-15Cleanup misc::check_nanPhilipp Hansch-9/+7
2018-04-15Handle non-trivial nil closuresPhil Turnbull-10/+12
2018-03-29Address review commentsOliver Schneider-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-19/+20
2018-03-13Update to rustc masterOliver Schneider-58/+6
2018-02-26oopsManish Goregaokar-58/+0
2018-02-26Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25)Manish Goregaokar-0/+58
2018-01-30Rustup to rustc 1.25.0-nightly (90eb44a58 2018-01-29)Seiichi Uchida-2/+2
2018-01-20Small documentation formatting fixmcarton-6/+3
2017-11-20Merge pull request #2203 from clippered/float_cmp_constOliver Schneider-2/+38
2017-11-05Fix #1142 float constant comparison lintclippered-2/+38
2017-11-05Cargo fmttopecongiro-17/+21
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-59/+62
2017-09-13RustupOliver Schneider-2/+2
2017-09-12RustupOliver Schneider-5/+1
2017-09-09Update for latest RustAaron Hill-1/+1
2017-09-05Run nightly rustfmtOliver Schneider-25/+23
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-1/+1
2017-08-28Add a lint for lossless casts.Dan Gohman-6/+6
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-2/+2
2017-08-15RustupOliver Schneider-1/+1
2017-08-14RustfmtOliver Schneider-71/+103
2017-08-06fixing dogfoodAndre Bogus-2/+2
2017-08-06fix ConstFloat usageFrederick Zhang-10/+28
2017-08-01Run rustfmtOliver Schneider-3/+5
2017-08-01use BindingAnnotation instead of BindingModeFrederick Zhang-30/+35
2017-07-31Update to latest masterOliver Schneider-1/+5
2017-06-10Bump to 0.0.139Manish Goregaokar-1/+3
2017-06-11Remove uses of span_if_local.Eduard-Mihai Burtescu-7/+5
2017-06-11Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).Eduard-Mihai Burtescu-3/+3
2017-05-12Run rustfmtOliver Schneider-3/+9
2017-05-11Fix #1730Oliver Schneider-27/+40
2017-05-11Reduce code duplicationOliver Schneider-20/+10
2017-04-12Run rustfmtOliver Schneider-3/+1
2017-04-06Fix falloutOliver Schneider-2/+2
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-3/+3
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-3/+3
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-3/+3
2017-03-30Fix falloutOliver Schneider-2/+2
2017-03-13Run rustfmtOliver Schneider-7/+7
2017-03-07Don't lint `nan_cmp` and `zero_ptr` in constantsOliver Schneider-40/+85
2017-03-05Mostly apply rustfmtOliver Schneider-1/+1
2017-03-01Also handle ConstFloat::F32 in is_allowedEnrico Schmitz-5/+17
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-14/+5
2017-02-18Support generic typesinkuu-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-17apply rustfmtOliver Schneider-7/+5
2017-01-13rustup to 2017-01-12Oliver Schneider-8/+8
2017-01-05Merge pull request #1414 from samueltardieu/no-short-circuit-ifOliver Schneider-2/+38
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-5/+5