| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-27 | auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger | bors | -4/+4 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -4/+4 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -74/+0 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -46/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -10/+10 |
| 2013-09-13 | make ! support the equality/ordering operators | Daniel Micay | -0/+13 |
| 2013-08-29 | extra: error message should reflact that RUST_TEST_TASKS should be strictly p... | Huon Wilson | -1/+1 |
| 2013-08-29 | Make the unit-test framework check RUST_TEST_TASKS over RUST_THREADS. | Huon Wilson | -0/+19 |
| 2013-08-22 | Enabled tests. | Vadim Chugunov | -1/+0 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -3/+3 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -43/+73 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -3/+3 |
| 2013-08-15 | rm obsolete test | Daniel Micay | -44/+0 |
| 2013-08-13 | auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc... | bors | -0/+22 |
| 2013-08-13 | Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binary | Graydon Hoare | -0/+0 |
| 2013-08-13 | Fix freezing of @mut Objects when passing as argument | Niko Matsakis | -0/+22 |
| 2013-08-11 | tests: Add new tests for borrowck/objects and update some existing tests | Niko Matsakis | -0/+21 |