about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-10-03Test fixesShotaro Yamada-51/+59
2019-10-03Add run-rustfixShotaro Yamada-97/+241
2019-10-03Fix false-positive of redundant_clone and move to clippy::perfShotaro Yamada-76/+413
2019-10-02Allow casts from the result of `abs` to unsignedHMPerson1-0/+16
2019-10-02Add check for assert_eq macros to unit_cmp lintMatthias Seiffert-3/+69
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-257/+490
2019-10-02account for doc visibilityAndre Bogus-26/+150
2019-10-02Auto merge of #4599 - lzutao:zero-ptr-suggestion, r=flip1995bors-23/+69
2019-10-02Auto merge of #4603 - rust-lang:needless-doc-main, r=flip1995bors-12/+55
2019-10-02Add suggestion for zero-ptr lintLzu Tao-23/+69
2019-10-02New lint: needless_doc_mainAndre Bogus-12/+55
2019-10-02Auto merge of #4590 - flip1995:ice_4579, r=Manishearthbors-8/+23
2019-10-02Disable hyper and futures-rs integration testsflip1995-4/+4
2019-10-02Fix ICE #4579flip1995-4/+6
2019-10-02Add regression test for ICE #4579flip1995-0/+13
2019-10-01Merge pull request #4606 from Manishearth/rustupManish Goregaokar-75/+2
2019-10-01Remove tests that only ICE on CIManish Goregaokar-65/+0
2019-10-01Allow const_err in out_of_bounds_indexing testsManish Goregaokar-12/+4
2019-10-01Merge pull request #4604 from Manishearth/rustupManish Goregaokar-8/+10
2019-10-01Use new spans for expansion checking in loop lintsManish Goregaokar-8/+10
2019-09-29Auto merge of #4601 - lzutao:clean-up-unused-vars, r=phanschbors-48/+23
2019-09-29Clean up some unused varsLzu Tao-48/+23
2019-09-29Auto merge of #4600 - lzutao:rustup-63492, r=oli-obkbors-1/+0
2019-09-29Rustup rust-lang/rust#63492Lzu Tao-1/+0
2019-09-29Auto merge of #4593 - james9909:fix-multiple-inherent-impls, r=llogiqbors-2/+29
2019-09-28Allow everyone to assign labels with rustbotOliver Scherer-0/+7
2019-09-28Auto merge of #4594 - matthiaskrgr:rustup_18, r=phanschbors-2/+2
2019-09-28rustup https://github.com/rust-lang/rust/pull/64781/Matthias Krüger-2/+2
2019-09-27Ignore impls derived from macrosJames Wang-2/+29
2019-09-27Auto merge of #4591 - flip1995:rustup, r=flip1995bors-982/+927
2019-09-27Remove clippy::author attribute from trailing_zeroes testflip1995-22/+5
2019-09-27Move author issue test to author subdirflip1995-0/+0
2019-09-27Fix author lintflip1995-81/+43
2019-09-27Rustup to rust-lang/rust#64813flip1995-910/+910
2019-09-27Auto merge of #4589 - mikerite:booleans-refactor-20190925, r=phanschbors-8/+4
2019-09-27Refactor `booleans`Michael Wright-8/+4
2019-09-27Auto merge of #4585 - michaelsproul:arith-assign-op, r=llogiqbors-10/+82
2019-09-27Detect assignment ops in integer_arithmeticMichael Sproul-10/+82
2019-09-26Auto merge of #4582 - matthiaskrgr:rustup_17, r=Manishearthbors-3/+3
2019-09-26rustup https://github.com/rust-lang/rust/pull/64515Matthias Krüger-3/+3
2019-09-26Auto merge of #4581 - Manishearth:osx-enable, r=matthiaskrgrbors-2/+0
2019-09-26Re enable OSX buildersManish Goregaokar-2/+0
2019-09-26Auto merge of #4580 - lzutao:rustup, r=flip1995bors-125/+124
2019-09-26Remove unused importLzu Tao-1/+0
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-124/+124
2019-09-26Auto merge of #4568 - mikerite:fix-4548, r=flip1995bors-55/+102
2019-09-26Auto merge of #4569 - james9909:add-comparison-chain, r=oli-obkbors-107/+362
2019-09-26Auto merge of #4570 - lzutao:call_site_toplevel_ref_arg, r=phanschbors-40/+53
2019-09-26Remove unused attribute in testLzu Tao-29/+27
2019-09-26Fix macro expansion in toplevel_ref_arg lintLzu Tao-16/+29