| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -4/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-14 | auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichton | bors | -3/+6 |
| 2014-02-13 | compiletest: Run all android tests serially | Brian Anderson | -3/+5 |
| 2014-02-13 | mk: Fix non-android cross builds. | Luqman Aden | -3/+6 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1/+1 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -5/+5 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -2/+2 |
| 2014-02-03 | compiletest: Remove io_error usage | Alex Crichton | -2/+8 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -8/+3 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -0/+3 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -6/+6 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -2/+2 |
| 2013-12-10 | compiletest: Remove uses of `Cell`. | Patrick Walton | -8/+6 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -4/+0 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -6/+6 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -6/+6 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -2/+4 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -2/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-11-06 | Add make check support(arm-linux-androideabi debuginfo) | sh8281.kim | -0/+13 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -2/+2 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -1/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -7/+7 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -6/+6 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -17/+19 |
| 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 | -33/+33 |
| 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-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+3 |
| 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 | -18/+16 |
| 2013-08-30 | Revert "Teach compiletest to use multiple --src-base's" | Corey Richardson | -18/+16 |
| 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 | -3/+0 |
| 2013-08-28 | Remove --newrt option | Seo Sanghyeon | -3/+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 | -16/+18 |
| 2013-08-23 | test: add support for sharding testsuite by passing --test-shard=a.b | Graydon Hoare | -0/+7 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -7/+7 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -1/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -3/+3 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |