| Age | Commit message (Expand) | Author | Lines |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -9/+3 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -11/+11 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+2 |
| 2014-02-12 | Reenable some ignored test cases | Florian Hahn | -0/+0 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -34/+34 |
| 2014-02-08 | auto merge of #12090 : bjz/rust/unimplemented, r=cmr | bors | -0/+24 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -1/+1 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -0/+50 |
| 2014-02-08 | Add missing test for unreachable! macro | Brendan Zabarauskas | -0/+12 |
| 2014-02-08 | Add unimplemented! macro | Brendan Zabarauskas | -0/+12 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -31/+0 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -3/+3 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -2/+2 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -22/+22 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -7/+7 |
| 2014-01-13 | xfail another native test on android (#11419) | Brian Anderson | -0/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -28/+0 |
| 2014-01-05 | Don't abort the process in native::start | Alex Crichton | -0/+22 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -1/+1 |
| 2014-01-03 | test: Remove all borrow check write guard tests | Patrick Walton | -252/+0 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -11/+10 |
| 2013-12-12 | Gate literal box expressions in addition to types | Alex Crichton | -0/+49 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -4/+4 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -1/+1 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -4/+4 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -10/+17 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -1/+1 |
| 2013-11-01 | auto merge of #10204 : alexcrichton/rust/better-names, r=brson | bors | -0/+33 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+33 |
| 2013-11-01 | Reordered the methods in std::Option and std::Result | Marvin Löbel | -2/+2 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -15/+0 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -0/+45 |
| 2013-10-26 | auto merge of #10072 : brson/rust/modelines, r=thestinger | bors | -6/+0 |
| 2013-10-25 | Remove ancient emacs mode lines from test cases | Brian Anderson | -6/+0 |
| 2013-10-25 | auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestinger | bors | -0/+15 |
| 2013-10-25 | Allow taking address of bottom | Seo Sanghyeon | -0/+15 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -24/+0 |
| 2013-10-23 | register snapshots | Daniel Micay | -0/+34 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -116/+116 |
| 2013-10-20 | testsuite: test for fixed issue. Closes #7580. | Huon Wilson | -0/+22 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -5/+5 |
| 2013-10-15 | fix overflow on bounds checks | Daniel Micay | -0/+19 |
| 2013-10-15 | fix bounds checking failure message | Daniel Micay | -40/+0 |
| 2013-10-05 | Implemented `IntoSendStr` on `SendStr` to allow naming a | Marvin Löbel | -0/+19 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -0/+55 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -4/+4 |
| 2013-09-30 | rfail: Remove usage of fmt! | Alex Crichton | -114/+114 |