rust/src/libcollections
OGINO Masanori 7af5f646f1 Suppress warnings on 32bit platforms.
On 32bit platforms, int is the same as i32, so 0xffffffff is "out of
range." Annotating variables as u32 fixes the problems.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-05-14 09:14:45 +09:00
..
bitv.rs Add documentation for Bitv. 2014-05-06 23:34:19 -04:00
btree.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
deque.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
dlist.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
enum_set.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hashmap.rs Suppress warnings on 32bit platforms. 2014-05-14 09:14:45 +09:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
lru_cache.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
priority_queue.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
ringbuf.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
smallintmap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
treemap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
trie.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00