| Age | Commit message (Expand) | Author | Lines |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -2/+2 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -2/+2 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+124 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -124/+0 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -1/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -4/+4 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -4/+3 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -5/+4 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -2/+2 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -3/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -8/+17 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -5/+5 |
| 2013-05-08 | test: Fix modes in the benchmarks. | Patrick Walton | -4/+1 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -1/+3 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+1 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -2/+2 |
| 2013-02-26 | bench: Fix botched option dances. rs=demuting | Patrick Walton | -4/+5 |
| 2013-02-26 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -11/+6 |
| 2013-02-25 | Revert "test: De-~mut the test suite. rs=demuting" | Patrick Walton | -6/+11 |
| 2013-02-25 | test: De-~mut the test suite. rs=demuting | Patrick Walton | -11/+6 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -14/+14 |
| 2012-12-11 | libstd: refactor future, remove with(), remove ~ indirection. | Graydon Hoare | -1/+1 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-30 | Remove xfail-pretty from tests that pretty-print correctly now | Tim Chevalier | -2/+0 |
| 2012-10-23 | Move futures to std | Brian Anderson | -2/+1 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -2/+2 |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -12/+12 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-08 | test: bunch of test cleanup from sendable_futures change | Jeff Olson | -2/+3 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -1/+1 |
| 2012-08-26 | fix bench test for arc::arc camelcase | Ben Blum | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -10/+10 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -6/+6 |
| 2012-08-21 | Add msgsend-ring-{rw,mutex}-arcs bench tests | Ben Blum | -0/+114 |