about summary refs log tree commit diff
path: root/clippy_lints/src/utils/higher.rs
AgeCommit message (Expand)AuthorLines
2017-06-28Update for latest masterOliver Schneider-1/+1
2017-06-10Bump to 0.0.139Manish Goregaokar-2/+1
2017-06-08Check for `for` loop desugaring in higheringmcarton-1/+1
2017-06-05Rustup to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)*mcarton-9/+6
2017-05-26Update to fix array_indexing failures: RangeInclusive::NonEmpty is goneGeorg Brandl-2/+2
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-1/+1
2017-01-13rustup to 2017-01-12Oliver Schneider-2/+2
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-6/+6
2016-12-02`enum glob use` and `copies` leftOliver Schneider-1/+1
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-18/+5
2016-11-25rustup to rustc 1.15.0-nightly (d5814b03e 2016-11-23)Oliver Schneider-1/+1
2016-11-23Rustup to *rustc 1.15.0-nightly (3bf2be9ce 2016-11-22)*mcarton-3/+2
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-1/+1
2016-10-22Rustup to *rustc 1.14.0-nightly (f09420685 2016-10-20)*mcarton-3/+4
2016-10-03Rustup to *rustc 1.14.0-nightly (144af3e97 2016-10-02)*mcarton-1/+1
2016-08-23Deny `missing_docs_in_private_items` in some modulesmcarton-1/+7
2016-07-01Move `vec!` unexpanding function to `utils::higher`mcarton-1/+41
2016-07-01Move more functions to `utils::higher`mcarton-0/+33
2016-07-01Move `unsugar_range` to `utils::higher`mcarton-0/+89
2016-07-01Add a module to pretty-print suggestionsmcarton-0/+28