about summary refs log tree commit diff
path: root/clippy_lints/src/assertions_on_constants.rs
AgeCommit message (Expand)AuthorLines
2020-01-27Rename `span_help_and_lint` to `span_lint_and_help`Yuki Okushi-4/+4
2020-01-20Tweak wording in `assertions_on_constants`Yuki Okushi-4/+8
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-05Rustup to rust-lang/rust#67137Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-3/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-10-10Move match_function_call to utilsMatthias Seiffert-21/+1
2019-10-07Reduce duplicationMatthias Seiffert-64/+59
2019-10-07Match any expr for panic messageMatthias Seiffert-11/+9
2019-10-07Make if_chain more readableMatthias Seiffert-38/+55
2019-10-07Add message to replace assert!(false) helpMatthias Seiffert-5/+93
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-08-18Fix assertions_on_constants lintLzu Tao-33/+30
2019-08-18Make code cleaner and more readableLzu Tao-33/+31
2019-05-17Prevent symbocalypseOliver Scherer-3/+2
2019-05-14Rustfmt all the thingsOliver Scherer-1/+1
2019-05-14Use symbols instead of stringsOliver Scherer-2/+3
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-5/+5
2019-04-18Fix dogfood errorflip1995-5/+8
2019-04-18Remove code duplicationflip1995-45/+21
2019-04-18Format codeflip1995-12/+27
2019-04-18Don't lint debug_assert!(false)flip1995-3/+8
2019-04-17Use lint pass macrosMatthew Kraai-12/+2
2019-03-10Fix/Ignore doc testsflip1995-1/+1
2019-03-10Addressed points raised in review.Alexander Regueiro-2/+1
2019-03-10Various cosmetic improvements.Alexander Regueiro-10/+12
2019-03-05fix or ignore failing doc testsAndy Russell-4/+4
2019-03-05move lint documentation into macro invocationsAndy Russell-16/+16
2019-02-05Don't warn about const assertions when assert is in a macro itselfflip1995-2/+4
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-23allow assertions_on_constants for collapsible_if and missing_test_filesA.A.Abroskin-9/+0
2019-01-09add assert(true/false, some message) testsA.A.Abroskin-21/+34
2019-01-09change assert_checks to assertions_on_constantsA.A.Abroskin-0/+74