| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichton | bors | -8/+19 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -2/+22 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -5/+2 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -2/+22 |
| 2014-02-19 | debuginfo: Fix a RUSTFLAGS incompatibility in test runner. | Michael Woerister | -8/+19 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -8/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -2/+2 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -1/+18 |
| 2014-02-14 | auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichton | bors | -10/+20 |
| 2014-02-13 | compiletest: Run all android tests serially | Brian Anderson | -3/+5 |
| 2014-02-13 | mk: Fix non-android cross builds. | Luqman Aden | -10/+20 |
| 2014-02-11 | Add ignore-cross-compile directive for compiletest | Alex Crichton | -0/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -9/+9 |
| 2014-02-10 | Consolidate codegen-related compiler flags | Alex Crichton | -3/+3 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -3/+1 |
| 2014-02-06 | auto merge of #12020 : alexcrichton/rust/output-flags, r=brson | bors | -8/+21 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -8/+21 |
| 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 | -17/+25 |
| 2014-01-29 | Remove do keyword from compiletests | Scott Lawrence | -2/+2 |
| 2014-01-28 | Generate rlibs by default (instead of dylibs) | Alex Crichton | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -5/+5 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -4/+4 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -10/+5 |
| 2014-01-20 | Fix cross-compiled pretty tests | Alex Crichton | -1/+2 |
| 2014-01-18 | Pass the correct --target flag when type checking pretty-printed code in tests | Brian Anderson | -0/+6 |
| 2014-01-17 | auto merge of #11618 : alexcrichton/rust/force-host, r=brson | bors | -3/+28 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -4/+2 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -3/+28 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -4/+2 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -0/+4 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -7/+7 |
| 2014-01-06 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-01-04 | etc: licenseck: don't hardcode a specific year | Adrien Tétar | -6/+6 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2013-12-24 | std: Stop reexporting the contents of 'mod consts' | Alex Crichton | -2/+2 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -2/+2 |
| 2013-12-18 | Make Android tests fail if no device is available | Brian Anderson | -110/+90 |
| 2013-12-14 | Fix #10754 - `std::run` functions fail after io_error | Cadence Marseille | -30/+52 |
| 2013-12-11 | std::io: Add Buffer.lines(), change .bytes() api | klutzy | -9/+2 |
| 2013-12-10 | compiletest: Remove uses of `Cell`. | Patrick Walton | -8/+6 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -16/+5 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -10/+10 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -1/+1 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -7/+5 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -10/+10 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |