| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -21/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -21/+1 |
| 2014-05-14 | Add ToCStr impl for &Path and StrBuf | Aaron Turon | -1/+20 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -1/+1 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -1/+1 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -9/+13 |
| 2014-04-28 | Provide an implementation of DoubleEndedIterator for the results of &[T]::spl... | Jonathan S | -16/+7 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+3 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-12 | std: update & de-~[] path's tests. | Huon Wilson | -26/+19 |
| 2014-04-12 | std: migrate path::unix to using Vec internally. | Huon Wilson | -36/+43 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -29/+29 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -10/+10 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -10/+10 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -8/+8 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -4/+4 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -35/+35 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -2/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -12/+4 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -74/+12 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -8/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -2/+0 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -3/+3 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -2/+2 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -2/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -3/+3 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-18 | Expose platform independent path separators | Erick Tryzelaar | -19/+21 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -11/+11 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -3/+10 |
| 2014-01-07 | stdtest: Fix all leaked trait imports | Alex Crichton | -3/+2 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+2 |
| 2013-12-30 | Add more benchmark tests to path/posix | g3xzh | -0/+41 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -7/+7 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -171/+171 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -3/+3 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -171/+171 |
| 2013-11-27 | Add benchmark tests to path/posix | g3xzh | -0/+86 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -23/+22 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -33/+33 |