about summary refs log tree commit diff
path: root/clippy_lints/src/vec.rs
AgeCommit message (Expand)AuthorLines
2017-03-01Fix for rustc 1.17.0-nightly (be760566c 2017-02-28)Enrico Schmitz-2/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-1/+1
2017-01-17apply rustfmtOliver Schneider-3/+5
2017-01-13rustup to 2017-01-12Oliver Schneider-4/+4
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-2/+2
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-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-2/+2
2016-09-10Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)*mcarton-1/+1
2016-08-28Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27)mcarton-1/+1
2016-08-18rustupGeorg Brandl-1/+1
2016-08-07Make the lint docstrings more consistent.Georg Brandl-1/+2
2016-07-14Fix FP with `USELESS_VEC` and non-copy typesmcarton-34/+45
2016-07-04Merge branch 'master' into suggmcarton-15/+21
2016-07-03Check for constant expression in useless_vec lintJames Lucas-1/+9
2016-07-01Only build suggestion if necessary in `USELESS_VEC`mcarton-17/+17
2016-07-01Move `vec!` unexpanding function to `utils::higher`mcarton-42/+4
2016-07-01Move more functions to `utils::higher`mcarton-2/+2
2016-06-16round 1Oliver Schneider-10/+10
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+116