about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2019-04-28Fix breakage due to rust-lang/rust#60225Michael Wright-24/+18
2019-04-25Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phanschbors-1/+45
2019-04-25Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995bors-3/+15
2019-04-25Ignore unnecessary cast if inside macrocemil-3/+15
2019-04-24Auto merge of #4023 - phansch:add_test, r=flip1995bors-1/+11
2019-04-24Auto merge of #4022 - phansch:move_some_loop_tests, r=flip1995bors-228/+234
2019-04-24Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=...bors-0/+6
2019-04-23Suppress let_and_return if let has attributesMatthew Kraai-0/+6
2019-04-24Add test for or_fun_call macro suggestionPhilipp Hansch-1/+11
2019-04-24UI test cleanup: Extract needless_range_loop testsPhilipp Hansch-228/+234
2019-04-23Change "if types change" to "if you later change the type"Matthew Kraai-31/+31
2019-04-23Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obkbors-0/+18
2019-04-23Add testManish Goregaokar-0/+18
2019-04-23compiletest: Disambiguate extern crate deps shared with the compilerIgor Matuszewski-2/+25
2019-04-21Move path_buf_push_overwrite to nurseryMatthew Kraai-2/+4
2019-04-20redundant closure triggers for fnptrs and closuresGrzegorz-1/+35
2019-04-20Auto merge of #4011 - phansch:add_test_for_derive_expansion, r=flip1995bors-6/+21
2019-04-20Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995bors-0/+4
2019-04-20Auto merge of #4005 - phansch:rustfix_match_as_ref, r=flip1995bors-38/+60
2019-04-20Auto merge of #4006 - phansch:fix_module_name_repetitions_fp, r=flip1995bors-5/+15
2019-04-20Add test for derives for used_underscore_binding lintPhilipp Hansch-6/+21
2019-04-19Allow allowing of toplevel_ref_arg lintPhilipp Hansch-0/+4
2019-04-19redundant closure for functions restricted to FnDefsGrzegorz-0/+10
2019-04-19Fix false positive in module_name_repetitions lintPhilipp Hansch-5/+15
2019-04-19Add run-rustfix for match_as_ref lintPhilipp Hansch-38/+60
2019-04-19Auto merge of #3989 - flip1995:assert_on_const, r=phanschbors-10/+12
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