rust/src/libcollections
Alex Crichton df5404cfa8 std: Change escape_unicode to use new escapes
This changes the `escape_unicode` method on a `char` to use the new style of
unicode escapes in the language.

Closes #19811
Closes #19879
2014-12-16 08:09:37 -08:00
..
btree auto merge of #19782 : gereeter/rust/cleanup-btree-node, r=Gankro 2014-12-16 11:02:56 +00:00
hash std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
tree auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis 2014-12-15 22:11:44 +00:00
trie libcollections: convert TrieSet binops to by value 2014-12-13 20:16:34 -05:00
bench.rs libcollections: use unboxed closures 2014-12-13 17:03:47 -05:00
binary_heap.rs auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=steveklabnik 2014-12-10 12:46:11 +00:00
bit.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
dlist.rs Remove all shadowed lifetimes. 2014-12-15 10:23:48 -05:00
enum_set.rs libcollections: make EnumSet binops by value 2014-12-13 20:15:39 -05:00
lib.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankro 2014-12-13 08:22:16 +00:00
slice.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
str.rs std: Change escape_unicode to use new escapes 2014-12-16 08:09:37 -08:00
string.rs auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson 2014-12-16 01:32:33 +00:00
vec.rs auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson 2014-12-16 01:32:33 +00:00
vec_map.rs libcollections: use unboxed closures in VecMap methods 2014-12-13 17:03:46 -05:00