rust/src/libcollections
bors 37cf025f1c Auto merge of #26154 - pmarcelll:master, r=Gankro
Various methods in both libcore/char.rs and librustc_unicode/char.rs were previously marked with #[inline], now every method is marked in char's impl blocks.
Partially fixes #26124.
EDIT: I'm not familiar with pull reqests (yet), apparently Github added my second commit to thit PR...
Fixes #26124
2015-06-11 05:05:20 +00:00
..
btree Implement RFC 839 2015-06-08 12:05:33 +02:00
binary_heap.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
bit.rs Auto merge of #25989 - jooert:implement_rfc839, r=Gankro 2015-06-08 16:09:56 +00:00
borrow.rs Implement Borrow<T> and BorrowMut<T> for Box<T: ?Sized> 2015-06-09 16:15:38 +02:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs remove references to IoResult 2015-05-28 12:51:01 -04:00
lib.rs [libcollections] Fix unused import warnings during stage0 build 2015-06-01 19:43:18 -04:00
linked_list.rs Auto merge of #25989 - jooert:implement_rfc839, r=Gankro 2015-06-08 16:09:56 +00:00
macros.rs Register new snapshots 2015-03-18 16:32:32 -07:00
range.rs collections: Add trait RangeArgument 2015-04-27 19:37:13 +02:00
slice.rs Exise 'unsafe pointer' in favor of 'raw pointer' 2015-06-09 16:49:24 -04:00
str.rs Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton 2015-06-11 00:22:27 +00:00
string.rs Modify String::push to reallocate more conservatively in case of the character's UTF-8 representation is bigger than 1 byte 2015-06-10 02:04:37 +02:00
vec_deque.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
vec_map.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
vec.rs Rollup merge of #26164 - tafia:early-dedup, r=Gankro 2015-06-10 22:07:10 +05:30