]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 24 Feb 2015 01:44:41 +0000 (07:14 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 24 Feb 2015 06:38:34 +0000 (12:08 +0530)
commit3ca54390095085eaae0baf85b0d1552067c5ee1b
treee50973fda6443d39eda491461c4da0f6ddf3f08f
parenteaacc7aad5817ca10277ea6658d6e23b88d4cf77
parent1db684f67ad277ab7a002ee238872ca68fb13b27
Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton

 fmt and hash are pretty straightforward I think. sync is a bit more complex. I thought one or two of the `isize`s ought to be `i32`s, but that would require a bunch of casting (the root cause being the lack of atomics other than isize/usize).

r? @alexcrichton
src/libcore/fmt/mod.rs
src/libstd/sync/mpsc/spsc_queue.rs
src/libsyntax/ext/build.rs