rust/src/libcollections
Florian Zeitz f35f973cb7 Use consts instead of statics where appropriate
This changes the type of some public constants/statics in libunicode.
Notably some `&'static &'static [(char, char)]` have changed
to `&'static [(char, char)]`. The regexp crate seems to be the
sole user of these, yet this is technically a [breaking-change]
2015-03-02 17:11:51 +01:00
..
btree Send/Sync audit for libcollections 2015-02-26 15:43:40 +08:00
bench.rs Test fixes and rebase conflicts 2015-02-11 15:05:39 -08:00
binary_heap.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
bit.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
borrow.rs Change int to i32 in Cow example. 2015-02-22 20:31:12 -05:00
enum_set.rs Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton 2015-02-25 10:29:23 +05:30
fmt.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
lib.rs std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
linked_list.rs Send/Sync audit for libcollections 2015-02-26 15:43:40 +08:00
macros.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
slice.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
str.rs Fix incorrectly parsed markdown link 2015-02-28 14:05:50 -05:00
string.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
vec_deque.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
vec_map.rs Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton 2015-02-25 10:29:23 +05:30
vec.rs Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw 2015-02-28 03:37:20 +00:00