about summary refs log tree commit diff
path: root/clippy_lints/src/functions.rs
AgeCommit message (Expand)AuthorLines
2019-02-23Fix ICE #3747Martins Polakovs-3/+3
2019-02-20partially HirIdify lintsljedrz-2/+5
2019-02-03Fix breakage due to rust-lang/rust#58079Michael Wright-1/+1
2019-02-01Changing single character string to a character match.Unknown-2/+2
2019-02-01rustfmtUnknown-4/+1
2019-02-01Adding lint for too many lines.Araam Borhanian-1/+4
2019-02-01Skipping check if in external macro.Unknown-1/+5
2019-02-01rustfmtUnknown-14/+14
2019-02-01Reworking function logic, and adding doc example.Unknown-30/+48
2019-02-01Adding lint for too many lines.Araam Borhanian-4/+73
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-10/+10
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-2/+2
2018-11-27Run rustfmt on clippy_lintsflip1995-14/+24
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-10/+10
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-3/+3
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-4/+2
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-19Remove import of matchesManish Goregaokar-0/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-07-16TyKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-4/+4
2018-06-25Resolve field, struct and function renamingflip1995-6/+6
2018-06-15Dogfood new trivially_copy_pass_by_ref lintWim Looman-2/+2
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-04-27rustupMateusz Mikuła-1/+1
2018-03-29Address review commentsOliver Schneider-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2018-03-16Apply clippy suggestionsMateusz Mikuła-2/+2
2018-01-15RustupOliver Schneider-1/+1
2017-11-05Fix compilation errors with rustc 1.23.0-nightly (d762b1d6c 2017-11-04)Matt Kraai-1/+1
2017-09-12RustupOliver Schneider-12/+14
2017-09-05Run nightly rustfmtOliver Schneider-2/+4
2017-08-21Run Dogfood for `use_self`Oliver Schneider-2/+2
2017-08-21Fix ICE #1969Oliver Schneider-2/+6
2017-08-15RustupOliver Schneider-2/+2
2017-08-14RustfmtOliver Schneider-13/+19
2017-06-29Fix compilation on rustc 1.20.0-nightly (69c65d296 2017-06-28)messense-2/+2
2017-06-05Finish rustup.Eduard-Mihai Burtescu-1/+0
2017-06-02Try to fix compilation error on rustc 1.19.0-nightly (4ed2edaaf 2017-06-01)messense-2/+2
2017-05-12Fix various wrong uses of NestedVisitorMap::AllOliver Schneider-1/+1
2017-04-28RustupOliver Schneider-1/+1
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-3/+3
2017-01-13rustup to 2017-01-12Oliver Schneider-3/+3
2017-01-04Rerun rustfmtManish Goregaokar-3/+4