| Age | Commit message (Expand) | Author | Lines |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -10/+10 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -9/+8 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -154/+154 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-26 | std: Remove String::from_owned_str as it's redundant | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -35/+35 |
| 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 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -4/+8 |
| 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-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -204/+227 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -1/+1 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -6/+6 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -95/+102 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -10/+12 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -10/+12 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | getopts: Switch field privacy as necessary | Alex Crichton | -13/+16 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -10/+10 |
| 2014-03-22 | getopts: remove all uses of `~[]`. | Huon Wilson | -11/+11 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -1/+0 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -184/+189 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-18 | deny missing docs | Alan Andrade | -1/+1 |
| 2014-03-16 | getopts missing docs | Alan Andrade | -4/+15 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+3 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-06 | debuginfo: Expose limited debuginfo in command line options | Michael Woerister | -0/+19 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | libgetopts -- fix unsafe sharing in closures | Niko Matsakis | -13/+37 |
| 2014-02-06 | getopts: fixed a failing test | Arcterus | -6/+5 |
| 2014-02-06 | getopts: unify tests | Arcterus | -362/+148 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -473/+435 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -0/+1712 |