| Age | Commit message (Expand) | Author | Lines |
| 2013-11-06 | Add make check support(arm-linux-androideabi debuginfo) | sh8281.kim | -22/+148 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -32/+7 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -8/+9 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -20/+16 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -2/+25 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -3/+3 |
| 2013-10-29 | Unbreak the debuginfo tests. | Jed Davis | -2/+25 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -29/+26 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -22/+22 |
| 2013-10-16 | path2: Update for latest master | Kevin Ballard | -3/+3 |
| 2013-10-16 | path2: Remove some API functions | Kevin Ballard | -3/+11 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -3/+3 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -23/+23 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -73/+101 |
| 2013-10-10 | Remove some users of io::file_reader | Alex Crichton | -12/+20 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -0/+1 |
| 2013-10-09 | Implement io::native::process | Alex Crichton | -1/+1 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -5/+5 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-30 | compiletest: Remove usage of fmt! | Alex Crichton | -87/+87 |
| 2013-09-19 | Turned extra::getopts functions into methods | Marvin Löbel | -27/+25 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -2/+1 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -3/+4 |
| 2013-09-03 | auto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson | bors | -4/+23 |
| 2013-09-03 | Correctly determine OS to xfail in cross build | Seo Sanghyeon | -4/+23 |
| 2013-09-02 | Raise the file descriptor limits when running compiletest | Alex Crichton | -0/+5 |
| 2013-08-30 | auto merge of #8886 : cmr/rust/test-restructure, r=cmr | bors | -19/+17 |
| 2013-08-30 | Revert "Teach compiletest to use multiple --src-base's" | Corey Richardson | -19/+17 |
| 2013-08-30 | Revert "Teach the makefile to use multiple src-base's" | Corey Richardson | -1/+1 |
| 2013-08-30 | auto merge of #8839 : sanxiyn/rust/env, r=thestinger | bors | -10/+5 |
| 2013-08-29 | auto merge of #8458 : cmr/rust/test-restructure, r=brson | bors | -17/+19 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -4/+29 |
| 2013-08-28 | Android: Pass the environment when running tests | Seo Sanghyeon | -2/+5 |
| 2013-08-28 | Remove --newrt option | Seo Sanghyeon | -8/+0 |
| 2013-08-28 | Teach the makefile to use multiple src-base's | Corey Richardson | -1/+1 |
| 2013-08-28 | Teach compiletest to use multiple --src-base's | Corey Richardson | -17/+19 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -29/+4 |
| 2013-08-26 | Since we assume that GDB output is UTF-8, make sure it is so on all platforms. | Vadim Chugunov | -1/+3 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -0/+12 |
| 2013-08-19 | compiletest: do not run tests in sub-threads if on valgrind. | Graydon Hoare | -1/+12 |
| 2013-08-17 | auto merge of #8531 : brson/rust/test-waitpid-workaround, r=graydon | bors | -2/+16 |
| 2013-08-14 | compiletest: Run tests in their own thread to avoid blocking the scheduler | Brian Anderson | -2/+16 |
| 2013-08-14 | std: Change ProcessOptions struct to have an option of a ~ vector | Tim Chevalier | -1/+1 |
| 2013-08-10 | std: Iterator.len_ -> .len | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -4/+4 |
| 2013-08-07 | rustc: Fix for-range loops that can use iterators | blake2-ppc | -2/+2 |