about summary refs log tree commit diff
path: root/clippy_lints/src/int_plus_one.rs
AgeCommit message (Expand)AuthorLines
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-1/+7
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-3/+3
2018-08-29Adapt codebase to the tool_lintsflip1995-1/+1
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-23RustupOliver Schneider-4/+4
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-05-30Run rustfixMateusz MikuĊ‚a-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2017-11-05Cargo fmttopecongiro-26/+49
2017-11-03Fix testsinkuu-0/+1
2017-09-24Change rtype of int_plus_one detection to Option<String>Michael Recachinas-28/+11
2017-09-24Change to returning Option<(bool, Option<String>)>Michael Recachinas-49/+26
2017-09-24Remove old return-valueMichael Recachinas-1/+1
2017-09-23Use span_lint_and_then as per feedbackMichael Recachinas-22/+90
2017-09-17(#1955): Suggests `x > y` over `x >= y + 1` for intsMichael Recachinas-0/+115