| Age | Commit message (Expand) | Author | Lines |
| 2019-06-14 | Use RedundantStaticLifetime in StaticStatic. | krk | -49/+5 |
| 2019-06-14 | Move type-checking logic in StaticConst to RedundantStaticLifetime. | krk | -47/+63 |
| 2019-06-14 | Add lint for statics with explicit static lifetime. | krk | -0/+229 |
| 2019-06-13 | Auto merge of #4175 - yaahallo:master, r=oli-obk | bors | -4/+2349 |
| 2019-06-13 | Auto merge of #4201 - mgr-inz-rafal:typos_in_docs, r=matthiaskrgr | bors | -6/+6 |
| 2019-06-12 | Auto merge of #4200 - lzutao:tyctxt-lifetime, r=matthiaskrgr | bors | -8/+8 |
| 2019-06-13 | Fix wrong lifetime of TyCtxt | Lzu Tao | -7/+7 |
| 2019-06-13 | travis: Wait at most 30 minutes for base test | Lzu Tao | -1/+1 |
| 2019-06-12 | minor fix | Jane Lusby | -1/+1 |
| 2019-06-12 | make it pass dogfood | Jane Lusby | -28/+29 |
| 2019-06-12 | run rustfmt | Jane Lusby | -3/+8 |
| 2019-06-12 | fix padding and put clippy someplaces | Jane Lusby | -14/+9 |
| 2019-06-12 | show default lint levels | Jane Lusby | -25/+44 |
| 2019-06-12 | group printing | Jane Lusby | -37/+48 |
| 2019-06-12 | prelim arg parse | Jane Lusby | -25/+139 |
| 2019-06-12 | move Lint static def into its own module | Jane Lusby | -19/+14 |
| 2019-06-12 | switch to sorted usable lints | Jane Lusby | -1234/+1107 |
| 2019-06-12 | Update clippy_dev/src/main.rs | Jane Lusby | -1/+1 |
| 2019-06-12 | initial commit for help improvements on clippy-driver | Jane Lusby | -0/+2332 |
| 2019-06-12 | Typos and minor grammar corrections | mgr-inz-rafal | -6/+6 |
| 2019-06-12 | Auto merge of #4195 - thiagoarrais:division-of-integer-literals, r=flip1995 | bors | -2/+99 |
| 2019-06-12 | Adds lint for integer division | Thiago Arrais | -2/+99 |
| 2019-06-12 | Auto merge of #4191 - g-bartoszek:redundant-closure-deref, r=flip1995 | bors | -6/+47 |
| 2019-06-12 | redundant_closure_for_method_calls fixes: | Grzegorz | -6/+47 |
| 2019-06-12 | Auto merge of #4199 - flip1995:implicit_return_docs, r=flip1995 | bors | -2/+2 |
| 2019-06-12 | Auto merge of #4198 - matthiaskrgr:rustup_8, r=flip1995 | bors | -40/+24 |
| 2019-06-12 | Fix implicit_return docs | flip1995 | -2/+2 |
| 2019-06-12 | rustup https://github.com/rust-lang/rust/pull/61758/files | Matthias Krüger | -5/+5 |
| 2019-06-12 | Remove wrong lifetime from LintContext | Lzu Tao | -35/+19 |
| 2019-06-10 | Auto merge of #4190 - projedi:fix-eta, r=flip1995 | bors | -15/+19 |
| 2019-06-10 | Workaround for rust-lang/rustfmt#3615 | Alexander Shabalin | -2/+2 |
| 2019-06-10 | Fixing eta with respect to lazy evaluation. | Alexander Shabalin | -15/+19 |
| 2019-06-09 | Auto merge of #4188 - matthiaskrgr:rustup_7, r=Manishearth | bors | -5/+5 |
| 2019-06-09 | travis: disable rls integration test. | Matthias Krüger | -3/+3 |
| 2019-06-09 | rustup https://github.com/rust-lang/rust/pull/61669/ | Matthias Krüger | -2/+2 |
| 2019-06-08 | Auto merge of #4185 - mikerite:outer_expn_info, r=Manishearth | bors | -1/+99 |
| 2019-06-08 | Add OUTER_EXPN_INFO lint | Michael Wright | -1/+99 |
| 2019-06-07 | [Backported] Rustup to https://github.com/rust-lang/rust/pull/59545 | Philipp Hansch | -13/+13 |
| 2019-06-06 | Auto merge of #4177 - mikerite:compiler_lint_functions_fewer_strings, r=phansch | bors | -8/+8 |
| 2019-06-06 | Auto merge of #4136 - euclio:println-writeln-suggestions, r=flip1995 | bors | -82/+206 |
| 2019-06-06 | Auto merge of #4178 - matthiaskrgr:rustup_6, r=oli-obk | bors | -2/+2 |
| 2019-06-06 | rustup https://github.com/rust-lang/rust/pull/57428/ | Matthias Krüger | -2/+2 |
| 2019-06-06 | Remove `to_string()`s from CompilerLintFunctions | Michael Wright | -8/+8 |
| 2019-06-04 | Auto merge of #4164 - mikerite:fix-4144, r=mikerite | bors | -9/+38 |
| 2019-06-04 | Fix comment grammar | mikerite | -1/+1 |
| 2019-06-03 | Auto merge of #4168 - lzutao:fix-script, r=flip1995 | bors | -3/+6 |
| 2019-06-03 | Auto merge of #4165 - BO41:needless_range_loop, r=phansch | bors | -1/+9 |
| 2019-06-03 | Auto merge of #4163 - lzutao:doc-fix-foo-example, r=phansch | bors | -3/+3 |
| 2019-06-03 | Auto merge of #4169 - lzutao:bump-cargo_metadata, r=Manishearth | bors | -2/+2 |
| 2019-06-03 | Bump clap in clippy_dev | Lzu Tao | -1/+1 |