| Age | Commit message (Expand) | Author | Lines |
| 2014-12-13 | libtime: convert `Timespec` binops to by value | Jorge Aparicio | -0/+34 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -1/+11 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -58/+58 |
| 2014-12-06 | libtime: remove unnecessary `to_string()` calls | Jorge Aparicio | -58/+58 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+1 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -5/+4 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -1/+0 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -43/+27 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -19/+19 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+4 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -8/+8 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -3/+3 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -1/+2 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Deprecate Signed method wrappers | Brendan Zabarauskas | -3/+2 |
| 2014-11-07 | libtime: alter strftime to use a TmFmt | Sean McArthur | -320/+454 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -9/+8 |
| 2014-10-13 | auto merge of #17467 : hatahet/rust/mybranch, r=alexcrichton | bors | -203/+256 |
| 2014-10-12 | libtime: `strftime` and `strptime` return type changed to `Result<String, Par... | Ziad Hatahet | -203/+256 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 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 |