about summary refs log tree commit diff
path: root/clippy_lints/src/needless_continue.rs
AgeCommit message (Expand)AuthorLines
2018-06-25Fix clippy_lints doc-testsMateusz Mikuła-5/+5
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-17Rustup to 2018-05-16Mateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-16Apply clippy suggestionsMateusz Mikuła-2/+2
2017-11-05Cargo fmttopecongiro-19/+21
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-4/+4
2017-09-05Run nightly rustfmtOliver Schneider-25/+16
2017-08-14RustfmtOliver Schneider-56/+69
2017-05-03Run rustfmtOliver Schneider-68/+59
2017-05-01Fix two doc commentsBoris-Chengbiao Zhou-2/+1
2017-04-13needless_continue: Remove indentation of suggestion code.Yati Sagade-6/+5
2017-04-12Dogfood testsOliver Schneider-7/+11
2017-04-09needless_continue: Refactor to use stuff from utils, and move some stuff to u...Yati Sagade-135/+41
2017-04-08[needless_continue] Add comments explaining terminology used thoughout in the...Yati Sagade-61/+109
2017-04-08More dogfood test fixes.Yati Sagade-2/+2
2017-04-08Fix lint warnings from dogfooding tests.Yati Sagade-4/+3
2017-04-08Needless continue: This is a complete rewrite of this lint as an early-pass l...Yati Sagade-0/+468