about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2017-09-12RustupOliver Schneider-4/+3
2017-09-10suggestion for ptr_argAndre Bogus-0/+9
2017-09-09Update for latest RustAaron Hill-6/+6
2017-09-05Run nightly rustfmtOliver Schneider-106/+95
2017-09-04Fix "further information" linkM. Hasbini-1/+1
2017-09-01Link to current versions docs instead of master docsOliver Schneider-1/+2
2017-09-01wiki -> docsOliver Schneider-6/+6
2017-09-01Deprecate the wiki and remove the lint list from the README (fixes #1933)Oliver Schneider-1/+1
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-5/+5
2017-08-30Rustup (fixes #2002)Oliver Schneider-0/+1
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-8/+8
2017-08-23add closure arg check, also catch non-constsAndre Bogus-0/+28
2017-08-21Run Dogfood for `use_self`Oliver Schneider-2/+2
2017-08-21Merge pull request #1971 from Frederick888/fix-1970Oliver Schneider-2/+2
2017-08-21Merge pull request #1931 from rust-lang-nursery/move_linksOliver Schneider-1/+1
2017-08-19use CompilerDesugaringKindFrederick Zhang-2/+2
2017-08-15RustupOliver Schneider-10/+10
2017-08-14Merge branch 'master' into move_linksOliver Schneider-95/+155
2017-08-14RustupOliver Schneider-20/+18
2017-08-14RustfmtOliver Schneider-75/+137
2017-08-06Change all links to reflect the move to rust-lang-nurseryAndre Bogus-1/+1
2017-08-01Create a lint authoring helper (generates matching code)Oliver Schneider-0/+1
2017-07-24Set show_code_when_inline to trueMatt Kraai-0/+1
2017-07-10Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*Oliver Schneider-2/+2
2017-06-29Run rustfmtOliver Schneider-2/+1
2017-06-29Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)messense-4/+4
2017-06-10Bump to 0.0.139Manish Goregaokar-14/+15
2017-06-11Abide by the common rustc::ty conventions.Eduard-Mihai Burtescu-17/+18
2017-06-11Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10).Eduard-Mihai Burtescu-25/+10
2017-06-10Pass extra parameter to CrateStore::item_children for rustc nightlyAnders Kaseorg-2/+2
2017-06-05Finish rustup.Eduard-Mihai Burtescu-15/+12
2017-06-04Continue work on rustupmcarton-5/+4
2017-06-02Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01)messense-12/+4
2017-05-26Rustup to rustc 1.19.0-nightly (557967766 2017-05-26)Manish Goregaokar-1/+1
2017-05-24Rustup to rustc 1.19.0-nightly (5b13bff52 2017-05-23)Oliver Schneider-3/+3
2017-05-19Fix build failure on rustc 1.19.0-nightly (0ed1ec9f9 2017-05-18)messense-2/+0
2017-05-14Update to rustc 1.19.0-nightly (826d8f385 2017-05-13)Oliver Schneider-17/+15
2017-05-03Run rustfmtOliver Schneider-1/+0
2017-05-02Update to latest nightlyOliver Schneider-9/+4
2017-04-27Update to latest rustc versionOliver Schneider-1/+1
2017-04-25Merge remote-tracking branch 'origin/master' into yati_masterOliver Schneider-5/+10
2017-04-16Rustup to 1.18.0-nightly (d5cf1cb64 2017-04-15)Mrmaxmeier-1/+2
2017-04-13needless_continue: Remove indentation of suggestion code.Yati Sagade-189/+0
2017-04-12Run rustfmtOliver Schneider-4/+8
2017-04-12Dogfood testsOliver Schneider-3/+5
2017-04-09needless_continue: Refactor to use stuff from utils, and move some stuff to u...Yati Sagade-0/+188
2017-04-06Fix falloutOliver Schneider-3/+3
2017-04-06fix various rustup failuresOliver Schneider-0/+3
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-32/+20