about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-1/+1
2017-03-30Fix falloutOliver Schneider-1/+1
2017-03-21Fix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)Enrico Schmitz-10/+6
2017-03-07Don't lint `nan_cmp` and `zero_ptr` in constantsOliver Schneider-0/+12
2017-03-05Mostly apply rustfmtOliver Schneider-3/+3
2017-03-03Simplify `snippet` body by forwarding to `snippet_opt`Oliver Schneider-1/+1
2017-03-02Fix invalid_upcast_comparisons lint for same size sign castsOliver Schneider-0/+7
2017-03-01Using f.unsafety() instead of f.skip_binder().unsafetyEnrico Schmitz-1/+1
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-2/+2
2017-02-27rustupOliver Schneider-1/+1
2017-02-25Enable `len_zero` for slicessinkuu-1/+1
2017-02-21Merge pull request #1491 from Manishearth/into_iter_on_refOliver Schneider-0/+11
2017-02-21rustfmtOliver Schneider-1/+1
2017-02-21cleanup and create another helper function that we should use more oftenOliver Schneider-0/+11
2017-02-21Use `multispan_sugg`sinkuu-2/+2
2017-02-18Support generic typesinkuu-3/+9
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-6/+6
2017-01-26remove rustc-serialize dependency and factor `util::cargo` out into a crateOliver Schneider-1/+0
2017-01-21Rustup to nightly from 2017-01-20Pascal Hertleif-1/+1
2017-01-17apply rustfmtOliver Schneider-12/+8
2017-01-13rustup to 2017-01-12Oliver Schneider-17/+13
2017-01-07Move `is_try` to utilsinkuu-0/+44
2017-01-04Rerun rustfmtManish Goregaokar-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix self typeManish Goregaokar-0/+11
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from ...Manish Goregaokar-0/+3
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Eliminate has_self utilManish Goregaokar-3/+0
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustupJosh Holmer-1/+1
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-1/+14
2016-12-21function definition style simplificationOliver Schneider-13/+40
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-5/+4
2016-12-21rustfmt fallout in doc commentsOliver Schneider-17/+21
2016-12-21rustfmt round nOliver Schneider-2/+3
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-105/+114
2016-12-10Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...Arnavion-1/+1
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-17/+22
2016-12-02Fix dogfoodmcarton-5/+2
2016-12-02`enum glob use` and `copies` leftOliver Schneider-5/+40
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-10/+36
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-2/+2
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-14/+15
2016-11-17Handle closure with single expression blocksmcarton-0/+19
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-3/+9
2016-11-02mark cyclomatic complexity attribute as usedOliver Schneider-3/+3
2016-10-30factor out `is_automatically_derived` util fnSebastian Ullrich-0/+6
2016-10-24Merge branch 'master' of github.com:Manishearth/rust-clippy into deep_code_in...Oliver Schneider-0/+5
2016-10-22Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*mcarton-0/+5
2016-10-18initial implementation of the code inspector lintOliver Schneider-0/+1
2016-10-06Rustup to *rustc 1.14.0-nightly (3210fd5c2 2016-10-05)*mcarton-3/+3
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-1/+1
2016-09-28Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*mcarton-13/+7