rust/src/libcollections
bors a3257804df auto merge of #15406 : luqmana/rust/nop, r=pcwalton
Extend the null ptr optimization to work with slices, closures, procs, & trait objects by using the internal pointers as the discriminant.

This decreases the size of `Option<&[int]>` (and similar) by one word.
2014-07-08 00:31:42 +00:00
..
hash auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton 2014-06-30 03:46:25 +00:00
bitv.rs librustc (RFC #34): Implement the new Index and IndexMut traits. 2014-07-07 11:43:23 -07:00
btree.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
deque.rs core: Move the collections traits to libcollections 2014-06-09 00:38:46 -07:00
dlist.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
enum_set.rs Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
lib.rs Add #[crate_name] attributes as necessary 2014-07-05 12:45:42 -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 for integers and f64 for 2014-06-29 11:47:58 -07:00
slice.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
smallintmap.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
str.rs Add examples for StrVector methods 2014-07-03 12:54:52 -07:00
string.rs Optimize String::push_byte() 2014-07-06 01:11:13 +01:00
treemap.rs Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07: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 libcore: Fix Items iterator for zero sized types. 2014-07-05 02:49:03 -07:00