| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -68/+68 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -10/+10 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -58/+58 |
| 2014-05-27 | collections: implement Show for Tree{Map,Set} | Erick Tryzelaar | -2/+58 |
| 2014-05-27 | collections: add Show impl test for HashMap | Erick Tryzelaar | -0/+14 |
| 2014-05-25 | Fix FIXME #3511 in Dlist code | Piotr Jawniak | -7/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -1/+1 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -52/+3 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -2/+2 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -52/+3 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -13/+16 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -13/+16 |
| 2014-05-19 | libcollections: remove `init_to_vec` | Aaron Turon | -5/+1 |
| 2014-05-19 | auto merge of #14279 : aochagavia/rust/pr2, r=huonw | bors | -71/+73 |
| 2014-05-18 | auto merge of #14122 : dagitses/rust/master, r=alexcrichton | bors | -0/+37 |
| 2014-05-18 | Fix insert_ordered in DList | Adolfo Ochagavía | -1/+1 |
| 2014-05-18 | Fix dead code warnings | Adolfo Ochagavía | -0/+2 |
| 2014-05-18 | Refactored and renamed functions to avoid failure | Adolfo Ochagavía | -63/+57 |
| 2014-05-18 | Rename to_vec and to_sorted_vec | Adolfo Ochagavía | -2/+8 |
| 2014-05-18 | Replaced Ord by TotalOrd in priority queue | Adolfo Ochagavía | -5/+5 |
| 2014-05-18 | adding move_iter() function to collections::treemap::TreeSet | Michael Dagitses | -0/+37 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -21/+21 |
| 2014-05-15 | auto merge of #14196 : chris-morgan/rust/hashmap-mangle, r=cmr | bors | -21/+58 |
| 2014-05-16 | Work around parse error caused by #14240. | Chris Morgan | -2/+1 |
| 2014-05-14 | libcollections: Remove most uses of `~str` from `libcollections` | Patrick Walton | -12/+12 |
| 2014-05-15 | Use assertions in find_with_or_insert_with example | Chris Morgan | -3/+4 |
| 2014-05-15 | Rename HashMap.mangle to find_with_or_insert_with. | Chris Morgan | -22/+24 |
| 2014-05-15 | Tidy up the HashMap.mangle example. | Chris Morgan | -8/+7 |
| 2014-05-15 | Reinstate HashMap.mangle(). | Chris Morgan | -21/+57 |
| 2014-05-14 | Suppress warnings on 32bit platforms. | OGINO Masanori | -2/+2 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | hashmap: port to the new allocator API | Daniel Micay | -17/+13 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -13/+11 |
| 2014-05-10 | rename `global_heap` -> `libc_heap` | Daniel Micay | -2/+2 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -37/+33 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -63/+65 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -63/+65 |
| 2014-05-06 | Add documentation for Bitv. | Joseph Crail | -1/+43 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-05-01 | Add debug_assert and debug_assert_eq macros | Steven Fackler | -12/+6 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -4/+4 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -4/+4 |