about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2020-01-07Bless 32bit testYuki Okushi-15/+15
2020-01-07Apply suggestion from code reviewYuki Okushi-10/+10
2020-01-07Update stderrsYuki Okushi-498/+498
2020-01-07Auto merge of #5011 - JohnTitor:split-collapsible-if, r=flip1995bors-283/+302
2020-01-07Split up `collapsible_if` ui testYuki Okushi-283/+302
2020-01-06Split test cases into separate filesKrishna Sai Veera Reddy-583/+620
2020-01-06Add lint to detect usage of invalid atomic orderingKrishna Sai Veera Reddy-0/+583
2020-01-07Do not trigger `let_and_return` lint on macrosYuki Okushi-0/+22
2020-01-07Fix test againYuki Okushi-3/+1
2020-01-07Pick up lost propertyYuki Okushi-1/+1
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-3/+7
2020-01-04External macro check for missing_*_docAndre Bogus-5/+50
2020-01-04Add lint for iter.nth(0)Brad Sherman-0/+84
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-2/+2
2020-01-04Auto merge of #4881 - krishna-veerareddy:issue-4871-use-mem-take, r=flip1995bors-7/+104
2020-01-03No #[no_mangle] must_use_candidate functionsAndre Bogus-0/+10
2020-01-03Auto merge of #4975 - JohnTitor:fix-4968, r=phanschbors-1/+36
2020-01-03Move `use_self_macro` into `crashes/auxiliary`Yuki Okushi-1/+16
2020-01-03Auto merge of #4978 - mikerite:fix-4958, r=phanschbors-1/+93
2020-01-01Add `if let` test caseKrishna Veera Reddy-2/+22
2020-01-02Add attributeYuki Okushi-0/+2
2020-01-01Fix bad `explicit_into_iter_loop` suggestionMichael Wright-1/+93
2019-12-31Prevent `replace_consts` lint within match patternsKrishna Veera Reddy-0/+12
2019-12-31Remove unnecessary importKrishna Veera Reddy-3/+1
2019-12-31Lint within internal macros without a suggestionKrishna Veera Reddy-33/+41
2019-12-31Prevent `mem_replace_with_default` lint within macrosKrishna Veera Reddy-5/+40
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-7/+55
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-30Auto merge of #4634 - m-ober:feature/2320-map-or, r=llogiqbors-189/+238
2019-12-28Add real suggestion to option_map_unwrap_orMicha Ober-189/+238
2019-12-28Add tests for new lint (modulo_arithmetic)mgr-inz-rafal-0/+565
2019-12-27Improve testsYuki Okushi-6/+73
2019-12-26Do not drop suffixes on `decimal_literal_representation`Yuki Okushi-1/+17
2019-12-24Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995bors-0/+9
2019-12-24Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995bors-0/+59
2019-12-24new lint: mutable_key_typeAndre Bogus-0/+59
2019-12-24Avoid needless_doctest_main on 'extern crate'Andre Bogus-0/+9
2019-12-24rustup "Add span information to `ExprKind::Assign`"Lzu Tao-5/+11
2019-12-24do minor cleanupsLzu Tao-9/+6
2019-12-23Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995bors-11/+77
2019-12-23Auto merge of #4823 - Areredify:must_use_res, r=flip1995bors-0/+183
2019-12-23a few small cleanupsLzu Tao-1/+2
2019-12-22implemented `let_underscore` lintMikhail Babenko-0/+183
2019-12-22Remove trailling .sDaniel Wagner-Hall-5/+5
2019-12-22Auto merge of #4937 - mikerite:fix-4824, r=phanschbors-0/+20
2019-12-22Auto merge of #4930 - flip1995:unused_label, r=phanschbors-70/+11
2019-12-22Fix `map_clone` false positiveMichael Wright-0/+20