rust/src/libcollections
Simonas Kazlauskas 873ae555e9 Revert stability for Bitv and BitvSet
The collections were promoted to stable by mistake and do not match RFC 509.
This reverts the stability back to unstable.

[breaking-change] since previously stable API became unstable.

Fixes #21193
2015-01-17 10:49:49 -05:00
..
btree rollup merge of #21161: japaric/ufcs-hash 2015-01-15 14:11:58 -08:00
bench.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
binary_heap.rs Revert "Remove i suffix in docs" 2015-01-05 19:08:37 -08:00
bit.rs Revert stability for Bitv and BitvSet 2015-01-17 10:49:49 -05:00
dlist.rs Add examples for DList methods. 2015-01-14 09:17:12 -05:00
enum_set.rs core: split into fmt::Show and fmt::String 2015-01-06 14:49:42 -08:00
lib.rs Revert stability for Bitv and BitvSet 2015-01-17 10:49:49 -05:00
macros.rs Enabled the vec![] macro to use the [a; b] repeat syntax. 2015-01-08 21:53:04 +01:00
ring_buf.rs rollup merge of #20721: japaric/snap 2015-01-07 17:26:58 -08:00
slice.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
str.rs rollup merge of #20463: amaranth/black_box_output 2015-01-15 14:11:27 -08:00
string.rs cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
vec_map.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
vec.rs rollup merge of #21168: aidanhs/aphs-doc-vec-heap 2015-01-15 14:12:00 -08:00