| Age | Commit message (Expand) | Author | Lines |
| 2019-12-31 | Destructure `mem:replace` arguments | Krishna Veera Reddy | -20/+20 |
| 2019-12-31 | Move `mem_replace_with_default` out of nursery | Krishna Veera Reddy | -3/+4 |
| 2019-12-31 | Prevent `mem_replace_with_default` lint within macros | Krishna Veera Reddy | -9/+44 |
| 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 | -69/+189 |
| 2019-12-31 | Auto merge of #4976 - JohnTitor:integration, r=phansch | bors | -4/+4 |
| 2019-12-31 | Update integration name | Yuki Okushi | -4/+4 |
| 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-31 | Fix ICE due to normalization failure | Yuki Okushi | -2/+12 |
| 2019-12-31 | Auto merge of #4973 - JohnTitor:rustup-1231, r=phansch | bors | -37/+39 |
| 2019-12-31 | Ignore rls integration test for now | Yuki Okushi | -0/+2 |
| 2019-12-31 | Use `is_empty()` | Yuki Okushi | -1/+1 |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -36/+36 |
| 2019-12-30 | Auto merge of #4970 - krishna-veerareddy:fix-replace-consts-documentation, r=... | bors | -6/+6 |
| 2019-12-30 | Auto merge of #4634 - m-ober:feature/2320-map-or, r=llogiq | bors | -214/+271 |
| 2019-12-30 | Fix `replace_consts` lint documentation | Krishna Veera Reddy | -6/+6 |
| 2019-12-30 | Auto merge of #4972 - JohnTitor:rustup, r=llogiq | bors | -131/+141 |
| 2019-12-30 | Allow unused_extern_crates for now | Yuki Okushi | -0/+2 |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -131/+139 |
| 2019-12-29 | Auto merge of #4967 - JohnTitor:update-test, r=phansch | bors | -1/+1 |
| 2019-12-29 | Rustup to rust-lang/rust#67151 | Yuki Okushi | -1/+1 |
| 2019-12-28 | Add real suggestion to option_map_unwrap_or | Micha Ober | -214/+271 |
| 2019-12-28 | Auto merge of #4964 - JohnTitor:fix-potential-ice, r=flip1995 | bors | -7/+9 |
| 2019-12-28 | Auto merge of #4867 - mgr-inz-rafal:modulo_arithmetic, r=flip1995 | bors | -2/+728 |
| 2019-12-28 | Fixes for elided lifetimes | mgr-inz-rafal | -4/+4 |
| 2019-12-28 | Add tests for new lint (modulo_arithmetic) | mgr-inz-rafal | -0/+565 |
| 2019-12-28 | Add new lint (modulo_arithmetic) | mgr-inz-rafal | -2/+163 |
| 2019-12-28 | code review | Yuki Okushi | -9/+6 |
| 2019-12-28 | Possibly fix an ICE on test | Yuki Okushi | -8/+13 |
| 2019-12-27 | Auto merge of #4963 - JohnTitor:unknown-clippy-lint, r=phansch | bors | -24/+98 |
| 2019-12-27 | Improve tests | Yuki Okushi | -6/+73 |
| 2019-12-27 | Suggest similar lint name on unknown_clippy_lints | Yuki Okushi | -18/+25 |
| 2019-12-27 | Auto merge of #4962 - JohnTitor:rustup-1227, r=matthiaskrgr | bors | -655/+735 |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -655/+735 |
| 2019-12-25 | Auto merge of #4956 - JohnTitor:decimal-lit-suffix, r=llogiq | bors | -2/+18 |
| 2019-12-25 | Auto merge of #4954 - JohnTitor:improve-len-zero-doc, r=llogiq | bors | -4/+3 |
| 2019-12-26 | Do not drop suffixes on `decimal_literal_representation` | Yuki Okushi | -2/+18 |
| 2019-12-25 | Correct documentation for `len_zero` | Yuki Okushi | -4/+3 |
| 2019-12-24 | Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995 | bors | -1/+12 |
| 2019-12-24 | Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995 | bors | -2/+194 |
| 2019-12-24 | new lint: mutable_key_type | Andre Bogus | -2/+194 |
| 2019-12-24 | Avoid needless_doctest_main on 'extern crate' | Andre Bogus | -1/+12 |
| 2019-12-24 | Auto merge of #4948 - lzutao:rustup-67538, r=phansch | bors | -34/+45 |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -34/+45 |
| 2019-12-23 | Auto merge of #4946 - lzutao:take, r=flip1995 | bors | -74/+45 |
| 2019-12-24 | do minor cleanups | Lzu Tao | -74/+45 |
| 2019-12-23 | Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995 | bors | -13/+88 |
| 2019-12-23 | Auto merge of #4911 - phansch:update_changelog, r=flip1995 | bors | -3/+89 |