]> git.lizzy.rs Git - rust.git/history - tests
Version bump
[rust.git] / tests /
2018-05-29 Oliver SchneiderMerge pull request #2817 from mati865/rustup
2018-05-29 Mateusz MikułaUpdate to nightly 2018-05-28
2018-05-28 Oliver SchneiderMerge pull request #2808 from Aaronepower/master
2018-05-28 Aaron PowerAdded lint for unnecessary references
2018-05-28 Oliver SchneiderMerge pull request #2810 from Aaronepower/stable_featur...
2018-05-28 Oliver SchneiderMerge pull request #2806 from mockersf/loop-mut-cond
2018-05-28 Aaron PowerRemoved stable feature flags
2018-05-27 François Mockersbetter parsing of condition in while loop for mutability
2018-05-26 Oliver SchneiderRustup
2018-05-25 Philipp HanschMerge pull request #2800 from phansch/no_deploy_in_inte...
2018-05-24 Oliver SchneiderMerge pull request #2797 from mipli/2250-unimplemented...
2018-05-24 Michael A. PlikkFix note on macro outside current crate. Changed group...
2018-05-24 Michael A. PlikkAllow unimplemented in other tests
2018-05-24 Michael A. PlikkRename panic files to panic_unimplemented
2018-05-24 Michael A. PlikkCreate lint for unimplemented!()
2018-05-23 Oliver SchneiderMerge pull request #2794 from mati865/rustup
2018-05-22 Mateusz MikułaFormat code
2018-05-21 Philipp HanschMerge pull request #2787 from phansch/fewer_allow_failures
2018-05-21 Philipp HanschMerge pull request #2786 from phansch/fix_param_env_com...
2018-05-21 Philipp HanschFix chrono crash due to empty param_env
2018-05-20 Oliver SchneiderMerge pull request #2777 from rust-lang-nursery/scoped_...
2018-05-19 Oliver SchneiderUse the new scoped tool attributes
2018-05-18 Oliver SchneiderMerge pull request #2763 from phansch/tasty_ice_cream
2018-05-17 Philipp HanschFix ICE for issues 2767, 2499, 1782
2018-05-17 Philipp HanschAdd run-pass tests for SpanlessEq/SpanlessHash ICE
2018-05-12 Oliver SchneiderMerge pull request #2712 from rust-lang-nursery/oli...
2018-05-12 Oliver SchneiderMerge pull request #2747 from rust-lang-nursery/author
2018-05-12 Philipp HanschMerge pull request #2748 from phansch/explain_how_to_fi...
2018-05-11 Oliver SchneiderPatterns, locals and matches for author lint
2018-05-11 Oliver SchneiderRemove all mention and testing of #[plugin(clippy)...
2018-05-09 Philipp HanschMerge pull request #2735 from rust-lang-nursery/ice_melting
2018-05-09 Oliver SchneiderMerge pull request #2737 from flip1995/escaped_squigglies
2018-05-09 flip1995panic_params: don't lint escaped squigglies
2018-05-08 Oliver SchneiderCheck that we don't treat any type but a range type...
2018-05-07 Oliver SchneiderMerge pull request #2730 from NiekGr/len_zero_use_of_one
2018-05-06 NiekGrUpdate len_zero to handle comparisions with one
2018-05-05 Oliver SchneiderMerge pull request #2720 from estk/fix-dot-zero
2018-05-05 Evan SimmonsFix 1x..x.0 false positive, pretty suggestion
2018-05-04 Philipp HanschMerge pull request #2724 from Caemor/patch-1
2018-05-04 Oliver SchneiderMerge pull request #2713 from alexreg/nightly-fix
2018-05-03 Oliver SchneiderRustup field -> method transition of ..=
2018-05-01 Oliver SchneiderMerge pull request #2714 from imp/2709_simplify_some_in...
2018-05-01 Oliver SchneiderMerge pull request #2711 from phansch/fix_2707
2018-05-01 Philipp HanschPrevent crash when macro is in different file
2018-04-27 Oliver SchneiderMerge pull request #2696 from nathan/patch-1
2018-04-27 Oliver SchneiderMerge pull request #2699 from mati865/rustup
2018-04-27 Mateusz Mikułarustup
2018-04-25 Oliver SchneiderMerge pull request #2673 from estk/excessive_precision
2018-04-25 Oliver SchneiderMerge pull request #2679 from devonhollowood/cast-align...
2018-04-25 Oliver SchneiderMerge pull request #2687 from phansch/explain_how_lints...
2018-04-24 Evan SimmonsNew excessive precision lint for floats
2018-04-24 Devon HollowoodMake cast_ptr_alignment ignore c_void
2018-04-24 Oliver SchneiderMerge pull request #2684 from 17cupsofcoffee/infallible...
2018-04-24 Joe ClayImplement lint for destructuring tuple structs with...
2018-04-24 Oliver SchneiderMerge pull request #2694 from humanenginuity/master
2018-04-23 Brad GibsonMerge pull request #1 from humanenginuity/fix-strictly...
2018-04-23 Brad GibsonCorrected messaging to warn against less- to more-stric...
2018-04-23 Oliver SchneiderMerge pull request #2690 from mrecachinas/feature/print...
2018-04-21 Michael RecachinasUpdate stderrs for print and write_literal
2018-04-21 Michael RecachinasAdd more tests to print_ and write_literal
2018-04-15 Oliver SchneiderMerge pull request #1467 from philipturnbull/option_map...
2018-04-15 Oliver SchneiderMerge pull request #2650 from thekidxp/fixEmptyPrintln
2018-04-15 MSI\Stew's Laptopfixing error message for empty println macro
2018-04-15 Philipp HanschAlso lint Result.map for unit returns
2018-04-15 Philipp HanschRename option_map_unit_fn to map_unit_fn
2018-04-15 Philipp HanschGenerate let binding variable name for some cases
2018-04-15 Philipp HanschUse approximate_suggestion for non-reducible closures
2018-04-15 Philipp HanschRemove further semicolon reduction
2018-04-15 Philipp HanschAllow new lint in ui/eta.rs
2018-04-15 Philipp HanschMove test to new UI test system
2018-04-15 Phil TurnbullHandle non-trivial nil closures
2018-04-15 Phil TurnbullLint closures that return nil
2018-04-15 Phil TurnbullLint `Option.map(f)` where f never returns
2018-04-15 Phil TurnbullLint `Option.map(f)` where f returns nil
2018-04-15 Oliver SchneiderMerge pull request #2662 from mikerite/issue_2546
2018-04-13 Philipp HanschMerge pull request #2668 from phansch/run_remark_on_all...
2018-04-12 Philipp HanschMerge pull request #2664 from phansch/move_unnecessary_...
2018-04-12 Philipp HanschMove unnecessary_fold UI tests to separate file
2018-04-12 Michael WrightFix useless_format false negative
2018-04-11 Oliver SchneiderMerge pull request #2661 from devonhollowood/ptr-ptr...
2018-04-11 Devon HollowoodDeprecate misaligned_transmute
2018-04-11 Devon HollowoodFix misaligned_transmute lint
2018-04-08 Oliver SchneiderTemporarily disable the needless_borrow lint
2018-04-08 Oliver SchneiderMerge pull request #2645 from TimNN/regex-bytes-utf8
2018-04-08 Oliver SchneiderMerge pull request #2630 from estk/fix-2613
2018-04-08 Evan SimmonsNew lints for write! / writeln! macros.
2018-04-07 Tim Neumannallow invalid UTF-8 in bytes Regexes
2018-04-07 Oliver SchneiderMerge pull request #2644 from phansch/fix_nonminimal_bo...
2018-04-07 Philipp HanschFix nonminimal_bool false positive
2018-04-07 Oliver SchneiderMerge pull request #2643 from phansch/split_up_match_bo...
2018-04-07 Philipp HanschSplit up match_bool UI tests
2018-04-07 Oliver SchneiderMerge pull request #2640 from mikerite/fix_compilation_...
2018-04-06 Oliver SchneiderMerge pull request #2633 from mikerite/ref_cow_tests
2018-04-06 Oliver SchneiderMerge pull request #2635 from phansch/split_up_some_mat...
2018-04-05 Philipp HanschSplit up some single_match UI tests
2018-04-05 Michael WrightMove ref cow tests
2018-04-05 Oliver SchneiderMerge pull request #2632 from phansch/fix_useless_forma...
2018-04-05 Philipp HanschFix useless_format false positive with macros
2018-04-05 Manish GoregaokarMerge pull request #2629 from memoryleak47/typo
2018-04-05 memoryleak47typo
next