about summary refs log tree commit diff
path: root/clippy_lints/src/ranges.rs
AgeCommit message (Expand)AuthorLines
2020-01-18Downgrade range_plus_one to pedanticAndre Bogus-1/+5
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Normalize lint messagesYuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-5/+5
2019-12-18Update iterator_step_by_zeroMichael Wright-44/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-7/+7
2019-09-10New `is_integer_const` to check more const intsAndre Bogus-9/+9
2019-09-03Fix occurrences of `too_many_lines` violationsMichael Wright-66/+73
2019-08-22Add examples to some complexity lintsBO41-0/+13
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-4/+8
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-3/+4
2019-06-01Make use of new `outer_expn_info()` functionLzu Tao-2/+1
2019-05-18Dogfood and rustfmtOliver Scherer-2/+1
2019-05-17Prevent symbocalypseOliver Scherer-4/+3
2019-05-14Rustfmt all the thingsOliver Scherer-1/+2
2019-05-14Use symbols instead of stringsOliver Scherer-3/+4
2019-04-17Use lint pass macrosMatthew Kraai-19/+8
2019-03-26Fix some test failuresFélix Fischer-2/+1
2019-03-26Hacky rustupOliver Scherer-4/+10
2019-03-10Various cosmetic improvements.Alexander Regueiro-13/+14
2019-03-05fix or ignore failing doc testsAndy Russell-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-52/+52
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-3/+3
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-6/+6
2018-11-27Run rustfmt on clippy_lintsflip1995-16/+40
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-20Fill in Applicability from review comments by @flip1995Vitaly _Vi Shukela-3/+3
2018-09-20Fix indentsVitaly _Vi Shukela-15/+18
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-6/+13
2018-09-15convert "".to_string() and "".to_owned() to String::new()Matthias Krüger-2/+2
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-09-04switched to ticks for charsdaubaris-1/+1
2018-09-03fixed known problems expressiondaubaris-1/+1
2018-09-03backticks and testcasedaubaris-1/+1
2018-09-01resolved conflictsdaubaris-1/+1
2018-08-30range_plus_one suggestion should not remove braces fixdaubaris-3/+14
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-26Move some range lints to complexityMichael Wright-2/+2
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16BinOpKindcsmoe-2/+2