rust/src/libstd/io
Jorge Aparicio 59e9cfa0cf use UFCS in #[deriving(Hash)]
expansion now uses `::std:#️⃣:Hash::hash(&*__self_0_0, __arg_0)` instead of
`(*__self_0_0).hash(__arg_0)`

closes #21160
2015-01-14 18:41:27 -05:00
..
net cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
buffered.rs auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankro 2015-01-14 09:52:08 +00:00
comm_adapters.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
extensions.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
fs.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
mem.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
mod.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
pipe.rs rollup merge of #20273: alexcrichton/second-pass-comm 2015-01-02 09:15:54 -08:00
process.rs use UFCS in #[deriving(Hash)] 2015-01-14 18:41:27 -05:00
result.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00
stdio.rs rollup merge of #20607: nrc/kinds 2015-01-06 15:34:10 -08:00
tempfile.rs Make temporary directory names non-deterministic. 2015-01-05 10:19:19 +00:00
test.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
timer.rs Fallout from stabilization 2015-01-06 14:57:52 -08:00
util.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00