rust/src/libstd
Alex Crichton c3c47f5f55 rollup merge of #21161: japaric/ufcs-hash
expansion now uses `::std:#️⃣:Hash::hash(&*__self_0_0, __arg_0)` instead of
`(*__self_0_0).hash(__arg_0)`

closes #21160

r? @alexcrichton
2015-01-15 14:11:58 -08:00
..
collections Add ExactSizeIterator impls for Hash{Map, Set, Table} 2015-01-10 20:07:42 -06:00
ffi
io use UFCS in #[deriving(Hash)] 2015-01-14 18:41:27 -05:00
num
path cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
prelude
rand rollup merge of #21059: steveklabnik/gh16072 2015-01-15 14:11:40 -08:00
rt auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
sync Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
sys auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
thread_local
time
ascii.rs
bitflags.rs
bool.rs
dynamic_lib.rs
error.rs
failure.rs
fmt.rs
lib.rs Merge pull request #20903 from XMPPwocky/deadlink1 2015-01-12 00:21:27 +00:00
macros.rs Re-reduce libstd macro duplication 2015-01-09 11:06:17 -08:00
os.rs auto merge of #20980 : richo/rust/final-power, r=alexcrichton 2015-01-15 05:12:30 +00:00
rtdeps.rs
thread.rs
thunk.rs
tuple.rs
unit.rs