]> git.lizzy.rs Git - rust.git/history - tests
Make useless_attribute suggestion MaybeIncorrect
[rust.git] / tests /
2019-08-28 Philipp HanschMake useless_attribute suggestion MaybeIncorrect
2019-08-28 Philipp HanschUpdate int_plus_one suggestion text
2019-08-28 Philipp HanschAdd run-rustfix for rename test
2019-08-28 Philipp HanschAdd run-rustfix for outer_expn_data
2019-08-28 Philipp HanschAdd run-rustfix for useless_attribute test
2019-08-28 Philipp HanschAdd run-rustfix for int_plus_one test
2019-08-28 Philipp HanschAdd run-rustfix for assign_ops test
2019-08-26 borsAuto merge of #4444 - phansch:split_up_cmp_owned2,...
2019-08-26 borsAuto merge of #4445 - phansch:fix_unused_unit_sugg...
2019-08-26 Philipp HanschUse correct path in comment
2019-08-26 borsAuto merge of #4430 - lzutao:defid_trait_alias, r=flip1995
2019-08-26 Lzu TaoAdd regression test for looking for trait defid in...
2019-08-26 borsAuto merge of #4436 - BO41:written_as, r=phansch
2019-08-26 borsAuto merge of #4421 - lzutao:unsep_literal, r=flip1995
2019-08-26 borsAuto merge of #4451 - hvenev:non-exec, r=flip1995
2019-08-26 borsAuto merge of #4431 - phansch:more_rustfix, r=flip1995
2019-08-26 Lzu TaoCleaner code for unsep literals
2019-08-26 flip1995Remove empty *.std{err,out} files
2019-08-25 Hristo VenevMark rust source file as non-executable.
2019-08-24 Philipp HanschFix unused_unit false positive
2019-08-24 Philipp HanschSplit up cmp_owned tests, add run-rustfix
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-23 borsAuto merge of #4439 - lzutao:fix-format, r=phansch
2019-08-23 Lzu TaoRe-add false positive check
2019-08-23 Lzu TaoAdd raw string regression test for useless_format lint
2019-08-23 Lzu TaoRe-factor useless_format lint
2019-08-23 Philipp HanschMerge pull request #4440 from lzutao/fix-unicode
2019-08-23 Lzu TaoUpdate Unicode lint tests
2019-08-22 Philipp HanschAdd run-rustfix for range_plus_minus_one tests
2019-08-22 Philipp HanschAdd run-rustfix for or_fun_call tests
2019-08-22 Philipp HanschAdd run-rustfix for short_circuit_statement test
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-21 borsAuto merge of #4352 - phansch:fix_redundant_pattern_mat...
2019-08-21 borsAuto merge of #4425 - mikerite:4375, r=flip1995
2019-08-21 Philipp HanschAdd two more tests, allow 2 other lints.
2019-08-21 Michael WrightFix `temporary_cstring_as_ptr` false negative
2019-08-21 Philipp HanschAdd more testcases for redundant_pattern_matching
2019-08-21 Philipp HanschFix suggestions for redundant_pattern_matching
2019-08-20 borsAuto merge of #4423 - lzutao:await-is-stable, r=Manishearth
2019-08-20 Lzu TaoRemove feature gate for async_await
2019-08-20 borsAuto merge of #4419 - lzutao:ifchain-link, r=phansch
2019-08-20 borsAuto merge of #4401 - JJJollyjim:literal-separation...
2019-08-20 borsAuto merge of #4420 - phansch:disable_rls_integration_t...
2019-08-19 borsAuto merge of #4414 - chansuke:fix-contributing-doc...
2019-08-19 Jamie McClymontRequested test cleanup
2019-08-19 borsAuto merge of #4411 - mikerite:fix-4384, r=flip1995
2019-08-19 borsAuto merge of #4386 - lzutao:lint-option-and_then-some...
2019-08-19 Michael WrightFix `clone_on_copy` false positives
2019-08-19 Lzu TaoAdd test
2019-08-19 Lzu TaoAllow option_and_then_some in option_map_or_none test
2019-08-19 Lzu TaoAdd option_and_then_some lint
2019-08-18 borsAuto merge of #4403 - xd009642:type_repetition_improvem...
2019-08-18 borsAuto merge of #4404 - BO41:patch-1, r=flip1995
2019-08-18 borsAuto merge of #4394 - jeremystucki:suspicious_map,...
2019-08-18 Jamie McClymontrun-rustfix for unseparated-prefix-literals
2019-08-18 Jeremy StuckiChange lint type to 'complexity'
2019-08-18 Jamie McClymontAdd autofixable suggestion for unseparated integer...
2019-08-18 Jeremy StuckiMerge branch 'origin/master' into suspicious_map
2019-08-16 borsAuto merge of #4397 - kraai:remove-a, r=flip1995
2019-08-16 borsAuto merge of #4392 - phansch:cleanups, r=flip1995
2019-08-16 borsAuto merge of #4398 - kraai:outer_expn_data, r=flip1995
2019-08-16 KRAAI, MATTHEW ... Use outer_expn_data instead of outer_expn_info
2019-08-15 Jeremy StuckiAdd ui test
2019-08-15 borsAuto merge of #4382 - jeremystucki:unnecessary_fold_spa...
2019-08-15 borsAuto merge of #4348 - phansch:deprecate-unused-unused...
2019-08-15 borsAuto merge of #4388 - flip1995:rustup, r=phansch
2019-08-15 flip1995Rustup to rust-lang/rust#62984
2019-08-15 flip1995Rustup to rust-lang/rust#62672
2019-08-14 Philipp HanschDeprecate unused_collect lint
2019-08-14 Jeremy StuckiUpdate tests
2019-08-14 Jeremy StuckiAdd multiline test
2019-08-14 borsAuto merge of #4379 - matthiaskrgr:url_dep, r=phansch
2019-08-14 borsAuto merge of #4363 - phansch:fix_lint_deprecation...
2019-08-14 borsAuto merge of #4369 - mikerite:fix-4293, r=flip1995
2019-08-14 borsAuto merge of #4231 - jeremystucki:flat-map, r=flip1995
2019-08-14 borsAuto merge of #4378 - flip1995:ui-toml, r=flip1995
2019-08-14 flip1995Update ui-toml tests
2019-08-14 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-13 Jeremy StuckiUpdate test
2019-08-13 Jeremy StuckiAdd 'unnecessary_flat_map.fixed'
2019-08-12 Jeremy StuckiUse 'span_lint_and_sugg'
2019-08-12 Philipp HanschAdd deprecation tests for deprecated tool lints
2019-08-12 Philipp HanschMove old lint deprecation tests to deprecated_old.rs
2019-08-12 Philipp HanschKeep old deprecated lints deprecated as non-tool, too
2019-08-12 Philipp HanschUpdate lint deprecation for tool lints
2019-08-12 borsAuto merge of #4365 - lukas-code:async_new_ret_no_self...
2019-08-12 borsAuto merge of #4367 - flip1995:doc_edition_2018_tests...
2019-08-11 Jeremy StuckiRename 'flat_map' → 'flat_map_identity'
2019-08-11 Jeremy StuckiHandle calls with 'std::convert::identity'
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-11 borsAuto merge of #4368 - RalfJung:invalid_ref, r=oli-obk
2019-08-11 Ralf Jungdeprecate invalid_ref lint
2019-08-10 Michael WrightFix `wrong_self_convention` issue
2019-08-09 Lukas Markeffskyfixed tests (again) and added a test that should actual...
2019-08-09 Lukas Markeffskyremoved unused imports #2
2019-08-09 Lukas Markeffskyremoved unused imports
2019-08-09 Lukas Markeffskyupgrade test to rust 2018
2019-08-09 Lukas Markeffskynew_ret_no_self: walk associated types in impl Trait...
2019-08-09 borsAuto merge of #4362 - lzutao:expect-on-cstring_as_ptr...
2019-08-09 borsAuto merge of #4361 - lzutao:fix-raw-string-on-single_c...
next