about summary refs log tree commit diff
path: root/clippy_lints/src/format.rs
AgeCommit message (Expand)AuthorLines
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16ExprKindcsmoe-17/+17
2018-06-29RustupMateusz Mikuła-1/+1
2018-05-30Run rustfixMateusz Mikuła-2/+2
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-2/+2
2018-04-12Fix clippy warningsMichael Wright-2/+2
2018-04-12Fix useless_format false negativeMichael Wright-14/+48
2018-04-05Fix useless_format false positive with macrosPhilipp Hansch-1/+4
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2018-03-19Add suggestion to useless_formatBaelyk-3/+9
2017-11-05Cargo fmttopecongiro-2/+2
2017-10-23mechanically swap if_let_chain -> if_chainAlex Burka-38/+41
2017-09-29Fix regression with `print!`mcarton-29/+0
2017-09-29Fix regression with `format!`mcarton-12/+15
2017-09-12RustupOliver Schneider-3/+5
2017-09-05Run nightly rustfmtOliver Schneider-5/+3
2017-08-15RustupOliver Schneider-2/+2
2017-08-14RustfmtOliver Schneider-2/+4
2017-06-11Abide by the common rustc::ty conventions.Eduard-Mihai Burtescu-2/+2
2017-04-11Fix more doc issuesOliver Schneider-2/+2
2017-04-10Fix some doc errorsOliver Schneider-3/+3
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-1/+1
2017-03-30Do some additional cleanup around `InternedString` and `Symbol`Oliver Schneider-1/+1
2017-03-30Fix falloutOliver Schneider-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-2/+2
2017-01-13rustup to 2017-01-12Oliver Schneider-3/+3
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-1/+1
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-4/+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-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-6/+4
2016-11-24useless_format: fix typoHoàng Đức Hiếu-1/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-3/+4
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-1/+1
2016-10-22Fix unused import warningmcarton-1/+1
2016-10-22Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*mcarton-5/+7
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-2/+2
2016-10-02Fix slightly wrong commentmcarton-2/+2
2016-08-16Lint print!("...\n") (closes #455)Georg Brandl-12/+26
2016-08-07Make the lint docstrings more consistent.Georg Brandl-7/+12
2016-07-29s/```/```rust when relevantmcarton-2/+2
2016-07-16Improve docsmcarton-1/+2
2016-06-16round 1Oliver Schneider-3/+3
2016-05-28Rustup to *1.10.0-nightly (7bddce693 2016-05-27)*mcarton-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+119