| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -0/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+3 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -3/+3 |
| 2014-04-28 | Fixed typo in std::vec | Adolfo Ochagavía | -1/+1 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+6 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -19/+19 |
| 2014-04-16 | Make Vec::clone and slice::to_owned failure-safe | James Miller | -7/+4 |
| 2014-04-16 | Improve the copying code for slices and Vec | James Miller | -1/+20 |
| 2014-04-11 | std: Fix iteration over vectors of 0-size values | Alex Crichton | -2/+46 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -1/+2 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -0/+1 |
| 2014-04-04 | Added grow_fn and retain to Vec | Michael Darakananda | -1/+64 |
| 2014-04-03 | std: override clone_from for Vec. | Huon Wilson | -4/+52 |
| 2014-04-01 | Reimplement Vec::push_all* with .extend | Stepan Koltsov | -6/+2 |
| 2014-04-01 | Vec::reserve_exact should not shrink | Stepan Koltsov | -1/+1 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 2014-03-31 | auto merge of #13221 : thestinger/rust/append, r=alexcrichton | bors | -32/+32 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -32/+32 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -7/+0 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -6/+6 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -7/+2 |
| 2014-03-23 | auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw | bors | -1/+0 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -1/+0 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -6/+1 |
| 2014-03-23 | Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at() | Eunchong Yu | -0/+122 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -0/+13 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -0/+13 |
| 2014-03-21 | libstd: Add some methods to `Vec<T>`. | Patrick Walton | -17/+19 |
| 2014-03-20 | A couple of fixes to vec_ng docs | Steven Fackler | -14/+24 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -0/+1353 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4652/+0 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -19/+1 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -2/+2 |
| 2014-03-04 | make `MutItems` iterator sound again | Daniel Micay | -9/+19 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -43/+42 |
| 2014-02-28 | Improve vec `partition` and `partitioned` method doc. | Felix S. Klock II | -6/+5 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -1/+1 |
| 2014-02-24 | std: make .swap_remove return Option<T>. | Huon Wilson | -20/+30 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -2/+2 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -2/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -6/+5 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -3/+3 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -3/+3 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -4/+4 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -4/+2 |