about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-24Improve new_without_default docsManish Goregaokar-3/+21
2016-04-23cc: early returns are specialOliver 'ker' Schneider-11/+26
2016-04-23Merge pull request #867 from Manishearth/#830llogiq-7/+13
2016-04-23allow items_after_statements by defaultAndre Bogus-2/+2
2016-04-21Fixed destructor detection in mem_forgetTaylor Cramer-6/+7
2016-04-20Limited mem_forget error to only Drop types (fails)Taylor Cramer-7/+12
2016-04-20Changed std::mem::forget errors to mem::forgetTaylor Cramer-3/+3
2016-04-20Ticks around std::mem::forgetTaylor Cramer-1/+1
2016-04-20Ran update_lints and updated CHANGELOG.md to reflect addition of mem_forgetTaylor Cramer-1/+1
2016-04-20Added lint for mem_forgetTaylor Cramer-0/+42
2016-04-20Check type for `SINGLE_CHAR_PATTERN`mcarton-7/+13
2016-04-19Removed unnecessary restriction of unsafe_removed_from_name to top-level use ...Taylor Cramer-11/+2
2016-04-19Ran update_lints scriptTaylor Cramer-2/+2
2016-04-19Added lint for use imports which remove unsafe from nameTaylor Cramer-0/+93
2016-04-17add neg_multiply lint (#862)llogiq-1/+62
2016-04-17Make if_not_else lint Allow by default (fixes #859)Georg Brandl-2/+2
2016-04-15Fix the `REGEX_MACRO` lintmcarton-4/+4
2016-04-14rustfmt all the thingsmcarton-275/+375
2016-04-14s/paths::LL/paths::LINKED_LISTmcarton-3/+3
2016-04-14Move paths to their own modulemcarton-138/+136
2016-04-14Add a `TEMPORARY_CSTRING_AS_PTR` lintmcarton-4/+54
2016-04-14Ignore `#[test]` fns in `cyclomatic_complexity`mcarton-3/+6
2016-04-13More tests in `DOC_MARKDOWN`mcarton-2/+5
2016-04-12Merge pull request #851 from Manishearth/docManish Goregaokar-17/+86
2016-04-12Fix FP with `DOC_MARKDOWN` and reference linksmcarton-16/+85
2016-04-11add a note of rust-lang/rust/#31439 to the wiki textAndre Bogus-2/+2
2016-04-11Markdownify more docmcarton-1/+1
2016-04-08Rustup to 1.9.0-nightly (7979dd608 2016-04-07)mcarton-37/+28
2016-04-08Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)mcarton-116/+119
2016-04-04Fix false positive with `DOC_MARKDOWN` and `32MiB`mcarton-8/+26
2016-04-03Rustup to 1.9.0-nightly (5ab11d72c 2016-04-02)mcarton-11/+11
2016-04-02Small fixes in #802mcarton-10/+8
2016-04-02Rustup PR #802mcarton-9/+8
2016-04-02Added eq and neq handling to invalid upcast comparisonsTaylor Cramer-1/+12
2016-04-02Reverted to manual implementation of PartialEq for FullIntTaylor Cramer-1/+7
2016-04-02Erased numeric type to reduce branchingTaylor Cramer-13/+2
2016-04-02Invalid upcast comparison cleanupTaylor Cramer-91/+88
2016-04-02Tests passing for invalid_upcast_comparisonsTaylor Cramer-58/+57
2016-04-02Updated lints with scriptTaylor Cramer-1/+1
2016-04-02Initial attempt at linting invalid upcast comparisonsTaylor Cramer-12/+213
2016-04-01Merge pull request #826 from Manishearth/patho-boolManish Goregaokar-0/+8
2016-04-01Ignore pathological cases in boolean lint (#825)Manish Goregaokar-0/+8
2016-04-01Fix false positive with `DOC_MARKDOWN` and linksmcarton-2/+7
2016-04-01Improve the `match_same_arms` docmcarton-1/+3
2016-04-01fix #820Andre Bogus-1/+2
2016-03-31whitelist more non-expressive-name false positivesOliver Schneider-4/+4
2016-03-31Rustup to 1.9.0-nightly (30a3849f2 2016-03-30)mcarton-28/+35
2016-03-30Fix FP in `REDUNDANT_CLOSURE` with divergent functionsmcarton-1/+2
2016-03-30better whitelisting of "confusable" binding namesOliver Schneider-28/+48
2016-03-30don't lint on binding names where only a numeric char changes to another numericOliver Schneider-32/+22