| Age | Commit message (Expand) | Author | Lines |
| 2019-12-12 | Auto merge of #4883 - krishna-veerareddy:issue-4818-cast-sign-loss-false-posi... | bors | -10/+64 |
| 2019-12-11 | Auto merge of #4886 - rust-lang:must-use-pub-only, r=phansch | bors | -0/+1 |
| 2019-12-08 | Auto merge of #4889 - krishna-veerareddy:issue-3993-float-to-int-transmute, r... | bors | -2/+131 |
| 2019-12-07 | Move `transmute_float_to_int` test cases into separate file | Krishna Veera Reddy | -57/+61 |
| 2019-12-07 | Add lint to detect transmutes from float to integer | Krishna Veera Reddy | -11/+136 |
| 2019-12-06 | Lint only exported must_use_candidates | Andre Bogus | -0/+1 |
| 2019-12-06 | Auto merge of #4884 - RobbieClarken:warn-missing-errors, r=llogiq | bors | -47/+202 |
| 2019-12-06 | Add lint for pub fns returning a `Result` without documenting errors | RobbieClarken | -47/+202 |
| 2019-12-05 | Add widening tests for `cast_sign_loss` lint | Krishna Veera Reddy | -0/+20 |
| 2019-12-05 | Fix false positive with cast_sign_loss lint | Krishna Veera Reddy | -10/+44 |
| 2019-12-05 | Auto merge of #4880 - daxpedda:string-add, r=phansch | bors | -5/+24 |
| 2019-12-05 | Change to only detect in external macros. | daxpedda | -17/+21 |
| 2019-12-04 | Fix false positive in `string_add`. | daxpedda | -1/+16 |
| 2019-12-04 | Auto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995 | bors | -151/+308 |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -151/+308 |
| 2019-12-03 | Auto merge of #4877 - flip1995:manual_swap_4853, r=llogiq | bors | -58/+196 |
| 2019-12-03 | Auto merge of #4878 - flip1995:rustup, r=flip1995 | bors | -26/+18 |
| 2019-12-03 | Update op_ref.stderr | flip1995 | -9/+1 |
| 2019-12-03 | Make OP_REF lint suggestion MaybeIncorrect | flip1995 | -2/+2 |
| 2019-12-03 | Fire clippy::op_ref on PartialOrd but !Ord types | Christopher Durham | -1/+1 |
| 2019-12-03 | Rustup to rust-lang/rust#66935 | flip1995 | -14/+14 |
| 2019-12-03 | Fix rustdoc examples | flip1995 | -0/+2 |
| 2019-12-03 | Make manual_swap autofixable | flip1995 | -13/+100 |
| 2019-12-03 | Formatting | flip1995 | -25/+34 |
| 2019-12-03 | Fix FP in manual_swap lint with slice-like types | flip1995 | -24/+55 |
| 2019-12-03 | Add regression test for manual_swap | flip1995 | -5/+14 |
| 2019-12-02 | Auto merge of #4875 - flip1995:rustup, r=matthiaskrgr | bors | -2/+4 |
| 2019-12-02 | Normalize custom ICE test | flip1995 | -0/+1 |
| 2019-12-02 | Rustup to rust-lang/rust#64736 | flip1995 | -2/+3 |
| 2019-12-02 | Auto merge of #4873 - phansch:rustup2, r=eddyb | bors | -5/+6 |
| 2019-12-02 | Use assert_crate_local for a more explicit error | Philipp Hansch | -5/+5 |
| 2019-12-02 | Rustup to https://github.com/rust-lang/rust/pull/66789 | Philipp Hansch | -2/+3 |
| 2019-12-01 | Auto merge of #4690 - lzutao:fix-test-on-non-amd64, r=flip1995 | bors | -101/+506 |
| 2019-12-01 | Auto merge of #4870 - lzutao:check-macro-missing_inline_in_public_items, r=fl... | bors | -3/+7 |
| 2019-12-01 | account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lint | Lzu Tao | -3/+7 |
| 2019-12-01 | build(tests/fmt): use shared target dir | Lzu Tao | -1/+3 |
| 2019-12-01 | chore: fix and split some ui tests on 32bit system | Lzu Tao | -87/+482 |
| 2019-12-01 | build: set up build job for i686 targets | Lzu Tao | -6/+18 |
| 2019-12-01 | remove needless my_lint ui test | Lzu Tao | -7/+0 |
| 2019-12-01 | git quiet | Lzu Tao | -0/+3 |
| 2019-12-01 | Auto merge of #4866 - rust-lang:needful-doctest-main, r=flip1995 | bors | -1/+44 |
| 2019-11-30 | Auto merge of #4868 - lzutao:deploy-in-dir, r=phansch | bors | -0/+1 |
| 2019-11-30 | deploy: cd to out/ before adding files to git | Lzu Tao | -0/+1 |
| 2019-11-30 | Auto merge of #4865 - phansch:fix_master_deployment, r=llogiq | bors | -0/+1 |
| 2019-11-29 | Less needless_doctest_main false positives | Andre Bogus | -1/+44 |
| 2019-11-29 | Auto merge of #4588 - phansch:add_custom_ice_hook, r=Manishearth | bors | -1/+126 |
| 2019-11-29 | fmt | Philipp Hansch | -1/+1 |
| 2019-11-29 | Feed the dog | Philipp Hansch | -1/+1 |
| 2019-11-29 | Use rustc_env instead of exec_env for test | Philipp Hansch | -3/+3 |
| 2019-11-29 | Make triggering this lint less likely :paperclip: | Philipp Hansch | -2/+2 |