]> git.lizzy.rs Git - rust.git/commit
Implement `Default` for more types in the standard library
authorTobias Bucher <tobiasbucher5991@gmail.com>
Fri, 15 Apr 2016 15:53:43 +0000 (17:53 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Fri, 15 Apr 2016 15:53:43 +0000 (17:53 +0200)
commit3df35a01e9825bbdebb986f980095e468357975f
treead26d419fc07de2c3f8c29ba211b8693ec3c0d1e
parentbf5da36f1dfae45941ec39ef67a41fdbd22c1a50
Implement `Default` for more types in the standard library

Also add `Hash` to `std::cmp::Ordering` and most possible traits to
`fmt::Error`.
src/libcore/cell.rs
src/libcore/cmp.rs
src/libcore/fmt/mod.rs
src/libstd/sync/condvar.rs
src/libstd/sync/mutex.rs
src/libstd/sync/rwlock.rs