about summary refs log tree commit diff
path: root/clippy_lints/src/approx_const.rs
AgeCommit message (Expand)AuthorLines
2018-12-29Use match ergonomics for approx_const lintKonrad Borowski-1/+1
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-11-27Run rustfmt on clippy_lintsflip1995-3/+2
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-23RustupOliver Schneider-2/+2
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16ExprKindcsmoe-1/+1
2018-06-15Dogfood new trivially_copy_pass_by_ref lintWim Looman-4/+4
2018-06-07FormattingMateusz Mikuła-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-22Format codeMateusz Mikuła-3/+2
2018-03-27Implementation + move one lintOliver Schneider-2/+2
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-1/+1
2017-09-12Fix links in approx_constTuomas Siipola-4/+2
2017-09-05Run nightly rustfmtOliver Schneider-2/+2
2017-08-14RustfmtOliver Schneider-25/+33
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-2/+2
2016-12-21rustfmt round nOliver Schneider-1/+3
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-2/+2
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-1/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-1/+3
2016-10-30Add lint for redundant pattern matching in iflet for Result/Optiond-dorazio-1/+1
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-4/+16
2016-07-16Improve docsmcarton-1/+4
2016-06-16round 1Oliver Schneider-3/+3
2016-06-08Include `consts` in the approx_consts lint for easier copypastingCarol (Nichols || Goulding)-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+95