]> git.lizzy.rs Git - rust.git/history - tests/ui/redundant_field_names.stderr
Adapt the *.stderr files of the ui-tests to the tool_lints
[rust.git] / tests / ui / redundant_field_names.stderr
2018-08-29 flip1995Adapt the *.stderr files of the ui-tests to the tool_lints
2018-08-27 Oliver SchneiderMerge pull request #3018 from rust-lang-nursery/beta
2018-08-24 Philipp KronesMerge pull request #3048 from goodmanjonathan/assign_op
2018-08-14 Philipp KronesMerge pull request #3026 from dwijnand/fxhash
2018-08-14 Philipp KronesMerge pull request #3049 from mikerite/fix-2799
2018-08-14 Michael WrightAdd a test to ensure that #2799 is fixed
2018-08-06 Oliver SchneiderMerge pull request #3007 from mikerite/issue3000
2018-08-06 Michael WrightFix #3000
2018-08-06 Philipp HanschMerge pull request #2999 from flip1995/single_char_pattern
2018-08-05 Philipp HanschMerge pull request #2975 from aaudiber/lint-identity...
2018-08-05 Philipp HanschMerge pull request #2991 from mikerite/issue2979
2018-08-02 Alex CrichtonFix tests from 40349b23ea
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-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
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-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-05 Oliver SchneiderMerge pull request #2507 from ordovicia/redundant_field...
2018-03-05 Hidehito YabuuchiMake `redundant_field_name` not care range expressions
2018-03-05 Hidehito YabuuchiDon't lint range syntax with var name `start` and ...
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-20 Oliver SchneiderMerge pull request #2459 from phansch/mention_how_to_ru...
2018-02-19 Philipp KronesMerge branch 'master' into suspicious_impl
2018-02-19 Oliver SchneiderMerge pull request #2451 from TomasKralCZ/rdn-fields
2018-02-12 TomasKralCZSuggestion fixed, simplified lint logic.
2018-02-10 TomasKralCZImplement redundant field names lint #2244