about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-06-14Fix wrong lifetime of TyCtxtLzu Tao-7/+7
2019-06-14Register rename to the LintStore.krk-0/+1
2019-06-14Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES.krk-9/+9
2019-06-14Remove pub from RedundantStaticLifetime.visit_type function.Kerem-1/+1
2019-06-14Rename const_static_lifetime to redundant_static_lifetime.krk-9/+9
2019-06-14Merge StaticConst and StaticStatic lints into StaticConst.krk-123/+53
2019-06-14Use RedundantStaticLifetime in StaticStatic.krk-49/+5
2019-06-14Move type-checking logic in StaticConst to RedundantStaticLifetime.krk-47/+63
2019-06-14Add lint for statics with explicit static lifetime.krk-0/+97
2019-06-13Auto merge of #4201 - mgr-inz-rafal:typos_in_docs, r=matthiaskrgrbors-6/+6
2019-06-13Fix wrong lifetime of TyCtxtLzu Tao-7/+7
2019-06-12Typos and minor grammar correctionsmgr-inz-rafal-6/+6
2019-06-12Adds lint for integer divisionThiago Arrais-1/+61
2019-06-12redundant_closure_for_method_calls fixes:Grzegorz-6/+9
2019-06-12Auto merge of #4199 - flip1995:implicit_return_docs, r=flip1995bors-2/+2
2019-06-12Fix implicit_return docsflip1995-2/+2
2019-06-12rustup https://github.com/rust-lang/rust/pull/61758/filesMatthias Krüger-5/+5
2019-06-12Remove wrong lifetime from LintContextLzu Tao-35/+19
2019-06-10Auto merge of #4190 - projedi:fix-eta, r=flip1995bors-0/+2
2019-06-10Fixing eta with respect to lazy evaluation.Alexander Shabalin-0/+2
2019-06-09rustup https://github.com/rust-lang/rust/pull/61669/Matthias Krüger-2/+2
2019-06-08Add OUTER_EXPN_INFO lintMichael Wright-1/+61
2019-06-06Auto merge of #4177 - mikerite:compiler_lint_functions_fewer_strings, r=phanschbors-8/+8
2019-06-06Auto merge of #4136 - euclio:println-writeln-suggestions, r=flip1995bors-54/+110
2019-06-06rustup https://github.com/rust-lang/rust/pull/57428/Matthias Krüger-2/+2
2019-06-06Remove `to_string()`s from CompilerLintFunctionsMichael Wright-8/+8
2019-06-04Auto merge of #4164 - mikerite:fix-4144, r=mikeritebors-0/+14
2019-06-04Fix comment grammarmikerite-1/+1
2019-06-03Auto merge of #4165 - BO41:needless_range_loop, r=phanschbors-1/+9
2019-06-02Change from ignore to rustBO41-2/+4
2019-06-02Cargo fmtMateusz Mikuła-6/+41
2019-06-02Rustup for https://github.com/rust-lang/rust/pull/61276Mateusz Mikuła-31/+21
2019-06-02Add example to needless_range_loopBO41-0/+6
2019-06-02Fix .map(..).unwrap_or_else(..) bad suggestionMichael Wright-0/+14
2019-06-01Make use of new `outer_expn_info()` functionLzu Tao-25/+12
2019-05-30add suggestions for print/write with newline lintAndy Russell-54/+110
2019-05-30Auto merge of #4113 - rust-lang:author, r=flip1995bors-1/+12
2019-05-29Auto merge of #4153 - matthiaskrgr:rustup_5, r=flip1995bors-3/+3
2019-05-29rustup https://github.com/rust-lang/rust/pull/60928Matthias Krüger-3/+3
2019-05-28rustup https://github.com/rust-lang/rust/pull/61164Matthias Krüger-6/+6
2019-05-28Fix `Block` dump in author lintOliver Scherer-1/+12
2019-05-28Auto merge of #4142 - agnxy:rename-assoc, r=flip1995bors-11/+11
2019-05-28Auto merge of #4071 - matthiaskrgr:sizeof, r=flip1995bors-2/+2
2019-05-27Rustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)Oliver Scherer-6/+13
2019-05-27Auto merge of #4137 - euclio:let-return, r=oli-obkbors-8/+23
2019-05-27Auto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995bors-32/+49
2019-05-27Rollup merge of #4119 - BO41:non_ascii_literal, r=flip1995Philipp Krones-21/+23
2019-05-27Rollup merge of #4102 - Urriel:fix/4096_match_same_arms, r=flip1995Philipp Krones-11/+26
2019-05-27Auto merge of #3832 - HarrisonMc555:use_last, r=flip1995bors-0/+109
2019-05-27Fix typo in commentSeo Sanghyeon-1/+1