about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-06-24Pacify rustfmt.Mazdak Farrokhzad-3/+2
2019-06-24Fix dogfood test failures.Mazdak Farrokhzad-3/+1
2019-06-23PR commentsJoe Frikker-23/+19
2019-06-23don't strip blank lines in lint documentationAndy Russell-12/+9
2019-06-23Account for let_chains in collapsible_if ui test cases.Mazdak Farrokhzad-0/+42
2019-06-23Fix fallout from rust-lang/rust PR 60861.Mazdak Farrokhzad-38/+32
2019-06-22Adding try_err lintJoe Frikker-2/+231
2019-06-22Auto merge of #4220 - d-dorazio:4182-needless-return-void-functions, r=flip1995bors-49/+143
2019-06-22Auto merge of #4227 - lzutao:node-pruning, r=flip1995bors-6/+6
2019-06-22Fix fallout cause NodeId pruningLzu Tao-6/+6
2019-06-21cargo fmtDaniele D'Orazio-3/+3
2019-06-21Auto merge of #4225 - jeremystucki:refactoring, r=flip1995bors-3/+3
2019-06-21more idiomatic codeDaniele D'Orazio-41/+51
2019-06-21Auto merge of #3919 - matthiaskrgr:readme_3, r=flip1995bors-2/+1
2019-06-21Remove another unnecessary lifetimeflip1995-1/+1
2019-06-21Remove needless lifetimesJeremy Stucki-3/+3
2019-06-21update tests and fix lints in clippyDaniele D'Orazio-33/+38
2019-06-21make needless_return work with void functionsDaniele D'Orazio-29/+108
2019-06-21Auto merge of #4223 - mikerite:fix-breakage-2019-06-21, r=flip1995bors-41/+37
2019-06-21Remove unnecssary lifetime from trait_ref_of_methodflip1995-1/+1
2019-06-21Fix breakage due to rust-lang/rust#61968Michael Wright-41/+37
2019-06-20readme: updateMatthias Krüger-2/+1
2019-06-19Auto merge of #4221 - lzutao:redundant-lifetime, r=matthiaskrgrbors-87/+83
2019-06-20Fix warnings about unnecessary lifetime boundsLzu Tao-87/+83
2019-06-19Auto merge of #4218 - lzutao:rustup, r=phanschbors-7/+12
2019-06-19Fix lifetime mismatch between LateContext and TyLzu Tao-3/+8
2019-06-19Fix missing field in ExprKind::YieldLzu Tao-4/+4
2019-06-19Auto merge of #4210 - dtolnay:division, r=flip1995bors-3/+3
2019-06-19Auto merge of #4217 - Manishearth:clog, r=flip1995bors-8/+30
2019-06-19Unify heading styleflip1995-2/+5
2019-06-18Make headings stableManish Goregaokar-7/+20
2019-06-18Update changelogManish Goregaokar-2/+8
2019-06-18Auto merge of #4216 - phansch:replace_nodeset, r=matthiaskrgrbors-7/+6
2019-06-18Refactor: Replace NodeSet with HirIdSetPhilipp Hansch-7/+6
2019-06-18Auto merge of #4215 - matthiaskrgr:rustup_9, r=flip1995bors-11/+12
2019-06-18rustup https://github.com/rust-lang/rust/pull/61836/Matthias Krüger-11/+12
2019-06-17Auto merge of #4214 - d-dorazio:4204-fix-float-cmp-neq, r=flip1995bors-5/+9
2019-06-17fix suggestion for floating points inequalityDaniele D'Orazio-5/+9
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-3/+3
2019-06-14Auto merge of #4209 - lzutao:TyCtxt-lifetime, r=Manishearthbors-7/+7
2019-06-14Fix wrong lifetime of TyCtxtLzu Tao-7/+7
2019-06-14Auto merge of #4206 - rust-lang:update_lints, r=phanschbors-24/+34
2019-06-14Use replace_region_in_file for creating the lint listflip1995-24/+34
2019-06-14Auto merge of #4162 - krk:static-static, r=flip1995bors-134/+236
2019-06-14Restructure rename testsflip1995-29/+14
2019-06-14Register rename to the LintStore.krk-1/+19
2019-06-14Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES.krk-37/+37
2019-06-14Remove pub from RedundantStaticLifetime.visit_type function.Kerem-1/+1
2019-06-14Rename const_static_lifetime to redundant_static_lifetime.krk-38/+37
2019-06-14Merge StaticConst and StaticStatic lints into StaticConst.krk-255/+154