| Age | Commit message (Expand) | Author | Lines |
| 2014-12-18 | s/Tree/BTree | Alexis Beingessner | -2/+2 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -2/+2 |
| 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 | -4/+4 |
| 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 | -11/+70 |
| 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 | 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 |