Terry Raimondo
|
2033a1eb0e
|
unreadable_literal: Fills hexadecimal values with 0 to allow grouping (c.f #2300)
|
2018-05-28 13:55:27 +02:00 |
|
Evan Simmons
|
d4b536f540
|
Fix 1x..x.0 false positive, pretty suggestion
|
2018-05-05 09:45:14 -07:00 |
|
Oliver Schneider
|
d6344c47e3
|
Categorize all the lints!
|
2018-03-28 15:24:26 +02:00 |
|
Mateusz Mikuła
|
cfb9b982c5
|
Apply clippy suggestions
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
|
2018-03-16 10:54:49 +01:00 |
|
Niklas Fiekas
|
d55890a2b1
|
Increase unreadable_literal digits (fixes #1958)
|
2018-03-06 14:24:01 +01:00 |
|
flip1995
|
86ce897084
|
Fix unreadable_literal lint for scientific float notation
|
2018-03-04 16:28:34 +01:00 |
|
Alex Butler
|
42000c6cf9
|
Fix #2494 add suggestion for unreadable_literal
Add `rustc --explain E0308` line to relevant tests
|
2018-03-01 15:26:39 +00:00 |
|
flip1995
|
63a7daf78c
|
Make decimal_literal_representation a restriction lint
|
2018-02-06 13:05:20 +01:00 |
|
flip1995
|
600147926b
|
Apply requested changes
|
2018-01-23 15:29:31 +01:00 |
|
flip1995
|
23f90afa1b
|
Add configurable threshold, default: 4096
|
2018-01-23 12:34:40 +01:00 |
|
flip1995
|
647da97622
|
Lint for numeric literals that have a better representation in another format
|
2018-01-16 14:01:07 +01:00 |
|