]> git.lizzy.rs Git - rust.git/history - tests/ui/redundant_field_names.rs
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / redundant_field_names.rs
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-14 borsAuto merge of #3657 - roblabla:bugfix-missing-docs...
2019-01-14 borsAuto merge of #3653 - gendx:master, r=phansch
2019-01-14 borsAuto merge of #3658 - detrumi:add-several-run-rustfix...
2019-01-13 Wilco KuseeAdd run-rustfix to redundant_field_names
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2018-12-28 Peter FürstenauMerge remote-tracking branch 'upstream/master'
2018-12-27 borsAuto merge of #3589 - flip1995:contrib_inactive_prs...
2018-12-27 borsAuto merge of #3586 - matthiaskrgr:test_fmt_fix, r...
2018-12-27 Matthias Krügertests: fix formatting and update test output
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3535 - sinkuu:fixes, r=phansch
2018-12-12 Shotaro Yamadaredundant_field_names: Do not trigger on path with...
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-09 Matthias Krügerrustfmt tests
2018-10-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3291 from JoshMcguigan/cmp_owned...
2018-10-12 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-11 Oliver SchererStabilize tool lints
2018-10-08 Philipp HanschMerge pull request #3265 from mikerite/fix-export
2018-10-08 Philipp HanschMerge pull request #3285 from devonhollowood/pedantic...
2018-10-06 Manish GoregaokarMerge pull request #3269 from rust-lang-nursery/relicense
2018-10-06 Manish GoregaokarAdd license header to Rust files
2018-09-13 Philipp HanschMerge pull request #3085 from mikerite/revert-98dbce
2018-09-02 Daniel Wagner-HallMerge branch 'master' into issue-2879
2018-09-02 Philipp HanschMerge remote-tracking branch 'upstream/master' into prs
2018-09-01 daubarisresolved conflicts
2018-09-01 Manish GoregaokarMerge pull request #2977 from flip1995/tool_lints
2018-08-30 Oliver SchneiderMerge pull request #2962 from phansch/further_automate_...
2018-08-29 flip1995Adapt 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-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-16 Oliver SchneiderRustup
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 Oliver SchneiderTypo
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