about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
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-20Rename lint to needless_take_by_valuesinkuu-1/+1
2017-02-19Lint needless take-by-valuesinkuu-0/+2
2017-02-18Support generic typesinkuu-4/+9
2017-02-18Add `should_assert_eq` lint (fixes #641)sinkuu-0/+1
2017-02-08doc-markdown: Allow LaTeX-related wordsNathan Musoke-0/+1
2017-02-03Rustup to nightly from 2017-01-31Mrmaxmeier-1/+4
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-16/+16
2017-01-30large_enum_variants lint suggests to box variants above a configurable limitOliver Schneider-0/+2
2017-01-26Fix #1476: Add support for exclusive pattern matches.Tom Prince-3/+7
2017-01-26remove rustc-serialize dependency and factor `util::cargo` out into a crateOliver Schneider-78/+0
2017-01-21Rustup to nightly from 2017-01-20Pascal Hertleif-1/+1
2017-01-18rustup to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)Mrmaxmeier-1/+1
2017-01-17apply rustfmtOliver Schneider-21/+16
2017-01-13rustup to 2017-01-12Oliver Schneider-22/+18
2017-01-07Move `is_try` to utilsinkuu-0/+44
2017-01-07Implement `unused_io_amount` lintsinkuu-0/+3
2017-01-04Rerun rustfmtManish Goregaokar-9/+26
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): Borrow and spelling fixesManish Goregaokar-10/+10
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-18/+32
2016-12-21manually fix the overlong linesOliver Schneider-7/+22
2016-12-21function definition style simplificationOliver Schneider-13/+40
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-7/+7
2016-12-21rustfmt fallout in doc commentsOliver Schneider-19/+23
2016-12-21rustfmt round nOliver Schneider-3/+5
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-312/+274
2016-12-10Use inputs/output getters for rustc::ty::FnSig instead of the now non-existen...Arnavion-1/+1
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-13/+13
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-39/+48
2016-12-02Fix dogfoodmcarton-5/+2
2016-12-02Fix copy lintsmcarton-10/+19
2016-12-02Revert "down to for-loops not comparing as equal"mcarton-37/+58
2016-12-02permit more equalitiesOliver Schneider-4/+3
2016-12-02down to for-loops not comparing as equalOliver Schneider-58/+37
2016-12-02`enum glob use` and `copies` leftOliver Schneider-25/+48
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-69/+105
2016-11-25rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)Oliver Schneider-9/+20
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-7/+6
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-30/+29
2016-11-18fix the inspectorOliver Schneider-8/+8
2016-11-17Handle closure with single expression blocksmcarton-0/+19
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-15/+21
2016-11-11Recognize quux as a metasyntactic variableSébastien Santoro-1/+1
2016-11-02mark cyclomatic complexity attribute as usedOliver Schneider-3/+3
2016-10-31Merge pull request #1307 from Kha/partialeq_neOliver Schneider-9/+13