about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-12-31Destructure `mem:replace` argumentsKrishna Veera Reddy-20/+20
2019-12-31Move `mem_replace_with_default` out of nurseryKrishna Veera Reddy-3/+4
2019-12-31Prevent `mem_replace_with_default` lint within macrosKrishna Veera Reddy-9/+44
2019-12-31Add test cases for replace with `Default::default()`Krishna Veera Reddy-1/+9
2019-12-31Use `mem::take` instead of `mem::replace` when applicableKrishna Veera Reddy-69/+189
2019-12-31Auto merge of #4976 - JohnTitor:integration, r=phanschbors-4/+4
2019-12-31Update integration nameYuki Okushi-4/+4
2019-12-31Rename test prefixYuki Okushi-1/+1
2019-12-31Move ICE tests to /crashesYuki Okushi-1/+1
2019-12-31Add regression test for #4968Yuki Okushi-0/+18
2019-12-31Fix ICE due to normalization failureYuki Okushi-2/+12
2019-12-31Auto merge of #4973 - JohnTitor:rustup-1231, r=phanschbors-37/+39
2019-12-31Ignore rls integration test for nowYuki Okushi-0/+2
2019-12-31Use `is_empty()`Yuki Okushi-1/+1
2019-12-31Rustup to rust-lang/rust#67707Yuki Okushi-36/+36
2019-12-30Auto merge of #4970 - krishna-veerareddy:fix-replace-consts-documentation, r=...bors-6/+6
2019-12-30Auto merge of #4634 - m-ober:feature/2320-map-or, r=llogiqbors-214/+271
2019-12-30Fix `replace_consts` lint documentationKrishna Veera Reddy-6/+6
2019-12-30Auto merge of #4972 - JohnTitor:rustup, r=llogiqbors-131/+141
2019-12-30Allow unused_extern_crates for nowYuki Okushi-0/+2
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-131/+139
2019-12-29Auto merge of #4967 - JohnTitor:update-test, r=phanschbors-1/+1
2019-12-29Rustup to rust-lang/rust#67151Yuki Okushi-1/+1
2019-12-28Add real suggestion to option_map_unwrap_orMicha Ober-214/+271
2019-12-28Auto merge of #4964 - JohnTitor:fix-potential-ice, r=flip1995bors-7/+9
2019-12-28Auto merge of #4867 - mgr-inz-rafal:modulo_arithmetic, r=flip1995bors-2/+728
2019-12-28Fixes for elided lifetimesmgr-inz-rafal-4/+4
2019-12-28Add tests for new lint (modulo_arithmetic)mgr-inz-rafal-0/+565
2019-12-28Add new lint (modulo_arithmetic)mgr-inz-rafal-2/+163
2019-12-28code reviewYuki Okushi-9/+6
2019-12-28Possibly fix an ICE on testYuki Okushi-8/+13
2019-12-27Auto merge of #4963 - JohnTitor:unknown-clippy-lint, r=phanschbors-24/+98
2019-12-27Improve testsYuki Okushi-6/+73
2019-12-27Suggest similar lint name on unknown_clippy_lintsYuki Okushi-18/+25
2019-12-27Auto merge of #4962 - JohnTitor:rustup-1227, r=matthiaskrgrbors-655/+735
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-655/+735
2019-12-25Auto merge of #4956 - JohnTitor:decimal-lit-suffix, r=llogiqbors-2/+18
2019-12-25Auto merge of #4954 - JohnTitor:improve-len-zero-doc, r=llogiqbors-4/+3
2019-12-26Do not drop suffixes on `decimal_literal_representation`Yuki Okushi-2/+18
2019-12-25Correct documentation for `len_zero`Yuki Okushi-4/+3
2019-12-24Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995bors-1/+12
2019-12-24Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995bors-2/+194
2019-12-24new lint: mutable_key_typeAndre Bogus-2/+194
2019-12-24Avoid needless_doctest_main on 'extern crate'Andre Bogus-1/+12
2019-12-24Auto merge of #4948 - lzutao:rustup-67538, r=phanschbors-34/+45
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-34/+45
2019-12-23Auto merge of #4946 - lzutao:take, r=flip1995bors-74/+45
2019-12-24do minor cleanupsLzu Tao-74/+45
2019-12-23Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995bors-13/+88
2019-12-23Auto merge of #4911 - phansch:update_changelog, r=flip1995bors-3/+89