| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -17/+17 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -2/+5 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+4 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -1/+1 |
| 2014-08-12 | Allow deprecation in deprecated libraries | Aaron Turon | -0/+1 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -6/+5 |
| 2014-07-31 | Deprecate the url crate. | Simon Sapin | -1/+6 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -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 | -2/+2 |
| 2014-07-05 | auto merge of #15319 : alexcrichton/rust/no-crate-id, r=brson | bors | -1/+3 |
| 2014-07-05 | auto merge of #15225 : Ryman/rust/liburl_minor, r=alexcrichton | bors | -693/+622 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | liburl: Generic input for {en,de}code. | Kevin Butler | -16/+26 |
| 2014-07-04 | liburl: cosmetic test changes. | Kevin Butler | -97/+113 |
| 2014-07-04 | liburl: Remove some unnecessary allocations. | Kevin Butler | -166/+161 |
| 2014-07-04 | liburl: Simplify encoding/decoding using iterators. | Kevin Butler | -336/+266 |
| 2014-07-04 | liburl: remove redundant fields in Url. | Kevin Butler | -36/+17 |
| 2014-07-04 | liburl: rename and move path_from_str to Path::parse_str. | Kevin Butler | -26/+34 |
| 2014-07-04 | liburl: rename and move from_str to Url::parse_str. | Kevin Butler | -72/+61 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -1/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -2/+2 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | url: encode small bytes correctly. | Huon Wilson | -2/+6 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -1/+1 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -8/+5 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-31 | Fix broken markup in query_to_str documentation | Florian Hartwig | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -207/+207 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -45/+45 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+4 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -13/+13 |
| 2014-05-14 | liburl: Remove all uses of `~str` from `liburl` | Patrick Walton | -302/+315 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -213/+215 |
| 2014-04-15 | liburl doc: insert missing hyphen | Chris Shea | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -24/+25 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 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 | url: Switch privacy defaults where necessary | Alex Crichton | -12/+12 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |