about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-68/+68
2014-05-27std: Rename strbuf operations to stringRicho Healey-10/+10
2014-05-27std: Remove String's to_ownedRicho Healey-58/+58
2014-05-27collections: implement Show for Tree{Map,Set}Erick Tryzelaar-2/+58
2014-05-27collections: add Show impl test for HashMapErick Tryzelaar-0/+14
2014-05-25Fix FIXME #3511 in Dlist codePiotr Jawniak-7/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-1/+1
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-52/+3
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-2/+2
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-52/+3
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-13/+16
2014-05-20core: Stabilize the mem moduleAlex Crichton-13/+16
2014-05-19libcollections: remove `init_to_vec`Aaron Turon-5/+1
2014-05-19auto merge of #14279 : aochagavia/rust/pr2, r=huonwbors-71/+73
2014-05-18auto merge of #14122 : dagitses/rust/master, r=alexcrichtonbors-0/+37
2014-05-18Fix insert_ordered in DListAdolfo Ochagavía-1/+1
2014-05-18Fix dead code warningsAdolfo Ochagavía-0/+2
2014-05-18Refactored and renamed functions to avoid failureAdolfo Ochagavía-63/+57
2014-05-18Rename to_vec and to_sorted_vecAdolfo Ochagavía-2/+8
2014-05-18Replaced Ord by TotalOrd in priority queueAdolfo Ochagavía-5/+5
2014-05-18adding move_iter() function to collections::treemap::TreeSetMichael Dagitses-0/+37
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-21/+21
2014-05-15auto merge of #14196 : chris-morgan/rust/hashmap-mangle, r=cmrbors-21/+58
2014-05-16Work around parse error caused by #14240.Chris Morgan-2/+1
2014-05-14libcollections: Remove most uses of `~str` from `libcollections`Patrick Walton-12/+12
2014-05-15Use assertions in find_with_or_insert_with exampleChris Morgan-3/+4
2014-05-15Rename HashMap.mangle to find_with_or_insert_with.Chris Morgan-22/+24
2014-05-15Tidy up the HashMap.mangle example.Chris Morgan-8/+7
2014-05-15Reinstate HashMap.mangle().Chris Morgan-21/+57
2014-05-14Suppress warnings on 32bit platforms.OGINO Masanori-2/+2
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11hashmap: port to the new allocator APIDaniel Micay-17/+13
2014-05-11core: Remove the cast moduleAlex Crichton-13/+11
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-2/+2
2014-05-07std: Modernize the local_data apiAlex Crichton-37/+33
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-63/+65
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-63/+65
2014-05-06Add documentation for Bitv.Joseph Crail-1/+43
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-29/+29
2014-05-01Add debug_assert and debug_assert_eq macrosSteven Fackler-12/+6
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-4/+4
2014-05-01remove leftover obsolete string literalsDaniel Micay-4/+4