rust/src/libstd/io
nham f3e0db1559 Derive PartialOrd, Ord and Hash for bitflags types.
In order to prevent users from having to manually implement Hash and Ord for
bitflags types, this commit derives these traits automatically.

This breaks code that has manually implemented any of these traits for types
created by the bitflags! macro. Change this code by removing implementations
of these traits.

[breaking-change]
2014-07-30 16:04:33 -04:00
..
net Remove kludgy imports from vec! macro 2014-07-23 13:20:17 -07:00
buffered.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
comm_adapters.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
extensions.rs collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
fs.rs collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
mem.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
mod.rs Derive PartialOrd, Ord and Hash for bitflags types. 2014-07-30 16:04:33 -04:00
pipe.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
process.rs Fix errors 2014-07-15 20:34:16 +02:00
result.rs De-~[] Mem{Reader,Writer} 2014-04-06 15:40:01 -07:00
signal.rs collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
stdio.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
tempfile.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
test.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
util.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00