about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2017-09-18Fix case in doc_valid_identsMartin Carton-1/+1
2017-09-18lints/doc_markdown: add two more entriesLuca Bruno-1/+1
2017-09-16add suggestions for .clone() in ptr_arg fnsAndre Bogus-0/+21
2017-09-13RustupOliver Schneider-0/+4
2017-09-12RustupOliver Schneider-9/+9
2017-09-10suggestion for ptr_argAndre Bogus-0/+9
2017-09-09Add CLONE_ON_REF_PTR lintAaron Hill-0/+4
2017-09-09Use hir_id instead of fetching hir_id via the NodeIdOliver Schneider-1/+1
2017-09-09Update for latest RustAaron Hill-10/+10
2017-09-05Run nightly rustfmtOliver Schneider-254/+245
2017-09-04Fix "further information" linkM. Hasbini-1/+1
2017-09-03Run rustfmtManish Goregaokar-7/+13
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-15/+9
2017-08-30Rustup (fixes #2002)Oliver Schneider-6/+24
2017-08-25New lint: (maybe_)infinite_iterAndre Bogus-0/+2
2017-08-25Merge pull request #1989 from Frederick888/fix-1988Martin Carton-9/+6
2017-08-25fix PathParameters usageFrederick Zhang-9/+6
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-19/+19
2017-08-24Merge pull request #1959 from DarkEld3r/1884-borrowed-box-anyOliver Schneider-0/+1
2017-08-23add closure arg check, also catch non-constsAndre Bogus-0/+28
2017-08-23Fix borrowed_box lint for Box<Any>Stanislav Tkach-0/+1
2017-08-22new lint: naive_bytecountAndre Bogus-0/+1
2017-08-21Run Dogfood for `use_self`Oliver Schneider-10/+12
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-18is_from_for_loop: document what first check matchesJoonas Koivunen-0/+7
2017-08-18is_from_for_desugar: add match for `for _ in x`Joonas Koivunen-0/+16
2017-08-15RustupOliver Schneider-13/+13
2017-08-14Merge branch 'master' into move_linksOliver Schneider-206/+379
2017-08-14RustupOliver Schneider-20/+18
2017-08-14RustfmtOliver Schneider-186/+361
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/+471
2017-07-24Set show_code_when_inline to trueMatt Kraai-0/+1
2017-07-13Use token_to_string instead of binop_to_stringMatt Kraai-2/+3
2017-07-10Run rustfmtOliver Schneider-2/+1
2017-07-10Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*Oliver Schneider-10/+9
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-28Update for latest masterOliver Schneider-1/+1
2017-06-16rustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)messense-13/+13
2017-06-10Bump to 0.0.139Manish Goregaokar-16/+16
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-08Check for `for` loop desugaring in higheringmcarton-1/+1