]> git.lizzy.rs Git - rust.git/history - tests/ui
Fix false positive in empty_line_after_outer_attr
[rust.git] / tests / ui /
2018-03-30 Philipp HanschFix false positive in empty_line_after_outer_attr
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-29 Oliver SchneiderAddress review comments
2018-03-28 Oliver SchneiderUpdate test suite
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-03-27 Oliver SchneiderMerge pull request #2572 from flip1995/immut_while
2018-03-27 Oliver SchneiderMerge pull request #2578 from mikerite/fix_issue_2397_pr_2
2018-03-27 Michael WrightFix enum_glob_use false positives
2018-03-27 flip1995Skip the mutation in while body case for closures
2018-03-26 flip1995Fix check of immutable condition in closure
2018-03-26 Oliver SchneiderMerge pull request #2576 from kimsnj/infinite_loop
2018-03-26 Karim Snjwhile_immutable_condition: limit suggestion span to...
2018-03-26 Karim Snjwhile_immutable_condition: fix handling of self
2018-03-26 Oliver SchneiderMerge pull request #2577 from phansch/false_positive_em...
2018-03-26 Philipp HanschFix false positive in empty_line_after_outer_attribute
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-26 Mark Mansiwhitespace
2018-03-26 Mark Mansiattempt fix stderr
2018-03-26 Mark Mansimake it pass for now
2018-03-26 Mark Mansii128 is stable
2018-03-24 Oliver SchneiderMerge pull request #2565 from mikerite/issue_2420_tests_pr
2018-03-23 Michael WrightAdd tests to ensure that issue #2420 is resolved
2018-03-20 Oliver SchneiderMerge pull request #2539 from Baelyk/master
2018-03-19 BaelykAdd suggestion to useless_format
2018-03-17 Oliver SchneiderMerge pull request #2545 from flip1995/sus_arith
2018-03-17 flip1995Don't lint comparison operators in arithmetic impls
2018-03-16 Oliver SchneiderRustup
2018-03-15 Oliver SchneiderMerge pull request #2531 from mati865/master
2018-03-15 Mateusz MikułaMerge branch 'miri'
2018-03-15 Mateusz MikułaUpdate tests
2018-03-13 llogiqMerge pull request #2524 from rust-lang-nursery/update_...
2018-03-13 Oliver SchneiderUpdate dependencies
2018-03-13 Oliver SchneiderUpdate to rustc master
2018-03-12 Oliver SchneiderMerge pull request #2520 from ordovicia/remove-duct
2018-03-11 Oliver SchneiderMerge pull request #2519 from ordovicia/issue-2516
2018-03-11 Hidehito YabuuchiIgnore all macros in redundant_field_names
2018-03-08 Oliver SchneiderMerge pull request #2515 from kimsnj/infinite_loop
2018-03-07 Karim Snjlint: while immutable condition: do not lint constants
2018-03-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-06 Karim Snjlint: immutable condition: add internally mutable test
2018-03-06 Oliver SchneiderMerge pull request #2511 from flip1995/sus_impl
2018-03-06 Oliver SchneiderMerge pull request #2513 from niklasf/increase-unreadab...
2018-03-06 Niklas FiekasIncrease unreadable_literal digits (fixes #1958)
2018-03-06 flip1995UnNeg and UnNot count as additional operations now
2018-03-05 Oliver SchneiderMerge pull request #2509 from ordovicia/redundant_field...
2018-03-05 Oliver SchneiderMerge pull request #2507 from ordovicia/redundant_field...
2018-03-05 Oliver SchneiderMerge pull request #2493 from bootandy/fix_cow
2018-03-05 Hidehito YabuuchiMake `redundant_field_name` not care range expressions
2018-03-05 Oliver SchneiderMerge pull request #2497 from waywardmonkeys/single...
2018-03-05 Oliver SchneiderMerge branch 'master' into fix_cow
2018-03-05 Oliver SchneiderMerge pull request #2504 from flip1995/lit_float_repr
2018-03-05 Oliver SchneiderTypo
2018-03-05 Oliver SchneiderMerge pull request #2506 from HMPerson1/fix_2496
2018-03-05 Hidehito YabuuchiDon't lint range syntax with var name `start` and ...
2018-03-05 HMPerson1Fix #2496
2018-03-04 flip1995Fix unreadable_literal lint for scientific float notation
2018-03-03 bootandyChange recomendation to: &[type] from Cow<type>
2018-03-03 Alex ButlerFix #2494 add suggestion for unreadable_literal
2018-03-02 Bruce MitchenerFix single_char_pattern for \n, \t, etc.
2018-03-01 Karim Snjlint: while loop: detect if no var from the condition...
2018-03-01 Karim Snjlint: while immutable condition: refactor to use hir...
2018-03-01 Martin CartonMerge pull request #2495 from alexheretic/fix-2494
2018-03-01 Alex ButlerFix #2494 add suggestion for unreadable_literal
2018-02-28 bootandyLint passing Cow by reference
2018-02-25 Karim Snjlint: immutable only vars in while condition
2018-02-24 Oliver SchneiderMerge pull request #2479 from gnieto/fix/authorLint
2018-02-24 Guillem NietoFix author lint
2018-02-23 Manish GoregaokarMerge branch 'rustup'
2018-02-23 Oliver SchneiderMerge pull request #2471 from bootandy/fix_span2
2018-02-21 Oliver SchneiderMerge pull request #2473 from phansch/handle_multiline_...
2018-02-21 Philipp HanschLint multiline attributes properly
2018-02-21 bootandyStop unwanted newlines being applied on unwrap_or
2018-02-20 bootandyAdd newlines in unwrap_or ui test
2018-02-20 Oliver SchneiderMerge pull request #2459 from phansch/mention_how_to_ru...
2018-02-20 Oliver SchneiderMerge pull request #2458 from flip1995/suspicious_impl
2018-02-19 bootandyFix: point to correct problem part of code
2018-02-19 Philipp KronesMerge branch 'master' into suspicious_impl
2018-02-19 Oliver SchneiderMerge pull request #2451 from TomasKralCZ/rdn-fields
2018-02-13 flip1995Lint for suspicious implementations of arithmetic std...
2018-02-12 TomasKralCZSuggestion fixed, simplified lint logic.
2018-02-10 TomasKralCZImplement redundant field names lint #2244
2018-02-09 Oliver SchneiderMerge pull request #2448 from rust-lang-nursery/fixes
2018-02-09 Oliver SchneiderFixes #2426 (if_same_then_else false positive)
2018-02-09 Oliver SchneiderMerge pull request #2446 from goodmanjonathan/fix-copie...
2018-02-08 Jonathan Goodmanmake the copies.rs test actually test the correct lints
2018-02-07 Oliver SchneiderMerge pull request #2444 from phansch/fix_incorrect_use...
2018-02-06 Philipp HanschPartly fix incorrect useless_attribute suggestion
2018-02-06 Oliver SchneiderMerge pull request #2443 from goodmanjonathan/fix-2438
2018-02-06 Jonathan Goodmandon't suggest eliding 'static on associated consts
2018-02-06 Oliver SchneiderMerge pull request #2441 from flip1995/literal_rep
2018-02-06 flip1995Make decimal_literal_representation a restriction lint
2018-02-06 Oliver SchneiderMerge pull request #2439 from gnieto/fix/cterror
2018-02-06 Guillem NietoFix ICE comparing `ExprRange`
2018-02-05 Oliver SchneiderMerge pull request #2433 from kimsnj/matches_sugg
2018-02-05 Oliver SchneiderMerge pull request #2415 from HMPerson1/fix-2356
2018-02-05 Oliver SchneiderMerge pull request #2428 from phansch/fix_lint_list_issues
2018-02-05 Oliver SchneiderMerge pull request #2419 from phansch/fix_doc_comment_f...
2018-02-04 Karim SnjRemoving extra newline
2018-02-04 Karim SnjFix suggestions for ref matches
next