| Age | Commit message (Expand) | Author | Lines |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -2/+1 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -1/+5 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -1/+5 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -2/+1 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -2/+2 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -3/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -3/+3 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -3/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -8/+8 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-08-31 | Have std::io::TempDir::new and new_in return IoResult | Simon Sapin | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+3 |
| 2014-08-19 | serialize: add json bounds checks, support for u64s, and tests | Erick Tryzelaar | -2/+2 |
| 2014-08-19 | serialize: add json::{Integer,Floating} to parse large integers properly | Erick Tryzelaar | -2/+2 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -1/+1 |
| 2014-07-21 | Get rid of few warnings in tests | Piotr Jawniak | -1/+0 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -2/+2 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -3/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+6 |
| 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-06-30 | Fix issues in libtest | Adolfo Ochagavía | -1/+1 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+1 |
| 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 | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -12/+12 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -5/+4 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -8/+8 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -1/+1 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -12/+1 |
| 2014-06-09 | Add a --color flag to test binaries | Steven Fackler | -4/+31 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -2/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -5/+4 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-31 | libtest: Only colorize output if stdout is a tty | Ben Noordhuis | -1/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -8/+8 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -7/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -63/+63 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 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 | -17/+17 |