rust/src/libcollections
bors fe8bc17801 auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
This change registers new snapshots, allowing `*T` to be removed from the language. This is a large breaking change, and it is recommended that if compiler errors are seen that any FFI calls are audited to determine whether they should be actually taking `*mut T`.
2014-06-28 20:11:34 +00:00
..
hash Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
bitv.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
btree.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
deque.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
dlist.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
enum_set.rs Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
lib.rs Register new snapshots 2014-06-22 21:16:11 -07:00
macros.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
priority_queue.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ringbuf.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
slice.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
smallintmap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
str.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
string.rs std: Bring back half of Add on String 2014-06-24 17:17:09 -07:00
treemap.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
trie.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
unicode.rs std: Recreate a collections module 2014-06-05 13:55:10 -07:00
vec.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00