]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #3790 - ljedrz:HirIdify_intravisit, r=phansch
[rust.git] / tests /
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-22 borsAuto merge of #3796 - rust-lang:clarify-readme, r=oli-obk
2019-02-22 borsAuto merge of #3795 - mikerite:test-rustfmt, r=phansch
2019-02-22 Michael Wrightrustfmt tests/ui/methods.rs
2019-02-22 Michael WrightAdd `#[rustfmt::skip]` to methods tests
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-20 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-20 bzzzzMake needless_range_loop not applicable to structures...
2019-02-20 Michael WrightFormat again
2019-02-19 borsAuto merge of #3776 - notriddle:drop-bounds, r=oli-obk
2019-02-19 Michael WrightFormat again
2019-02-19 Michael HowellFix formatting
2019-02-19 philCheck {print,write}_with_newline for literal newline
2019-02-18 borsAuto merge of #3729 - illicitonion:match_enum_wildcard...
2019-02-18 Daniel Wagner-HallRestore tests
2019-02-18 Daniel Wagner-Hallwildcard_enum_match_arm gives suggestions
2019-02-18 philAdd failing test for #3778 write_with_newline
2019-02-18 Michael HowellAdd a lint to warn on `T: Drop` bounds
2019-02-18 Michael WrightImprove `iter_cloned_collect` suggestions
2019-02-18 philAdd failing test for #3778 write_with_newline
2019-02-17 borsAuto merge of #3775 - flip1995:ice-3717, r=phansch
2019-02-17 flip1995Add test for ICE #3717 fix
2019-02-12 borsAuto merge of #3756 - g-bartoszek:redundant-closure...
2019-02-12 borsAuto merge of #3757 - mikerite:fix-2542, r=oli-obk
2019-02-11 borsAuto merge of #3758 - phansch:document_macro, r=flip1995
2019-02-11 Michael WrightFix `needless_range_loop` bad suggestion
2019-02-10 Grzegorztest formatting
2019-02-10 borsAuto merge of #3754 - phansch:uicleanup, r=oli-obk
2019-02-10 borsAuto merge of #3744 - phansch:fix3144, r=oli-obk
2019-02-10 borsAuto merge of #3740 - flip1995:const_assert_macro,...
2019-02-10 Grzegorzremoving redundant closures in the whole project
2019-02-10 borsAuto merge of #3755 - phansch:uicleanup2, r=oli-obk
2019-02-10 Grzegorzredundant closure implemented for closures containing...
2019-02-10 Philipp Hanschrustfmt
2019-02-10 Philipp HanschUI test cleanup: Rename copies.rs to match_same_arms.rs
2019-02-10 Philipp HanschUI test cleanup: Extract match_same_arms tests
2019-02-10 Philipp HanschUI test cleanup: Extract similar_names tests
2019-02-06 borsAuto merge of #3665 - jsgf:master, r=oli-obk
2019-02-06 borsAuto merge of #3743 - phansch:you_shall_not_pass, r...
2019-02-06 Philipp HanschFix ICE in needless_pass_by_value lint
2019-02-06 Philipp HanschMove run-pass tests to UI tests
2019-02-05 flip1995Add tests for assertion_on_constants macro check
2019-02-04 borsAuto merge of #3725 - mikerite:fix-2728, r=phansch
2019-02-04 Manish GoregaokarMerge pull request #3735 from jsgf/setup-toolchain
2019-02-03 borsAuto merge of #3723 - rhysd:issue3721, r=oli-obk
2019-02-03 rhysdMerge branch 'master' into issue3721
2019-02-03 rhysduse snippet for making a suggestion if possible
2019-02-02 borsAuto merge of #2857 - avborhanian:master, r=phansch
2019-02-02 borsAuto merge of #3731 - phansch:travis, r=phansch
2019-02-01 borsAuto merge of #3732 - phansch:fix_ice_3720, r=oli-obk
2019-02-01 rhysdadd more test cases for dbg_macro rule
2019-02-01 UnknownUpdating code to ignore rustfmt issue.
2019-02-01 UnknownFix test broken by removing comment.
2019-02-01 UnknownUpdating to just warn for one test.
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 UnknownMoving tests to ui-toml to make use of clippy.toml
2019-02-01 UnknownUpdating number of lines for the failing test to be...
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 UnknownFix test broken by removing comment.
2019-02-01 UnknownUpdating to just warn for one test.
2019-02-01 UnknownAdding back tests, but also reducing threshold by 1
2019-02-01 UnknownMoving tests to ui-toml to make use of clippy.toml
2019-02-01 UnknownUpdating number of lines for the failing test to be...
2019-02-01 Araam BorhanianAdding lint for too many lines.
2019-02-01 Philipp HanschFix ICE in vec_box lint and add run-rustfix
2019-02-01 borsAuto merge of #3726 - phansch:some_renaming, r=oli-obk
2019-02-01 Michael WrightMerge branch 'master' into fix-2728
2019-02-01 rhysdfix category and use suggestion
2019-01-31 borsAuto merge of #3727 - phansch:rustup_unused_trim, r...
2019-01-31 Philipp HanschRustup: unused trim result
2019-01-31 Michael WrightFix `cast_sign_loss` false positive
2019-01-30 rhysdimplement dbg_macro rule (fixes #3721)
2019-01-29 borsAuto merge of #3652 - Aehmlo:where_the_wild_things_are...
2019-01-29 Alex Hamiltonwildcard_match_arm: lint only enum matches.
2019-01-29 Alex Hamiltonwildcard_match_arm: update ui test stderr
2019-01-29 Alex Hamiltonwildcard_match_arm: format test.
2019-01-29 Alex Hamiltonwildcard_match_arm: add simple ui test.
2019-01-29 borsAuto merge of #3648 - phansch:const_fn_lint, r=oli-obk
2019-01-29 borsAuto merge of #3714 - mikerite:fix-2945, r=oli-obk
2019-01-29 Philipp HanschUpdate various docs
2019-01-29 Philipp HanschUse built-in entry_fn detection over self-built
2019-01-29 Philipp Hanschcargo fmt
2019-01-29 Philipp HanschReorganize conditionals: Run faster checks first
2019-01-29 Philipp HanschAdd initial version of const_fn lint
2019-01-29 Michael WrightFix `unit_arg` false positive
2019-01-28 borsAuto merge of #3700 - phansch:would_you_like_some_help_...
2019-01-28 borsAuto merge of #3711 - rust-lang:rustup, r=oli-obk
2019-01-28 Oliver SchererRemove tests for deprecated items
2019-01-28 Oliver SchererAtomics constants are now handled by the deprecation...
2019-01-27 borsAuto merge of #3706 - robamler:patch-1, r=phansch
2019-01-27 borsAuto merge of #3705 - matthiaskrgr:rustup, r=phansch
2019-01-27 Matthias Krügerupdate test stderr
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-26 borsAuto merge of #3690 - mikerite:fix-3630-expect-fun...
2019-01-26 Philipp HanschPrevent incorrect cast_lossless suggestion in const_fn
2019-01-26 borsAuto merge of #3701 - mikerite:fix-3118, r=phansch
2019-01-26 Michael WrightFix dogfood tests on Appveyor
2019-01-25 borsAuto merge of #3698 - sorin-davidoi:fix-common-metadata...
2019-01-25 Sorin Davidoitest(versioncheck): Use .no_deps()
next