| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | Pacify rustfmt. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-24 | Fix dogfood test failures. | Mazdak Farrokhzad | -3/+1 |
| 2019-06-23 | PR comments | Joe Frikker | -23/+19 |
| 2019-06-23 | don't strip blank lines in lint documentation | Andy Russell | -12/+9 |
| 2019-06-23 | Account for let_chains in collapsible_if ui test cases. | Mazdak Farrokhzad | -0/+42 |
| 2019-06-23 | Fix fallout from rust-lang/rust PR 60861. | Mazdak Farrokhzad | -38/+32 |
| 2019-06-22 | Adding try_err lint | Joe Frikker | -2/+231 |
| 2019-06-22 | Auto merge of #4220 - d-dorazio:4182-needless-return-void-functions, r=flip1995 | bors | -49/+143 |
| 2019-06-22 | Auto merge of #4227 - lzutao:node-pruning, r=flip1995 | bors | -6/+6 |
| 2019-06-22 | Fix fallout cause NodeId pruning | Lzu Tao | -6/+6 |
| 2019-06-21 | cargo fmt | Daniele D'Orazio | -3/+3 |
| 2019-06-21 | Auto merge of #4225 - jeremystucki:refactoring, r=flip1995 | bors | -3/+3 |
| 2019-06-21 | more idiomatic code | Daniele D'Orazio | -41/+51 |
| 2019-06-21 | Auto merge of #3919 - matthiaskrgr:readme_3, r=flip1995 | bors | -2/+1 |
| 2019-06-21 | Remove another unnecessary lifetime | flip1995 | -1/+1 |
| 2019-06-21 | Remove needless lifetimes | Jeremy Stucki | -3/+3 |
| 2019-06-21 | update tests and fix lints in clippy | Daniele D'Orazio | -33/+38 |
| 2019-06-21 | make needless_return work with void functions | Daniele D'Orazio | -29/+108 |
| 2019-06-21 | Auto merge of #4223 - mikerite:fix-breakage-2019-06-21, r=flip1995 | bors | -41/+37 |
| 2019-06-21 | Remove unnecssary lifetime from trait_ref_of_method | flip1995 | -1/+1 |
| 2019-06-21 | Fix breakage due to rust-lang/rust#61968 | Michael Wright | -41/+37 |
| 2019-06-20 | readme: update | Matthias Krüger | -2/+1 |
| 2019-06-19 | Auto merge of #4221 - lzutao:redundant-lifetime, r=matthiaskrgr | bors | -87/+83 |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -87/+83 |
| 2019-06-19 | Auto merge of #4218 - lzutao:rustup, r=phansch | bors | -7/+12 |
| 2019-06-19 | Fix lifetime mismatch between LateContext and Ty | Lzu Tao | -3/+8 |
| 2019-06-19 | Fix missing field in ExprKind::Yield | Lzu Tao | -4/+4 |
| 2019-06-19 | Auto merge of #4210 - dtolnay:division, r=flip1995 | bors | -3/+3 |
| 2019-06-19 | Auto merge of #4217 - Manishearth:clog, r=flip1995 | bors | -8/+30 |
| 2019-06-19 | Unify heading style | flip1995 | -2/+5 |
| 2019-06-18 | Make headings stable | Manish Goregaokar | -7/+20 |
| 2019-06-18 | Update changelog | Manish Goregaokar | -2/+8 |
| 2019-06-18 | Auto merge of #4216 - phansch:replace_nodeset, r=matthiaskrgr | bors | -7/+6 |
| 2019-06-18 | Refactor: Replace NodeSet with HirIdSet | Philipp Hansch | -7/+6 |
| 2019-06-18 | Auto merge of #4215 - matthiaskrgr:rustup_9, r=flip1995 | bors | -11/+12 |
| 2019-06-18 | rustup https://github.com/rust-lang/rust/pull/61836/ | Matthias Krüger | -11/+12 |
| 2019-06-17 | Auto merge of #4214 - d-dorazio:4204-fix-float-cmp-neq, r=flip1995 | bors | -5/+9 |
| 2019-06-17 | fix suggestion for floating points inequality | Daniele D'Orazio | -5/+9 |
| 2019-06-15 | Downgrade integer_division to restriction | David Tolnay | -3/+3 |
| 2019-06-14 | Auto merge of #4209 - lzutao:TyCtxt-lifetime, r=Manishearth | bors | -7/+7 |
| 2019-06-14 | Fix wrong lifetime of TyCtxt | Lzu Tao | -7/+7 |
| 2019-06-14 | Auto merge of #4206 - rust-lang:update_lints, r=phansch | bors | -24/+34 |
| 2019-06-14 | Use replace_region_in_file for creating the lint list | flip1995 | -24/+34 |
| 2019-06-14 | Auto merge of #4162 - krk:static-static, r=flip1995 | bors | -134/+236 |
| 2019-06-14 | Restructure rename tests | flip1995 | -29/+14 |
| 2019-06-14 | Register rename to the LintStore. | krk | -1/+19 |
| 2019-06-14 | Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES. | krk | -37/+37 |
| 2019-06-14 | Remove pub from RedundantStaticLifetime.visit_type function. | Kerem | -1/+1 |
| 2019-06-14 | Rename const_static_lifetime to redundant_static_lifetime. | krk | -38/+37 |
| 2019-06-14 | Merge StaticConst and StaticStatic lints into StaticConst. | krk | -255/+154 |