]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #5373 - flip1995:doc_release_backport, r=Manishearth
[rust.git] / clippy_lints /
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-30 borsAuto merge of #5387 - jpospychala:useless_self_fp,...
2020-03-30 borsAuto merge of #5392 - matthiaskrgr:rustup_40, r=phansch
2020-03-30 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70536
2020-03-30 borsAuto merge of #5380 - lzutao:deprecate-REPLACE_CONSTS...
2020-03-30 borsAuto merge of #5390 - phansch:rustupp, r=matthiaskrgr
2020-03-30 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/70449
2020-03-29 Jacek Pospychala`unused_self` false positive
2020-03-29 Lzu TaoDeprecate REPLACE_CONSTS lint
2020-03-27 borsAuto merge of #5376 - flip1995:verbose_file_reads_restr...
2020-03-27 borsAuto merge of #5377 - matthiaskrgr:rustup_38, r=flip1995
2020-03-27 Matthias Krügerremove redundant import
2020-03-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/68404
2020-03-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69644
2020-03-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70344
2020-03-26 flip1995Move verbose_file_reads to restriction
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-25 borsAuto merge of #5372 - matthiaskrgr:rpc_nursery, r=flip1995
2020-03-25 Matthias Krügermove redundant_pub_crate to nursery
2020-03-25 borsAuto merge of #5370 - phansch:matches, r=matthiaskrgr
2020-03-25 Philipp HanschRemove dependency on `matches` crate
2020-03-23 borsAuto merge of #5364 - flip1995:useless_transmute_quaran...
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-23 flip1995Move useless_transmute to nursery
2020-03-23 Tim Robinsonnursery group -> style
2020-03-23 borsAuto merge of #5350 - ThibsG:FixSingleBindingClosure...
2020-03-23 borsAuto merge of #5361 - matthiaskrgr:rustup_37, r=flip1995
2020-03-23 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69968/
2020-03-22 ThibsGFix single binding in closure
2020-03-20 Tim RobinsonUpdate for PR feedback
2020-03-20 borsAuto merge of #5323 - rabisg0:fix/5284, r=flip1995
2020-03-19 borsAuto merge of #5342 - flip1995:rollup-77s2pmt, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5341 - flip1995:rustup, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5336 - matthiaskrgr:rustup_35, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5333 - matthiaskrgr:rustup_34, r=flip1995
2020-03-19 Philipp KronesRollup merge of #5326 - matthiaskrgr:rustup_33, r=flip1995
2020-03-19 flip1995Rustup to rust-lang/rust#66131
2020-03-19 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69920/
2020-03-19 Rabi GuhaImprovement: Don't show function body in needless_lifetimes
2020-03-18 borsAuto merge of #5335 - flip1995:changelog, r=Manishearth
2020-03-18 borsAuto merge of #5329 - matthiaskrgr:int_arith_on_ref_532...
2020-03-18 borsAuto merge of #5331 - matthiaskrgr:lint_docs1, r=flip1995
2020-03-18 Matthias Krügerinteger_arithmetic: detect integer arithmetic on refere...
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-18 Matthias Krügerclean up a few lint docs
2020-03-17 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69838
2020-03-16 borsAuto merge of #5324 - matthiaskrgr:rustup_32, r=flip1995
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69738
2020-03-16 borsAuto merge of #5322 - phansch:or_patterns, r=matthiaskrgr
2020-03-16 Tim RobinsonLint for `pub(crate)` items that are not crate visible...
2020-03-16 borsAuto merge of #5321 - matthiaskrgr:rustup_31, r=phansch
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/68944
2020-03-16 Philipp HanschMake use of `or_patterns` feature
2020-03-15 borsAuto merge of #5318 - matthiaskrgr:rustup_30, r=flip1995
2020-03-15 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69589/
2020-03-15 borsAuto merge of #5316 - lzutao:osstr, r=phansch
2020-03-14 borsAuto merge of #5317 - JohnTitor:rustup, r=matthiaskrgr
2020-03-14 Yuki OkushiRustup to rust-lang/rust#69076
2020-03-14 borsAuto merge of #5312 - joshtriplett:wildcard-prelude...
2020-03-13 Josh TriplettDocument that wildcard_imports doesn't warn about ...
2020-03-13 borsAuto merge of #5308 - flip1995:changelog, r=Manishearth
2020-03-12 borsAuto merge of #5304 - sinkuu:redundant_clone_not_consum...
2020-03-12 borsAuto merge of #5307 - JohnTitor:rename-method, r=flip1995
2020-03-12 Yuki OkushiRustup to rust-lang/rust#69674
2020-03-12 Shotaro YamadaUse visit_place
2020-03-12 Shotaro YamadaCheck for mutation
2020-03-12 Shotaro YamadaOnly fires on temporaries
2020-03-12 Shotaro YamadaExtend `redundant_clone` to the case that cloned value...
2020-03-10 borsAuto merge of #5272 - jmeyers35:file_read_lint, r=flip1995
2020-03-10 borsAuto merge of #5300 - JohnTitor:edition-flag, r=flip1995
2020-03-10 Jacob Meyersadd CR feedback
2020-03-10 borsAuto merge of #5298 - rust-lang:needless_doc_main_code...
2020-03-10 borsAuto merge of #5299 - JohnTitor:contrib, r=flip1995
2020-03-10 Andre Bogusneedless_doc_main: only check rust code
2020-03-10 borsAuto merge of #5296 - sinkuu:fix_ice_trivial_bounds...
2020-03-10 borsAuto merge of #5297 - JohnTitor:shadow, r=phansch
2020-03-10 Yuki OkushiUse `node_type_opt` over `node_type`
2020-03-10 Shotaro YamadaFix doc
2020-03-10 Shotaro YamadaFix ICE with trivial_bounds feature
2020-03-10 borsAuto merge of #5295 - matthiaskrgr:lints_readme, r...
2020-03-10 Matthias Krügerclippy_lints: readme: don't mention crates.io since...
2020-03-09 borsAuto merge of #5277 - chrissimpkins:rustc-dev-guide...
2020-03-09 borsAuto merge of #5292 - jpospychala:map-placeholder,...
2020-03-09 Jacek PospychalaImprove placeholder in map_unit_fn
2020-03-09 borsAuto merge of #5287 - matthiaskrgr:pat_isref, r=flip1995
2020-03-09 borsAuto merge of #5286 - matthiaskrgr:delay_vec_creation...
2020-03-09 borsAuto merge of #5291 - ThibsG:FixSingleBinding, r=flip1995
2020-03-09 ThibsGFix match single binding when in a let stmt
2020-03-09 borsAuto merge of #5285 - matthiaskrgr:dep_it, r=flip1995
2020-03-09 borsAuto merge of #5290 - polybuildr:map-message, r=phansch
2020-03-08 Vivek GhaisasImprove error messages for {option,result}_map_unit_fn
2020-03-08 Matthias Krügerredundant_pattern: take binding (ref, ref mut) into...
2020-03-08 Matthias Krügercheck_pat: delay creation of the "normal" vec until...
2020-03-08 Matthias Krügerdeps: bump itertools 0.8 -> 0.9
2020-03-06 Jacob Meyersadd lint on File::read_to_string and File::read_to_end
2020-03-05 borsAuto merge of #5276 - flip1995:macro_use, r=flip1995
2020-03-05 flip1995Rename macro_use_import -> macro_use_imports
2020-03-05 borsAuto merge of #5230 - DevinR528:macro-use, r=flip1995
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-04 borsAuto merge of #5257 - mlegner:cast_hex_fp, r=flip1995
next