about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-04-18Auto merge of #3978 - phansch:rustfix_len_zero, r=flip1995bors-163/+367
2019-04-18Auto merge of #3954 - andrehjr:add-lint-path-buf-overwrite, r=flip1995bors-0/+24
2019-04-18Add lint PathBufPushOverwriteAndré Luis Leal Cardoso Junior-0/+24
2019-04-18Auto merge of #3985 - phansch:move_some_cast_tests, r=flip1995bors-51/+56
2019-04-18Update *.stderr fileflip1995-10/+10
2019-04-18Add test for debug_assert!(false)flip1995-0/+2
2019-04-18Auto merge of #3987 - phansch:rustfix_option_map_or_none, r=flip1995bors-54/+73
2019-04-18Add run-rustfix for option_map_or_none lintPhilipp Hansch-54/+73
2019-04-18Move two cast_lossless tests to their correct filesPhilipp Hansch-51/+56
2019-04-17Add tests for declare_lint_pass and impl_lint_passMatthew Kraai-3/+8
2019-04-17Auto merge of #3966 - flip1995:internal_lints, r=oli-obkbors-56/+0
2019-04-17Auto merge of #3977 - phansch:add_rustfix_bool_comparison, r=flip1995bors-14/+129
2019-04-17Auto merge of #3976 - phansch:deref_addrof_rustfix, r=flip1995bors-44/+94
2019-04-16Add run-rustfix for len_zero lintPhilipp Hansch-163/+367
2019-04-16Add run-rustfix for bool_comparison lintPhilipp Hansch-14/+129
2019-04-16Add run-rustfix for deref_addrof lintPhilipp Hansch-44/+94
2019-04-15Only suggest .copied() for Option right nowManish Goregaokar-17/+23
2019-04-15Also suggest .copied() when .clone() is called on a Copy typeManish Goregaokar-2/+10
2019-04-15Suggest .copied() instead of .cloned() in map_clone when dealing with referencesManish Goregaokar-10/+12
2019-04-15Remove clippy::default_hash_types internal lintflip1995-56/+0
2019-04-13Rust upgrade to rustc 1.35.0-nightly (00856722b 2019-04-13)Manish Goregaokar-7/+6
2019-04-12Auto merge of #3946 - rchaser53:issue-3920, r=flip1995bors-8/+24
2019-04-13fix format does not parse escaped braces errorrchaser53-8/+24
2019-04-11UI test cleanup: Extract iter_nth testsPhilipp Hansch-99/+112
2019-04-11UI test cleanup: Extract or_fun_call testsPhilipp Hansch-146/+154
2019-04-10Auto merge of #3931 - phansch:3891, r=flip1995bors-0/+13
2019-04-10Auto merge of #3933 - phansch:add_rustfix_eta, r=oli-obkbors-11/+148
2019-04-10Add // run-rustfix for eta.rs testPhilipp Hansch-11/+148
2019-04-10Don't emit useless_attribute lint in external macrosPhilipp Hansch-2/+29
2019-04-09Auto merge of #3925 - phansch:3741, r=flip1995bors-0/+49
2019-04-08Fix ICE in decimal_literal_representation lintPhilipp Hansch-0/+13
2019-04-08Remove force-host and explain no-prefer-dynamicPhilipp Hansch-1/+4
2019-04-08Escape a single quote in single_char_pattern hintKlemen Košir-3/+19
2019-04-08Auto merge of #3921 - euclio:single-char-names-multispan, r=flip1995bors-17/+79
2019-04-08Auto merge of #3848 - felix91gr:null_transmute, r=flip1995bors-0/+53
2019-04-08Auto merge of #3901 - rail-rain:issue_1670, r=flip1995bors-9/+24
2019-04-07Re-allow clippy::identity_conversion in compiletestManish Goregaokar-0/+1
2019-04-07Revert tests/compile-test.rs to 61aa5c957c219abe1fb2d1b5e51db8b365b4f565Manish Goregaokar-38/+9
2019-04-07Fix ICE in suspicious_else_formattingPhilipp Hansch-0/+46
2019-04-07Merge pull request #3918 from matthiaskrgr/typosMatthias Krüger-2/+2
2019-04-05use a multispan for MANY_SINGLE_CHAR_NAMESAndy Russell-17/+79
2019-04-05Add missing `// run-pass` annotations to ICE testsPhilipp Hansch-0/+60
2019-04-04NFC: fix typosMatthias Krüger-2/+2
2019-04-02Add TransmutingNull LintFélix Fischer-0/+53
2019-04-01Run rustfmtflip1995-1/+1
2019-04-01Set level of identity_conversion FP to warnflip1995-0/+1
2019-04-01Rustup to https://github.com/rust-lang/rust/pull/58805Philipp Hansch-7/+9
2019-04-01Fix question_mark lint+testflip1995-0/+63
2019-03-28use `span_lint_and_sugg` in `explicit_counter_loop`rail-10/+10
2019-03-26Fix some test failuresFélix Fischer-4/+4