| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Bless 32bit test | Yuki Okushi | -15/+15 |
| 2020-01-07 | Apply suggestion from code review | Yuki Okushi | -10/+10 |
| 2020-01-07 | Update stderrs | Yuki Okushi | -498/+498 |
| 2020-01-07 | Auto merge of #5011 - JohnTitor:split-collapsible-if, r=flip1995 | bors | -283/+302 |
| 2020-01-07 | Split up `collapsible_if` ui test | Yuki Okushi | -283/+302 |
| 2020-01-06 | Split test cases into separate files | Krishna Sai Veera Reddy | -583/+620 |
| 2020-01-06 | Add lint to detect usage of invalid atomic ordering | Krishna Sai Veera Reddy | -0/+583 |
| 2020-01-07 | Do not trigger `let_and_return` lint on macros | Yuki Okushi | -0/+22 |
| 2020-01-07 | Fix test again | Yuki Okushi | -3/+1 |
| 2020-01-07 | Pick up lost property | Yuki Okushi | -1/+1 |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -3/+7 |
| 2020-01-04 | External macro check for missing_*_doc | Andre Bogus | -5/+50 |
| 2020-01-04 | Add lint for iter.nth(0) | Brad Sherman | -0/+84 |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -2/+2 |
| 2020-01-04 | Auto merge of #4881 - krishna-veerareddy:issue-4871-use-mem-take, r=flip1995 | bors | -7/+104 |
| 2020-01-03 | No #[no_mangle] must_use_candidate functions | Andre Bogus | -0/+10 |
| 2020-01-03 | Auto merge of #4975 - JohnTitor:fix-4968, r=phansch | bors | -1/+36 |
| 2020-01-03 | Move `use_self_macro` into `crashes/auxiliary` | Yuki Okushi | -1/+16 |
| 2020-01-03 | Auto merge of #4978 - mikerite:fix-4958, r=phansch | bors | -1/+93 |
| 2020-01-01 | Add `if let` test case | Krishna Veera Reddy | -2/+22 |
| 2020-01-02 | Add attribute | Yuki Okushi | -0/+2 |
| 2020-01-01 | Fix bad `explicit_into_iter_loop` suggestion | Michael Wright | -1/+93 |
| 2019-12-31 | Prevent `replace_consts` lint within match patterns | Krishna Veera Reddy | -0/+12 |
| 2019-12-31 | Remove unnecessary import | Krishna Veera Reddy | -3/+1 |
| 2019-12-31 | Lint within internal macros without a suggestion | Krishna Veera Reddy | -33/+41 |
| 2019-12-31 | Prevent `mem_replace_with_default` lint within macros | Krishna Veera Reddy | -5/+40 |
| 2019-12-31 | Add test cases for replace with `Default::default()` | Krishna Veera Reddy | -1/+9 |
| 2019-12-31 | Use `mem::take` instead of `mem::replace` when applicable | Krishna Veera Reddy | -7/+55 |
| 2019-12-31 | Rename test prefix | Yuki Okushi | -1/+1 |
| 2019-12-31 | Move ICE tests to /crashes | Yuki Okushi | -1/+1 |
| 2019-12-31 | Add regression test for #4968 | Yuki Okushi | -0/+18 |
| 2019-12-30 | Auto merge of #4634 - m-ober:feature/2320-map-or, r=llogiq | bors | -189/+238 |
| 2019-12-28 | Add real suggestion to option_map_unwrap_or | Micha Ober | -189/+238 |
| 2019-12-28 | Add tests for new lint (modulo_arithmetic) | mgr-inz-rafal | -0/+565 |
| 2019-12-27 | Improve tests | Yuki Okushi | -6/+73 |
| 2019-12-26 | Do not drop suffixes on `decimal_literal_representation` | Yuki Okushi | -1/+17 |
| 2019-12-24 | Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995 | bors | -0/+9 |
| 2019-12-24 | Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995 | bors | -0/+59 |
| 2019-12-24 | new lint: mutable_key_type | Andre Bogus | -0/+59 |
| 2019-12-24 | Avoid needless_doctest_main on 'extern crate' | Andre Bogus | -0/+9 |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -5/+11 |
| 2019-12-24 | do minor cleanups | Lzu Tao | -9/+6 |
| 2019-12-23 | Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995 | bors | -11/+77 |
| 2019-12-23 | Auto merge of #4823 - Areredify:must_use_res, r=flip1995 | bors | -0/+183 |
| 2019-12-23 | a few small cleanups | Lzu Tao | -1/+2 |
| 2019-12-22 | implemented `let_underscore` lint | Mikhail Babenko | -0/+183 |
| 2019-12-22 | Remove trailling .s | Daniel Wagner-Hall | -5/+5 |
| 2019-12-22 | Auto merge of #4937 - mikerite:fix-4824, r=phansch | bors | -0/+20 |
| 2019-12-22 | Auto merge of #4930 - flip1995:unused_label, r=phansch | bors | -70/+11 |
| 2019-12-22 | Fix `map_clone` false positive | Michael Wright | -0/+20 |