| Age | Commit message (Expand) | Author | Lines |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -19/+21 |
| 2014-12-13 | libtest: use unboxed closures | Jorge Aparicio | -8/+10 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -3/+16 |
| 2014-12-08 | auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton | bors | -23/+70 |
| 2014-12-06 | libtest: remove unnecessary `to_string()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-06 | libtest: remove unnecessary `as_mut_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-06 | libtest: remove unnecessary `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2014-12-06 | Change from message to expected | Steven Fackler | -1/+1 |
| 2014-12-06 | Allow message specification for should_fail | Steven Fackler | -23/+70 |
| 2014-12-05 | auto merge of #19508 : cmr/rust/rollup-2014_12_03, r=cmr | bors | -21/+3 |
| 2014-12-05 | test: expose boxplot and the extra stats test keeps track of | Erick Tryzelaar | -5/+64 |
| 2014-12-03 | libtest: get rid of dependency to ToJson | Oliver Schneider | -21/+3 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -2/+0 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 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 |