]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/partialeq_ne_impl.rs
Fix lines that exceed max width manually
[rust.git] / clippy_lints / src / partialeq_ne_impl.rs
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-28 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-10-27 Oliver SchneiderMerge pull request #2129 from vorner/update-script
2017-10-24 Oliver SchneiderMerge pull request #2154 from durka/ifchain
2017-10-23 Alex Burkamechanically swap if_let_chain -> if_chain
2017-09-09 Oliver SchneiderMerge pull request #2034 from Aaron1011/update-rust
2017-09-09 Aaron HillUpdate for latest Rust
2017-04-28 Oliver SchneiderRustup
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver SchneiderFix fallout
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-12-17 Martin CartonMerge pull request #1373 from Manishearth/rustup
2016-12-07 Oliver Schneiderupdate to the rust-PR that unblocks clippy
2016-12-06 Oliver Schneiderrustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
2016-12-01 Oliver SchneiderWIP compiles and doesn't crash (much) but tests are...
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichimplement 'Re-implementing `PartialEq::ne`' lint