]> git.lizzy.rs Git - rust.git/history - src/enum_variants.rs
Split `new_without_default` and `new_without_default_derive`.
[rust.git] / src / enum_variants.rs
2016-05-10 Manish GoregaokarMerge pull request #681 from oli-obk/split
2016-05-09 Martin CartonMerge pull request #908 from sanxiyn/unused-import
2016-05-09 Seo SanghyeonRemove unused imports
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-29 Manish GoregaokarMerge pull request #725 from oli-obk/swap_if_arms
2016-02-29 Oliver Schneiderlint ! and != in if expressions with else branches
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 Manish GoregaokarMerge pull request #673 from oli-obk/fix/665
2016-02-17 Oliver Schneiderfix enum_variant_names linting on all caps enum variants
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 Martin CartonMerge pull request #658 from mcarton/rustup
2016-02-13 mcartonRustup to 1.8.0-nightly (ce4b75f25 2016-02-12)
2016-02-12 mcartonMerge branch 'master' into copies2
2016-02-12 llogiqMerge pull request #652 from oli-obk/fix/nightly
2016-02-12 Oliver 'ker' Schneiderfix nightly breakage
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonFix util/update_wiki.py warnings and be consistent...
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-02-01 llogiqMerge pull request #609 from oli-obk/prefixed_enum_variants
2016-02-01 Oliver Schneideradd lint to check for enums where all variants have...