about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2017-10-08Lint range_plus_one and range_minus_one (closes #329)Niklas Fiekas-1/+1
2017-10-04Add identity_conversion lint (fixes #1051)sinkuu-0/+3
2017-10-03Add lints `transmute_int_to_*`PizzaIter-0/+3
2017-09-30Merge pull request #1838 from rust-lang-nursery/fix-docOliver Schneider-0/+1
2017-09-30Add the `url` crate as a dependencymcarton-0/+1
2017-09-29add lint for creation of invalid referencesLaura Peskin-0/+3
2017-09-29Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_thresholdOliver Schneider-1/+1
2017-09-25Update changelogManish Goregaokar-1/+2
2017-09-25Configuration option for VERBOSE_BIT_MASK thresholdYury Krivopalov-1/+1
2017-09-24Merge pull request #2060 from mrecachinas/feature/int-plus-oneOliver Schneider-0/+3
2017-09-18Bump to 0.0.162Manish Goregaokar-0/+1
2017-09-17Register 'int_plus_one' lint case in clippy_lintsMichael Recachinas-0/+3
2017-09-13RustupOliver Schneider-0/+1
2017-09-12Version bumpOliver Schneider-0/+1
2017-09-05Update changelogManish Goregaokar-0/+1
2017-09-05Run nightly rustfmtOliver Schneider-6/+9
2017-09-03Fix unit_expr expectations and changelog entryManish Goregaokar-2/+2
2017-09-02Use the type from the macroZaki Manian-1/+1
2017-09-02Initial commit of unit exprZaki Manian-0/+3
2017-08-29Enable the cast_lossless warning by default.Dan Gohman-1/+1
2017-08-29Merge pull request #1956 from sunfishcode/masterOliver Schneider-0/+1
2017-08-28Update tests to current rustcOliver Schneider-1/+0
2017-08-28Add a lint for lossless casts.Dan Gohman-0/+1
2017-08-28Merge pull request #1861 from CBenoit/masterOliver Schneider-0/+1
2017-08-27Remove unused extern cratesTatsuyuki Ishi-5/+0
2017-08-27Reorder allow attributes to suppress unknown lint warningTatsuyuki Ishi-1/+1
2017-08-25New lint: (maybe_)infinite_iterAndre Bogus-0/+4
2017-08-22new lint: naive_bytecountAndre Bogus-0/+3
2017-08-21Now register needless borrowed ref.Benoît CORTIER-0/+1
2017-08-21Version bumpOliver Schneider-0/+1
2017-08-18lint #1674: replace struct name with `Self` when applicableTim Nielens-0/+2
2017-08-03WIP: Find binding or assignment within outer loopAndre Bogus-1/+1
2017-08-01Use the authoring tool to create a new lintOliver Schneider-0/+1
2017-08-01Create a lint authoring helper (generates matching code)Oliver Schneider-0/+1
2017-08-01update_lints.sh has a different opinion on ordering thingsOliver Schneider-1/+1
2017-07-22Add lint for digit grouping.Jay Hardee-0/+5
2017-07-04Merge pull request #1847 from Manishearth/nested_while_letOliver Schneider-1/+1
2017-06-24Add needless borrowed ref lint (WIP).Benoît CORTIER-0/+2
2017-06-23don't lint while_let_on_iterator on nested loopsAndre Bogus-1/+1
2017-06-18Replace `Range::step_by` checking with `Iterator::step_by`Oliver Schneider-1/+5
2017-06-17Add `itertools` and `pulldown-cmark` dependenciesmcarton-0/+3
2017-06-16rustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)messense-2/+2
2017-06-13Merge pull request #1501 from scott-linder/types-borrow-boxOliver Schneider-0/+1
2017-06-11check for borrowed box typesscott-linder-0/+1
2017-05-30fix never_loopCameron Steffen-1/+1
2017-05-26Demote the never_loop lint to Allow for now.Georg Brandl-1/+1
2017-05-09Update our config reading to serde 1.0Oliver Schneider-3/+10
2017-05-09Update to serde 1.0Oliver Schneider-2/+2
2017-04-27Bump the versionOliver Schneider-2/+2
2017-04-25Merge remote-tracking branch 'origin/master' into yati_masterOliver Schneider-1/+0