| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-05-07 | core: Inherit non-allocating slice functionality | Alex Crichton | -1553/+18 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -11/+6 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -4/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -11/+6 |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -8/+12 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -4/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -99/+100 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -18/+25 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -58/+53 |
| 2014-04-26 | Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda... | Wendell Smith | -7/+48 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -7/+8 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -5/+6 |
| 2014-04-23 | std: Change RandomAccessIterator to use `&mut self` | Alex Crichton | -2/+2 |
| 2014-04-22 | Implement Show for &mut [T] | Thomas Backman | -0/+12 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -15/+15 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -834/+218 |
| 2014-04-16 | Make Vec::clone and slice::to_owned failure-safe | James Miller | -10/+15 |
| 2014-04-16 | Improve the copying code for slices and Vec | James Miller | -4/+16 |
| 2014-04-13 | rustdoc: Fix rendering closures and trait bounds | Alex Crichton | -2/+7 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -65/+65 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -13/+13 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -3/+1 |
| 2014-04-02 | rand: remove (almost) all ~[]'s from Vec. | Huon Wilson | -15/+17 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -30/+30 |
| 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 | -80/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -3/+3 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -4/+4 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -10/+2 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -10/+2 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -0/+4652 |