about summary refs log tree commit diff
path: root/clippy_dev/src/stderr_length_check.rs
AgeCommit message (Expand)AuthorLines
2020-03-31Define modules in lib.rs instead of main.rsflip1995-3/+1
2020-03-18Fix limit-stderr-files testflip1995-6/+10
2020-02-06dev: Use bytecount for faster line countLzu Tao-30/+25
2020-02-03Decrease line length limit for stderrsYuki Okushi-1/+1
2020-01-30Decrease line length limit for stderr filesYuki Okushi-1/+1
2020-01-21Decrease line length limit for stderr filesYuki Okushi-1/+1
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+1
2019-07-17Decrease maximum length for stderr filesPhilipp Hansch-1/+1
2019-07-07Add dev fmt subcommandMichael Wright-10/+9
2019-05-17Collect at callsite, use eprintln instead of printlnPhilipp Hansch-4/+3
2019-05-16Add a stderr file length check to clippy_devPhilipp Hansch-0/+55