| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -11/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -4/+4 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -1/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -1/+0 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+3 |
| 2014-03-23 | Snapshot cleanup | Alex Crichton | -1/+0 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -1/+1 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -1/+1 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -0/+5 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -6/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -119/+151 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -0/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -1/+2 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -1/+2 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -15/+15 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -80/+80 |
| 2014-02-25 | auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson | bors | -2/+20 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -13/+16 |
| 2014-02-21 | mk: Get "make check" passing with --disable-rpath | Alex Crichton | -2/+20 |
| 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 |