about summary refs log tree commit diff
path: root/clippy_lints/src/utils/mod.rs
AgeCommit message (Expand)AuthorLines
2018-12-09run rustfmtMatthias Krüger-1/+1
2018-12-08Fix c_void false positive caused by libc refactoringPhilipp Hansch-18/+20
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-9/+9
2018-12-06rustup clippy build with latest rustcMatthias Krüger-1/+1
2018-11-27Fix bugs and improve documentationflip1995-9/+22
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-1/+2
2018-11-27Introduce snippet_with_applicability and hir_with_applicability functionsflip1995-116/+142
2018-11-22Merge pull request #3447 from phansch/small_renameOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+3
2018-11-22Merge branch 'master' into version_idsOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-1/+1
2018-11-22s/file_map/source_mapPhilipp Hansch-3/+3
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-1/+1
2018-11-21Enable rustup clippy to refer to the correct documentationOliver Scherer-2/+5
2018-11-04rustup https://github.com/rust-lang/rust/pull/55665 (pass contexts by reference)Matthias Krüger-2/+2
2018-10-31Replace big if/else expression with matchMichael Wright-1/+24
2018-10-30Rustup to rustc 1.31.0-nightly (fb2446ad5 2018-10-30)Manish Goregaokar-1/+1
2018-10-27Don't expand macro in single_match suggestionPhilipp Hansch-1/+4
2018-10-27Don't expand macro in identity_conversion suggestionPhilipp Hansch-0/+6
2018-10-26Use lint_rootShotaro Yamada-0/+17
2018-10-11Fix `stutter` lintsDevon Hollowood-2/+1
2018-10-08Fix cast_possible_wrap and cast_sign_loss warningsDevon Hollowood-0/+2
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-10-05Remove unused utilsManish Goregaokar-8/+0
2018-10-03Fix push_item_path call (rustup to 4cf11765dc98536c6eedf33f2df7f72f6e161263)Manish Goregaokar-1/+2
2018-09-27Fix warnings in clippy_lintsMichael Wright-7/+4
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-1/+1
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-17/+17
2018-09-14Add match on StructCtorManish Goregaokar-1/+2
2018-09-06remove "clippy::" lint prefix from lint name in doc url.Matthias Krüger-2/+2
2018-08-28Make clippy_lints::{utils,consts} modules private, remove unused items.Corey Farwell-77/+84
2018-08-28Update imports and rustupOliver Schneider-8/+8
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-5/+5
2018-08-19codemap -> source_mapManish Goregaokar-3/+3
2018-08-08Update to rustc masterOliver Schneider-1/+1
2018-08-07RustupOliver Schneider-2/+2
2018-08-02Fix fallout from rust-lang/rust#52841Alex Crichton-1/+2
2018-08-02Fix breakage from rust-lang/rust#52949Alex Crichton-18/+2
2018-07-24Inline utils::in_external_macroDale Wijnand-6/+0
2018-07-24Delegate utils::in_external_macro to rustc::lint::in_external_macroDale Wijnand-27/+3
2018-07-23RustupOliver Schneider-27/+27
2018-07-20Merge branch 'macro-use' into HEADManish Goregaokar-0/+2
2018-07-20Remove import of if_chainManish Goregaokar-0/+1
2018-07-20Update to nightlyAlexander Regueiro-0/+1
2018-07-19Remove import of matchesManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-07-16TyKindcsmoe-3/+3
2018-07-16ExprKindcsmoe-9/+9
2018-06-29RustupMateusz Mikuła-12/+20
2018-06-25Fix clippy_lints doc-testsMateusz Mikuła-1/+1
2018-06-25resolve merge of NameAndSpan and ExpnInfo rust-lang/rust#51726flip1995-6/+6
2018-06-25Resolve field, struct and function renamingflip1995-1/+1