| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -9/+6 |
| 2014-09-30 | Fix libtime | Steven Fackler | -9/+6 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -2/+2 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-04 | auto merge of #16981 : kmcallister/rust/ctypes-warning, r=alexcrichton | bors | -0/+2 |
| 2014-09-03 | Fix some non-FFI-safe types in externs | Keegan McAllister | -0/+2 |
| 2014-09-03 | libtime: Fix adding negative duration to Timespec. | Ruud van Asseldonk | -0/+9 |
| 2014-08-29 | libtime: Use Duration in Timespec arithmetic. | Ruud van Asseldonk | -22/+22 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -32/+5 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -5/+31 |
| 2014-08-18 | libtime: Implement Add and Sub for Timespec. | Ruud van Asseldonk | -1/+67 |
| 2014-08-02 | time::Tm should impl Eq in addition to PartialEq | Daniel Brooks | -1/+1 |
| 2014-08-02 | auto merge of #16164 : anguslees/rust/rfc3999, r=alexcrichton | bors | -1/+1 |
| 2014-08-01 | Change strptime::match_strs to use borrowed rather than owned strings | Angus Lees | -59/+45 |
| 2014-08-01 | Correct RFC reference in time::Tm::rfc3339 docs | Angus Lees | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -8/+8 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -8/+8 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -4/+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 | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15369 : omasanori/rust/asctime, r=alexcrichton | bors | -5/+35 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -2/+2 |
| 2014-07-03 | Fix minor issues in the documentation of libtime. | OGINO Masanori | -2/+3 |
| 2014-07-04 | Rename ctime to asctime and add *proper* ctime. | OGINO Masanori | -5/+35 |
| 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 | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -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-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -3/+6 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -3/+1 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -3/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -3/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+3 |
| 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 | -3/+3 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -32/+31 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -209/+209 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -13/+13 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -7/+0 |