index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
literal_representation.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2019-12-31
Rustup to rust-lang/rust#67707
Yuki Okushi
-2
/
+2
2019-12-26
Do not drop suffixes on `decimal_literal_representation`
Yuki Okushi
-1
/
+1
2019-12-24
do minor cleanups
Lzu Tao
-1
/
+0
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-14
literal repr: ignore more warnings in macros
Michael Wright
-7
/
+17
2019-11-14
literal representation: simplification
Michael Wright
-1
/
+1
2019-11-13
literal representation restructure 12
Michael Wright
-7
/
+13
2019-11-13
literal representation restructure 11
Michael Wright
-14
/
+14
2019-11-13
literal representation restructure 10
Michael Wright
-21
/
+21
2019-11-13
literal representation restructure 9
Michael Wright
-76
/
+85
2019-11-13
literal representation restructure 8
Michael Wright
-29
/
+37
2019-11-13
literal representation restructure 7
Michael Wright
-39
/
+28
2019-11-13
literal representation restructure 6
Michael Wright
-40
/
+35
2019-11-13
literal representation restructure 5
Michael Wright
-29
/
+14
2019-11-13
literal representation restructure 4
Michael Wright
-64
/
+86
2019-11-13
literal representation restructure 3
Michael Wright
-9
/
+10
2019-11-13
literal representation restructure 2
Michael Wright
-46
/
+42
2019-11-13
literal representation restructure 1
Michael Wright
-52
/
+48
2019-11-10
Fix `to_digit_is_some` dogfood errors
Michael Wright
-3
/
+3
2019-11-07
Auto merge of #4758 - mikerite:dec_lit_20191031, r=flip1995
bors
-6
/
+1
2019-11-07
Rustup to rust-lang/rust#65884
flip1995
-1
/
+1
2019-10-31
`DecimalLiteralRepresentation` simplification
Michael Wright
-6
/
+1
2019-10-15
Add a new lint for unused self
James Wang
-2
/
+2
2019-10-14
new lints around `#[must_use]` fns
Andre Bogus
-0
/
+9
2019-10-03
Correctly align doc of mistyped literal suffixes
Matthias Seiffert
-3
/
+3
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-4
/
+4
2019-07-31
Update all the code to pass the updated `use_self` lint.
Jakub Wieczorek
-7
/
+7
2019-05-15
Add macro check for unreadable_literal lint
flip1995
-6
/
+7
2019-04-17
Use lint pass macros
Matthew Kraai
-30
/
+12
2019-04-10
Refactor check_lit method
Philipp Hansch
-17
/
+13
2019-04-10
Code formatting/cleanup
Philipp Hansch
-4
/
+1
2019-04-08
Fix ICE in decimal_literal_representation lint
Philipp Hansch
-9
/
+13
2019-03-10
Various cosmetic improvements.
Alexander Regueiro
-1
/
+1
2019-03-05
fix or ignore failing doc tests
Andy Russell
-4
/
+4
2019-03-05
move lint documentation into macro invocations
Andy Russell
-64
/
+64
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+8
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-5
/
+5
2018-12-01
Downgrade large_digit_groups to pedantic
David Tolnay
-1
/
+1
2018-11-27
Run rustfmt on clippy_lints
flip1995
-3
/
+5
2018-11-27
Change Applicability of MISTYPED_LITERAL_SUFFIX
flip1995
-1
/
+1
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-5
/
+5
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-0
/
+6
2018-11-05
Merge #3353
bors[bot]
-62
/
+94
2018-11-04
changed into_iter to iter and fixed a lint check
Maxwell Anderson
-3
/
+3
2018-11-02
Fix dogfood error.
kennytm
-3
/
+3
2018-11-01
format code
Maxwell Anderson
-2
/
+2
2018-11-01
fix comment spacing
Maxwell Anderson
-2
/
+4
[next]