about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-12-22Update wildcard enum match lint for non_exhaustive enumsDaniel Wagner-Hall-7/+73
2019-12-21Reduce cognitive complexity lint spanKrishna Veera Reddy-142/+86
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-1/+1
2019-12-21Deprecate unused_label lintflip1995-70/+11
2019-12-21rustup https://github.com/rust-lang/rust/pull/67130Matthias Krüger-1/+21
2019-12-20Auto merge of #4913 - mikerite:step-by-zero-20191218, r=phanschbors-57/+77
2019-12-19Auto merge of #4915 - mikerite:fix-4912-2, r=phanschbors-1/+21
2019-12-19Fix `expect_fun_call` false negative on referencesMichael Wright-1/+21
2019-12-18Update iterator_step_by_zeroMichael Wright-57/+77
2019-12-17Detect comparisons with NAN constantsKrishna Veera Reddy-13/+100
2019-12-14Update tests for revert of never type stabilizationMark Rousskov-11/+14
2019-12-12Auto merge of #4883 - krishna-veerareddy:issue-4818-cast-sign-loss-false-posi...bors-0/+45
2019-12-07Move `transmute_float_to_int` test cases into separate fileKrishna Veera Reddy-57/+61
2019-12-07Add lint to detect transmutes from float to integerKrishna Veera Reddy-9/+57
2019-12-06Add lint for pub fns returning a `Result` without documenting errorsRobbieClarken-0/+98
2019-12-05Add widening tests for `cast_sign_loss` lintKrishna Veera Reddy-0/+20
2019-12-05Fix false positive with cast_sign_loss lintKrishna Veera Reddy-0/+25
2019-12-05Change to only detect in external macros.daxpedda-12/+18
2019-12-04Fix false positive in `string_add`.daxpedda-0/+9
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-2/+8
2019-12-03Auto merge of #4877 - flip1995:manual_swap_4853, r=llogiqbors-7/+102
2019-12-03Update op_ref.stderrflip1995-9/+1
2019-12-03Make manual_swap autofixableflip1995-7/+93
2019-12-03Add regression test for manual_swapflip1995-5/+14
2019-12-02Normalize custom ICE testflip1995-0/+1
2019-12-01Auto merge of #4690 - lzutao:fix-test-on-non-amd64, r=flip1995bors-95/+484
2019-12-01account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lintLzu Tao-0/+4
2019-12-01build(tests/fmt): use shared target dirLzu Tao-1/+3
2019-12-01chore: fix and split some ui tests on 32bit systemLzu Tao-87/+481
2019-12-01remove needless my_lint ui testLzu Tao-7/+0
2019-11-29Less needless_doctest_main false positivesAndre Bogus-0/+43
2019-11-29Use rustc_env instead of exec_env for testPhilipp Hansch-3/+3
2019-11-29Make triggering this lint less likely :paperclip:Philipp Hansch-1/+1
2019-11-29Use exec_env to set backtrace level and normalize outputPhilipp Hansch-2/+6
2019-11-29Use Clippy version in ICE messagePhilipp Hansch-1/+1
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-0/+16
2019-11-28Use `println!` on success instead of `eprintln!`Philipp Krones-1/+1
2019-11-28Rust implementation of integration testflip1995-0/+75
2019-11-28Auto merge of #4855 - phansch:rollup-x7yail7, r=phanschbors-1/+102
2019-11-28Rollup merge of #4842 - timbodeit:comparison-chain-false-positive-4827, r=fli...Phil Hansch-1/+102
2019-11-28Auto merge of #4851 - daxpedda:float-arithmetic, r=flip1995bors-0/+4
2019-11-28Auto merge of #4821 - Areredify:as_conversions, r=flip1995bors-2/+36
2019-11-28Auto merge of #4808 - euclio:string-lit-as-bytes, r=phanschbors-1/+11
2019-11-28make use of Result::map_orLzu Tao-6/+6
2019-11-27Add blank stderr file for cant_be_const testManish Goregaokar-0/+0
2019-11-27Add BorrowKind::RefManish Goregaokar-1/+1
2019-11-26trigger string_lit_as_bytes when literal has escapesAndy Russell-1/+11
2019-11-25Remove negative float literal checks.daxpedda-0/+4
2019-11-25implemented `as_conversions` lintMikhail Babenko-2/+36
2019-11-25Rustup to rust-lang/rust#64856flip1995-8/+2