]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/hir_utils.rs
Merge branch 'master' into fix-4727
[rust.git] / clippy_lints / src / utils / hir_utils.rs
2019-11-08 Michael WrightMerge branch 'master' into fix-4727
2019-11-07 borsAuto merge of #4758 - mikerite:dec_lit_20191031, r...
2019-11-07 borsAuto merge of #4757 - evanjs:issue/4748, r=phansch
2019-11-06 borsAuto merge of #4772 - HMPerson1:tastier_ice_cream,...
2019-11-05 HMPerson1Use correct TypeckTables when hashing bodies
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-24 borsAuto merge of #4675 - lzutao:improve-shellscript, r...
2019-10-23 borsAuto merge of #4680 - hellow554:debug_assert_mut_call...
2019-10-23 borsAuto merge of #4691 - HMPerson1:suggest_iter, r=phansch
2019-10-23 borsAuto merge of #4715 - rust-lang:rustup, r=phansch
2019-10-22 flip1995Use StableHasher in SpanlessHasher
2019-10-22 flip1995Don't hash spans in SpanlessHasher
2019-10-15 borsAuto merge of #4668 - lzutao:update-rtim, r=flip1995
2019-10-15 borsAuto merge of #4619 - james9909:unused-self, r=flip1995
2019-10-15 James WangAdd a new lint for unused self
2019-10-08 borsAuto merge of #4595 - rust-lang:rustbot, r=flip1995
2019-09-29 borsAuto merge of #4600 - lzutao:rustup-63492, r=oli-obk
2019-09-29 Lzu TaoRustup rust-lang/rust#63492
2019-09-27 borsAuto merge of #4591 - flip1995:rustup, r=flip1995
2019-09-27 flip1995Rustup to rust-lang/rust#64813
2019-09-26 borsAuto merge of #4568 - mikerite:fix-4548, r=flip1995
2019-09-26 borsAuto merge of #4569 - james9909:add-comparison-chain...
2019-09-25 borsAuto merge of #4574 - Manishearth:rustup, r=yaahc,centril
2019-09-25 Manish Goregaokararm.pats -> arm.pat
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-30 borsAuto merge of #3766 - xd009642:issue-3764, r=flip1995
2019-07-28 xd009642Fix dogfood test
2019-07-27 xd009642Hash discriminant of lifetime.name
2019-07-27 xd009642Hash discriminant of Lifetime::Name
2019-07-27 xd009642Respond to review comments
2019-07-27 xd009642Respond to comments and improve printout
2019-07-26 xd009642Responded to comments and fixed compile bug
2019-07-24 xd009642Fixed more compile errors
2019-07-24 xd009642Fix some of the compile errors
2019-07-24 xd009642Changed Ty to ty, added lifetime 'tcx
2019-07-24 xd009642Lint for type repetition in trait bounds.
2019-07-13 borsAuto merge of #4229 - euclio:lint-doc-generation-fix...
2019-07-09 borsAuto merge of #4257 - skade:improve-cast-alignment...
2019-07-07 borsAuto merge of #4258 - mikerite:fix-breakage-20190706...
2019-07-06 Michael WrightFix breakage due to rust-lang/rust#61988
2019-07-03 borsAuto merge of #4251 - matthiaskrgr:rustup_10, r=Manishearth
2019-07-03 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/61995
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 missing field in ExprKind::Yield
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-05-19 borsAuto merge of #4100 - phansch:add_stderr_length_check...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-15 borsAuto merge of #4066 - rust-lang:hash, r=Manishearth
2019-05-14 flip1995Fix dogfood errors
2019-05-14 flip1995Also hash mem::discriminant in hash_stmt
2019-05-14 Oliver Scherermem::discriminant trumps manual discriminant hashing
2019-05-14 Oliver SchererProperly hash enums
2019-05-11 borsAuto merge of #4080 - rust-lang:rustup, r=oli-obk
2019-05-11 Manish GoregaokarRemove some unnecessary If arms
2019-05-04 borsAuto merge of #4061 - rust-lang:rustup, r=phansch
2019-05-04 Matthias KrügerRustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
2019-05-03 borsAuto merge of #4053 - euclio:too-many-args-span, r...
2019-05-02 borsAuto merge of #4049 - airt:fix-4033-search_is_some...
2019-05-02 borsAuto merge of #4035 - JoshMcguigan:useless_let_if_seq...
2019-05-01 borsAuto merge of #4056 - matthiaskrgr:rustup__, r=Manishearth
2019-05-01 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/60417/
2019-04-29 borsAuto merge of #4032 - phansch:add_tests, r=phansch
2019-04-28 borsAuto merge of #4040 - mikerite:fix-build-20190428,...
2019-04-28 Michael WrightFix breakage due to rust-lang/rust#60225
2019-03-12 Michael WrightMerge branch 'master' into fix-3739
2019-03-10 borsAuto merge of #3767 - alexreg:cosmetic-2, r=flip1995
2019-03-10 Alexander RegueiroVarious cosmetic improvements.
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 borsAuto merge of #3736 - mikerite:fix-build-20190203,...
2019-02-03 Michael WrightFix breakage due to rust-lang/rust#58079
2019-02-02 borsAuto merge of #2857 - avborhanian:master, r=phansch
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-22 borsAuto merge of #3679 - daxpedda:use_self, r=phansch
2019-01-21 borsAuto merge of #3677 - daxpedda:integer_arithmetic,...
2019-01-21 borsAuto merge of #3676 - daxpedda:implicit_return, r=oli-obk
2019-01-21 borsAuto merge of #3680 - g-bartoszek:needless-bool-else...
2019-01-20 borsAuto merge of #3681 - rmcteggart-r7:master, r=matthiaskrgr
2019-01-20 borsAuto merge of #3675 - mikerite:fix-build-20190120,...
2019-01-20 Michael WrightRun rustfmt
2019-01-20 Michael WrightFixed breakage due to rust-lang/rust#57489
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-04 borsAuto merge of #3601 - xfix:move-constant-write-lint...
next