| Age | Commit message (Expand) | Author | Lines |
| 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 | auto merge of #18885 : thestinger/rust/writer, r=aturon | bors | -8/+5 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -8/+5 |
| 2014-11-18 | auto merge of #19050 : japaric/rust/moar-dst, r=aturon | bors | -28/+28 |
| 2014-11-17 | libtest: DSTify `Stats` | Jorge Aparicio | -28/+28 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+10 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -4/+4 |
| 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 | -16/+14 |
| 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/+2 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -4/+6 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -14/+12 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+0 |
| 2014-11-13 | Deprecate Signed method wrappers | Brendan Zabarauskas | -5/+3 |
| 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-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -4/+4 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -2/+2 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -15/+15 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 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-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 |