about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-11-06rustup https://github.com/rust-lang/rust/pull/66014Lzu Tao-2/+4
2019-11-06Fix crash in `use-self` lintMichael Wright-1/+62
2019-11-04Use correct TypeckTables when hashing bodiesHMPerson1-0/+10
2019-10-28UI test cleanup: Extract derive_hash_xor_eq testsPhilipp Hansch-92/+95
2019-10-26Rustup to rust-lang/rust#65773flip1995-0/+108
2019-10-24Auto merge of #4721 - phansch:fix_try_err_in_ext_macro, r=flip1995bors-6/+35
2019-10-24Fix lint_without_lint_pass lintflip1995-1/+7
2019-10-24Fix testsflip1995-4/+0
2019-10-24Don't emit try_err lint in external macrosPhilipp Hansch-6/+35
2019-10-24Auto merge of #4675 - lzutao:improve-shellscript, r=phanschbors-32/+28
2019-10-23Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995bors-0/+296
2019-10-23Auto merge of #4691 - HMPerson1:suggest_iter, r=phanschbors-11/+33
2019-10-22Add lint for debug_assert_with_mut_callMarcel Hellwig-0/+296
2019-10-22build: improve script and travis configLzu Tao-32/+28
2019-10-18Fix suggestion for rangesHMPerson1-1/+1
2019-10-18Omit proc macros from `must_use_candidate`Andre Bogus-2/+20
2019-10-18Split out testsHeinz N. Gies-165/+219
2019-10-18Add expectHeinz N. Gies-1/+7
2019-10-18Add todo and testsHeinz N. Gies-2/+39
2019-10-18add restirction for unreachable and panicHeinz Gies-2/+17
2019-10-18Fix suggestion span in `explicit_counter_loop`HMPerson1-14/+14
2019-10-18Suggest calling `iter` if needed in `explicit_counter_loop`HMPerson1-7/+29
2019-10-17Update help text in `inefficient_to_string`Michael Zhang-6/+6
2019-10-17Add `run-rustfix` to `inefficient_to_string`HMPerson1-7/+40
2019-10-16Add `inefficient_to_string` lintHMPerson1-0/+86
2019-10-15Add regression test for ICE in use-self lintflip1995-0/+36
2019-10-15Change terminology from static to associatedJames Wang-9/+9
2019-10-15Change lint to be pedanticJames Wang-186/+172
2019-10-15Add a new lint for unused selfJames Wang-143/+344
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-57/+422
2019-10-09New lint: suspicious_unary_op_formattingNikos Filippakis-0/+58
2019-10-09Auto merge of #4635 - Lythenas:suggestions-for-assert-false, r=flip1995bors-6/+26
2019-10-08Addresses Issue #4001Ethan Lam-0/+138
2019-10-08Auto merge of #4611 - rust-lang:doc-visibility, r=flip1995bors-7/+79
2019-10-08Auto merge of #4592 - rust-lang:transmute-collection, r=flip1995bors-25/+178
2019-10-07Match any expr for panic messageMatthias Seiffert-5/+16
2019-10-07Add message to replace assert!(false) helpMatthias Seiffert-4/+13
2019-10-06Move is_argument check into mutateflip1995-0/+16
2019-10-05Merge consume and consume_pat in escape analysisflip1995-22/+0
2019-10-04Fix needless_pass_by_valueflip1995-32/+8
2019-10-04Auto merge of #4613 - Lythenas:lint-assert_eq-unit_exprs, r=flip1995bors-3/+95
2019-10-04Rollup merge of #4614 - HMPerson1:abs_cast_unsigned, r=flip1995Phil Hansch-0/+5
2019-10-03Update unit_cmp tests to include blocks for assertsMatthias Seiffert-15/+67
2019-10-03Update the .stderr to include the backticksMatthias Seiffert-4/+4
2019-10-03Test fixesShotaro Yamada-47/+58
2019-10-03Add run-rustfixShotaro Yamada-96/+232
2019-10-03Fix false-positive of redundant_clone and move to clippy::perfShotaro Yamada-3/+109
2019-10-02Allow casts from the result of `abs` to unsignedHMPerson1-0/+5
2019-10-02Add check for assert_eq macros to unit_cmp lintMatthias Seiffert-3/+43
2019-10-02New lint: unsound_collection_transmuteAndre Bogus-25/+178