about summary refs log tree commit diff
path: root/tests/ui/inconsistent_digit_grouping.rs
AgeCommit message (Collapse)AuthorLines
2019-11-14literal repr: ignore more warnings in macrosMichael Wright-0/+15
2019-11-14literal representation: simplificationMichael Wright-0/+3
Simplify calculation in grouping. Add test case to ensure `count()` can't be zero in that branch.
2019-11-13literal representation restructure 4Michael Wright-0/+6
Simplify `grouping_hint` by splitting digits into parts and handling one at a time. Fixes #4762
2019-01-13Add rustfix to inconsistent_digit_grouping testWilco Kusee-1/+2
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2018-12-09rustfmt testsMatthias Krüger-4/+9
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-2/+2
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+8