| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | rollup merge of #19299: nikomatsakis/stop-indenting-test-output | Alex Crichton | -3/+1 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -2/+0 |
| 2014-11-25 | Stop indenting error messages. It throws off M-x next-error in emacs and seem... | Niko Matsakis | -3/+1 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -2/+2 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -5/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+10 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -1/+1 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -1/+1 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -1/+1 |
| 2014-11-12 | auto merge of #18858 : alexcrichton/rust/remove-time, r=jakub | bors | -37/+34 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -50/+0 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -37/+34 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+0 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -1/+1 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -23/+23 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+50 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -15/+15 |
| 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-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-16 | Fallout from renaming | Aaron Turon | -7/+7 |
| 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-21 | Get rid of few warnings in tests | Piotr Jawniak | -1/+0 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo OchagavĂa | -3/+2 |
| 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 | -4/+4 |
| 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 | -5/+5 |
| 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 |