| Age | Commit message (Expand) | Author | Lines |
| 2014-09-24 | auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon | bors | -13/+13 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -13/+13 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -10/+10 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -2/+2 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -3/+0 |
| 2014-08-22 | auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brson | bors | -22/+33 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+4 |
| 2014-08-15 | Change how libgetopts handles options grouped together | wickerwaka | -22/+33 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -2/+2 |
| 2014-08-06 | Use byte literals in libgetopts | nham | -2/+2 |
| 2014-08-04 | libgetopts: tweak HasHarg/Occur docs. | Conrad Kleinespel | -4/+4 |
| 2014-07-28 | Fix typo in getopts::getopts documentation, return Matches instead of Opt | joaoxsouls | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -17/+17 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -2/+0 |
| 2014-07-09 | libgetopts: Use iterators instead of old-style loops. | Luqman Aden | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -9/+9 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -2/+2 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -2/+2 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -3/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-06-14 | getopts: derive Eq for types. | Huon Wilson | -12/+12 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -13/+21 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 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 |