about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-12-12Auto merge of #4883 - krishna-veerareddy:issue-4818-cast-sign-loss-false-posi...bors-10/+64
2019-12-11Auto merge of #4886 - rust-lang:must-use-pub-only, r=phanschbors-0/+1
2019-12-08Auto merge of #4889 - krishna-veerareddy:issue-3993-float-to-int-transmute, r...bors-2/+131
2019-12-07Move `transmute_float_to_int` test cases into separate fileKrishna Veera Reddy-57/+61
2019-12-07Add lint to detect transmutes from float to integerKrishna Veera Reddy-11/+136
2019-12-06Lint only exported must_use_candidatesAndre Bogus-0/+1
2019-12-06Auto merge of #4884 - RobbieClarken:warn-missing-errors, r=llogiqbors-47/+202
2019-12-06Add lint for pub fns returning a `Result` without documenting errorsRobbieClarken-47/+202
2019-12-05Add widening tests for `cast_sign_loss` lintKrishna Veera Reddy-0/+20
2019-12-05Fix false positive with cast_sign_loss lintKrishna Veera Reddy-10/+44
2019-12-05Auto merge of #4880 - daxpedda:string-add, r=phanschbors-5/+24
2019-12-05Change to only detect in external macros.daxpedda-17/+21
2019-12-04Fix false positive in `string_add`.daxpedda-1/+16
2019-12-04Auto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995bors-151/+308
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-151/+308
2019-12-03Auto merge of #4877 - flip1995:manual_swap_4853, r=llogiqbors-58/+196
2019-12-03Auto merge of #4878 - flip1995:rustup, r=flip1995bors-26/+18
2019-12-03Update op_ref.stderrflip1995-9/+1
2019-12-03Make OP_REF lint suggestion MaybeIncorrectflip1995-2/+2
2019-12-03Fire clippy::op_ref on PartialOrd but !Ord typesChristopher Durham-1/+1
2019-12-03Rustup to rust-lang/rust#66935flip1995-14/+14
2019-12-03Fix rustdoc examplesflip1995-0/+2
2019-12-03Make manual_swap autofixableflip1995-13/+100
2019-12-03Formattingflip1995-25/+34
2019-12-03Fix FP in manual_swap lint with slice-like typesflip1995-24/+55
2019-12-03Add regression test for manual_swapflip1995-5/+14
2019-12-02Auto merge of #4875 - flip1995:rustup, r=matthiaskrgrbors-2/+4
2019-12-02Normalize custom ICE testflip1995-0/+1
2019-12-02Rustup to rust-lang/rust#64736flip1995-2/+3
2019-12-02Auto merge of #4873 - phansch:rustup2, r=eddybbors-5/+6
2019-12-02Use assert_crate_local for a more explicit errorPhilipp Hansch-5/+5
2019-12-02Rustup to https://github.com/rust-lang/rust/pull/66789Philipp Hansch-2/+3
2019-12-01Auto merge of #4690 - lzutao:fix-test-on-non-amd64, r=flip1995bors-101/+506
2019-12-01Auto merge of #4870 - lzutao:check-macro-missing_inline_in_public_items, r=fl...bors-3/+7
2019-12-01account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lintLzu Tao-3/+7
2019-12-01build(tests/fmt): use shared target dirLzu Tao-1/+3
2019-12-01chore: fix and split some ui tests on 32bit systemLzu Tao-87/+482
2019-12-01build: set up build job for i686 targetsLzu Tao-6/+18
2019-12-01remove needless my_lint ui testLzu Tao-7/+0
2019-12-01git quietLzu Tao-0/+3
2019-12-01Auto merge of #4866 - rust-lang:needful-doctest-main, r=flip1995bors-1/+44
2019-11-30Auto merge of #4868 - lzutao:deploy-in-dir, r=phanschbors-0/+1
2019-11-30deploy: cd to out/ before adding files to gitLzu Tao-0/+1
2019-11-30Auto merge of #4865 - phansch:fix_master_deployment, r=llogiqbors-0/+1
2019-11-29Less needless_doctest_main false positivesAndre Bogus-1/+44
2019-11-29Auto merge of #4588 - phansch:add_custom_ice_hook, r=Manishearthbors-1/+126
2019-11-29fmtPhilipp Hansch-1/+1
2019-11-29Feed the dogPhilipp Hansch-1/+1
2019-11-29Use rustc_env instead of exec_env for testPhilipp Hansch-3/+3
2019-11-29Make triggering this lint less likely :paperclip:Philipp Hansch-2/+2