about summary refs log tree commit diff
path: root/src/lintlist
AgeCommit message (Expand)AuthorLines
2019-07-17Fix "unkown clippy lint" error in UI test.Darth-Revan-2/+2
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-1/+15
2019-07-08Implement flat_map lintJeremy Stucki-0/+7
2019-06-23PR commentsJoe Frikker-1/+1
2019-06-22Adding try_err lintJoe Frikker-1/+8
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-1/+1
2019-06-14Use replace_region_in_file for creating the lint listflip1995-8/+17
2019-06-12make it pass dogfoodJane Lusby-12/+12
2019-06-12run rustfmtJane Lusby-1/+1
2019-06-12fix padding and put clippy someplacesJane Lusby-12/+1
2019-06-12show default lint levelsJane Lusby-0/+31
2019-06-12prelim arg parseJane Lusby-2/+2
2019-06-12move Lint static def into its own moduleJane Lusby-0/+2144