about summary refs log tree commit diff
path: root/clippy_lints/src/literal_representation.rs
AgeCommit message (Expand)AuthorLines
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+2
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-2/+2
2019-12-26Do not drop suffixes on `decimal_literal_representation`Yuki Okushi-1/+1
2019-12-24do minor cleanupsLzu Tao-1/+0
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-14literal repr: ignore more warnings in macrosMichael Wright-7/+17
2019-11-14literal representation: simplificationMichael Wright-1/+1
2019-11-13literal representation restructure 12Michael Wright-7/+13
2019-11-13literal representation restructure 11Michael Wright-14/+14
2019-11-13literal representation restructure 10Michael Wright-21/+21
2019-11-13literal representation restructure 9Michael Wright-76/+85
2019-11-13literal representation restructure 8Michael Wright-29/+37
2019-11-13literal representation restructure 7Michael Wright-39/+28
2019-11-13literal representation restructure 6Michael Wright-40/+35
2019-11-13literal representation restructure 5Michael Wright-29/+14
2019-11-13literal representation restructure 4Michael Wright-64/+86
2019-11-13literal representation restructure 3Michael Wright-9/+10
2019-11-13literal representation restructure 2Michael Wright-46/+42
2019-11-13literal representation restructure 1Michael Wright-52/+48
2019-11-10Fix `to_digit_is_some` dogfood errorsMichael Wright-3/+3
2019-11-07Auto merge of #4758 - mikerite:dec_lit_20191031, r=flip1995bors-6/+1
2019-11-07Rustup to rust-lang/rust#65884flip1995-1/+1
2019-10-31`DecimalLiteralRepresentation` simplificationMichael Wright-6/+1
2019-10-15Add a new lint for unused selfJames Wang-2/+2
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+9
2019-10-03Correctly align doc of mistyped literal suffixesMatthias Seiffert-3/+3
2019-09-27Rustup to rust-lang/rust#64813flip1995-4/+4
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-7/+7
2019-05-15Add macro check for unreadable_literal lintflip1995-6/+7
2019-04-17Use lint pass macrosMatthew Kraai-30/+12
2019-04-10Refactor check_lit methodPhilipp Hansch-17/+13
2019-04-10Code formatting/cleanupPhilipp Hansch-4/+1
2019-04-08Fix ICE in decimal_literal_representation lintPhilipp Hansch-9/+13
2019-03-10Various cosmetic improvements.Alexander Regueiro-1/+1
2019-03-05fix or ignore failing doc testsAndy Russell-4/+4
2019-03-05move lint documentation into macro invocationsAndy Russell-64/+64
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+8
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-12-01Downgrade large_digit_groups to pedanticDavid Tolnay-1/+1
2018-11-27Run rustfmt on clippy_lintsflip1995-3/+5
2018-11-27Change Applicability of MISTYPED_LITERAL_SUFFIXflip1995-1/+1
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-5/+5
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-0/+6
2018-11-05Merge #3353bors[bot]-62/+94
2018-11-04changed into_iter to iter and fixed a lint checkMaxwell Anderson-3/+3
2018-11-02Fix dogfood error.kennytm-3/+3
2018-11-01format codeMaxwell Anderson-2/+2
2018-11-01fix comment spacingMaxwell Anderson-2/+4