| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | librustuv: Remove all non-`proc` uses of `do` from `libextra` and | Patrick Walton | -10/+10 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -1/+0 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -1/+0 |
| 2013-11-24 | libextra: Remove @mut from term. | Luqman Aden | -76/+84 |
| 2013-11-19 | libextra: Convert uses of `&fn(A)->B` to `|A|->B`. | Patrick Walton | -7/+5 |
| 2013-11-18 | libextra: Remove `~fn()` from libextra. | Patrick Walton | -7/+12 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -5/+5 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -2/+0 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -4/+4 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -10/+6 |
| 2013-11-01 | Give test and main tasks better names | Alex Crichton | -0/+4 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -2/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -74/+71 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -8/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -7/+15 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -16/+16 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -4/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -4/+4 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -6/+6 |
| 2013-10-14 | Only use padded test names to calculate the target padding size. | Felix S. Klock II | -3/+12 |
| 2013-10-14 | Issue 7655: align the bench printouts so that the numbers tend to be aligned. | Felix S. Klock II | -12/+51 |
| 2013-10-11 | auto merge of #9803 : alexcrichton/rust/less-pub2, r=brson | bors | -1/+1 |
| 2013-10-11 | extra::tempfile: replace mkdtemp with an RAII wrapper | Benjamin Herr | -7/+3 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -1/+1 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -4/+4 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -10/+10 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-30 | extra: Remove usage of fmt! | Alex Crichton | -33/+33 |
| 2013-09-24 | Don't use libc::exit. #9473 | Brian Anderson | -12/+11 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -5/+0 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -11/+11 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+2 |
| 2013-09-14 | extra::test: Use Result instead of Either. | blake2-ppc | -11/+9 |
| 2013-09-05 | extra: Don't overcommit test tasks. Closes #8660 | Brian Anderson | -10/+1 |
| 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 | -4/+15 |
| 2013-08-24 | auto merge of #8679 : singingboyo/rust/json-to-impl, r=alexcrichton | bors | -1/+1 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -2/+36 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -1/+0 |
| 2013-08-21 | Make json::to_xxx(&Json) fns Json::to_xxx(&self) | Brandon Sanderson | -1/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+2 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -9/+2 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -4/+4 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+0 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -3/+3 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -1/+1 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -4/+4 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -29/+28 |