about summary refs log tree commit diff
path: root/clippy_lints/src/utils/internal_lints.rs
AgeCommit message (Expand)AuthorLines
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-3/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-22/+15
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-1/+1
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-0/+2
2018-10-29Rewrite registered lint collectionflip1995-13/+10
2018-10-29Fix lint_without_lint_passMichael Wright-6/+10
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Formattingflip1995-9/+13
2018-09-15Add internal lint compiler_lint_functionsflip1995-6/+76
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-9/+9
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-10/+4
2018-08-29Switch to declare_tool_lint macroflip1995-3/+3
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-08-14Avoid new_without_default_derive in DefaultHashTypesDale Wijnand-1/+1
2018-08-13Use utils::span_lint_and_sugg in default_hash_typesDale Wijnand-2/+2
2018-08-12Add an internal lint for FxHashMap/FxHashSetDale Wijnand-1/+45
2018-08-08Fix buildNick Cameron-2/+2
2018-07-23RustupOliver Schneider-1/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+2
2018-07-16TyKindcsmoe-3/+3
2018-07-15Ignore spans when comparing expressionsOliver Schneider-6/+8
2018-07-02RustupOliver Schneider-1/+1
2018-06-29RustupMateusz Mikuła-2/+2
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-04-28Rustup to latest nightlyPhilipp Hansch-2/+2
2018-03-28Categorize all the lints!Oliver Schneider-4/+4
2018-03-16Apply clippy suggestionsMateusz Mikuła-1/+1
2017-10-31Fix lint_without_lint_passkennytm-4/+1
2017-09-05Run nightly rustfmtOliver Schneider-16/+21
2017-08-31Accessing `Span` internals is deprecatedOliver Schneider-1/+1
2017-08-24Rename `match_path_old` to `match_path`Alexey Zabelin-3/+3
2017-08-14RustfmtOliver Schneider-13/+33
2017-03-31First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30Enrico Schmitz-1/+1
2017-02-03Rustup to nightly from 2017-01-31Mrmaxmeier-1/+4
2017-02-03TyCtxt::map is now called TyCtxt::hirMrmaxmeier-3/+3
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixesManish Goregaokar-2/+2
2017-01-04Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustupJosh Holmer-2/+2
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-3/+6
2016-12-07update to the rust-PR that unblocks clippyOliver Schneider-3/+3
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-8/+12
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-2/+2
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-4/+4
2016-09-01Added a lint_without_lint_pass lint.kennytm-3/+122
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-2/+3
2016-08-07Make the lint docstrings more consistent.Georg Brandl-3/+3
2016-07-18add an internal lint that catches misordered pathsOliver Schneider-0/+53