]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #3919 - matthiaskrgr:readme_3, r=flip1995
[rust.git] / clippy_lints /
2019-06-21 borsAuto merge of #3919 - matthiaskrgr:readme_3, r=flip1995
2019-06-21 borsAuto merge of #4223 - mikerite:fix-breakage-2019-06...
2019-06-21 flip1995Remove unnecssary lifetime from trait_ref_of_method
2019-06-21 Michael WrightFix breakage due to rust-lang/rust#61968
2019-06-19 borsAuto merge of #4221 - lzutao:redundant-lifetime, r...
2019-06-19 Lzu TaoFix warnings about unnecessary lifetime bounds
2019-06-19 borsAuto merge of #4218 - lzutao:rustup, r=phansch
2019-06-19 Lzu TaoFix lifetime mismatch between LateContext and Ty
2019-06-19 Lzu TaoFix missing field in ExprKind::Yield
2019-06-19 borsAuto merge of #4210 - dtolnay:division, r=flip1995
2019-06-18 borsAuto merge of #4216 - phansch:replace_nodeset, r=matthi...
2019-06-18 Philipp HanschRefactor: Replace NodeSet with HirIdSet
2019-06-18 borsAuto merge of #4215 - matthiaskrgr:rustup_9, r=flip1995
2019-06-18 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61836/
2019-06-17 borsAuto merge of #4214 - d-dorazio:4204-fix-float-cmp...
2019-06-17 Daniele D'Oraziofix suggestion for floating points inequality
2019-06-15 David TolnayDowngrade integer_division to restriction
2019-06-14 borsAuto merge of #4209 - lzutao:TyCtxt-lifetime, r=Manishearth
2019-06-14 Lzu TaoFix wrong lifetime of TyCtxt
2019-06-14 borsAuto merge of #4162 - krk:static-static, r=flip1995
2019-06-14 krkRegister rename to the LintStore.
2019-06-14 krkRename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LI...
2019-06-14 KeremRemove pub from RedundantStaticLifetime.visit_type...
2019-06-14 krkRename const_static_lifetime to redundant_static_lifetime.
2019-06-14 krkMerge StaticConst and StaticStatic lints into StaticConst.
2019-06-14 krkUse RedundantStaticLifetime in StaticStatic.
2019-06-14 krkMove type-checking logic in StaticConst to RedundantSta...
2019-06-14 krkAdd lint for statics with explicit static lifetime.
2019-06-13 borsAuto merge of #4175 - yaahallo:master, r=oli-obk
2019-06-13 borsAuto merge of #4201 - mgr-inz-rafal:typos_in_docs,...
2019-06-12 borsAuto merge of #4200 - lzutao:tyctxt-lifetime, r=matthia...
2019-06-12 Lzu TaoFix wrong lifetime of TyCtxt
2019-06-12 mgr-inz-rafalTypos and minor grammar corrections
2019-06-12 borsAuto merge of #4195 - thiagoarrais:division-of-integer...
2019-06-12 Thiago ArraisAdds lint for integer division
2019-06-12 borsAuto merge of #4191 - g-bartoszek:redundant-closure...
2019-06-12 Grzegorzredundant_closure_for_method_calls fixes:
2019-06-12 borsAuto merge of #4199 - flip1995:implicit_return_docs...
2019-06-12 borsAuto merge of #4198 - matthiaskrgr:rustup_8, r=flip1995
2019-06-12 flip1995Fix implicit_return docs
2019-06-12 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61758...
2019-06-12 Lzu TaoRemove wrong lifetime from LintContext
2019-06-10 borsAuto merge of #4190 - projedi:fix-eta, r=flip1995
2019-06-10 Alexander ShabalinFixing eta with respect to lazy evaluation.
2019-06-09 borsAuto merge of #4188 - matthiaskrgr:rustup_7, r=Manishearth
2019-06-09 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61669/
2019-06-08 borsAuto merge of #4185 - mikerite:outer_expn_info, r=Manis...
2019-06-08 Michael WrightAdd OUTER_EXPN_INFO lint
2019-06-06 borsAuto merge of #4177 - mikerite:compiler_lint_functions_...
2019-06-06 borsAuto merge of #4136 - euclio:println-writeln-suggestion...
2019-06-06 borsAuto merge of #4178 - matthiaskrgr:rustup_6, r=oli-obk
2019-06-06 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57428/
2019-06-06 Michael WrightRemove `to_string()`s from CompilerLintFunctions
2019-06-04 borsAuto merge of #4164 - mikerite:fix-4144, r=mikerite
2019-06-04 mikeriteFix comment grammar
2019-06-03 borsAuto merge of #4168 - lzutao:fix-script, r=flip1995
2019-06-03 borsAuto merge of #4165 - BO41:needless_range_loop, r=phansch
2019-06-03 borsAuto merge of #4163 - lzutao:doc-fix-foo-example, r...
2019-06-03 borsAuto merge of #4169 - lzutao:bump-cargo_metadata, r...
2019-06-03 Lzu TaoBump cargo_metadata of clippy_lints
2019-06-02 BO41Change from ignore to rust
2019-06-02 borsAuto merge of #4166 - mati865:rustup, r=Manishearth
2019-06-02 Mateusz MikułaCargo fmt
2019-06-02 Mateusz MikułaRustup for https://github.com/rust-lang/rust/pull/61276
2019-06-02 BO41Add example to needless_range_loop
2019-06-02 borsAuto merge of #4160 - lzutao:bump-cargo_metadata, r...
2019-06-02 borsAuto merge of #4159 - lzutao:into-outer_expn_info,...
2019-06-02 Michael WrightFix .map(..).unwrap_or_else(..) bad suggestion
2019-06-01 Lzu TaoMake use of new `outer_expn_info()` function
2019-05-30 Andy Russelladd suggestions for print/write with newline lint
2019-05-30 borsAuto merge of #4157 - phansch:update_pulldown_cmark2...
2019-05-30 borsAuto merge of #4113 - rust-lang:author, r=flip1995
2019-05-30 Philipp HanschUpdate pulldown_cmark to 0.5.2
2019-05-29 borsAuto merge of #4153 - matthiaskrgr:rustup_5, r=flip1995
2019-05-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60928
2019-05-28 borsAuto merge of #4152 - matthiaskrgr:rustup_4, r=matthiaskrgr
2019-05-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61164
2019-05-28 Oliver SchererFix `Block` dump in author lint
2019-05-28 borsAuto merge of #4142 - agnxy:rename-assoc, r=flip1995
2019-05-28 borsAuto merge of #4071 - matthiaskrgr:sizeof, r=flip1995
2019-05-27 borsAuto merge of #4150 - rust-lang:rustup, r=oli-obk
2019-05-27 Oliver SchererRustup to rustc 1.36.0-nightly (fa40a111f 2019-05-27)
2019-05-27 borsAuto merge of #4137 - euclio:let-return, r=oli-obk
2019-05-27 borsAuto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4119 - BO41:non_ascii_literal, r=flip1995
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-27 borsAuto merge of #3832 - HarrisonMc555:use_last, r=flip1995
2019-05-27 borsAuto merge of #4148 - sanxiyn:typo, r=Manishearth
2019-05-27 Seo SanghyeonFix typo in comment
2019-05-26 borsAuto merge of #4145 - rust-lang:rustup, r=oli-obk
2019-05-26 Oliver SchererRustfmt
2019-05-26 Oliver SchererRustup to rustc 1.36.0-nightly (2268d9923 2019-05-26)
2019-05-25 Andrew XuRename "Associated*" to "Assoc*"
2019-05-25 borsAuto merge of #4141 - phansch:rustup5, r=oli-obk
2019-05-25 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61026
2019-05-24 Andy Russelltweak `let_and_return` diagnostic
2019-05-24 borsAuto merge of #4135 - matthiaskrgr:rustup_obsol, r...
2019-05-24 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60803/
2019-05-24 borsAuto merge of #4134 - phansch:rustup4, r=Manishearth
2019-05-24 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/59545
next