| Age | Commit message (Expand) | Author | Lines |
| 2014-07-05 | rustc: Add a new codegen flag, -C metadata=foo | Alex Crichton | -1/+7 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -48/+61 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -5/+5 |
| 2014-06-29 | c_str: replace .with_ref with .as_ptr throughout the codebase. | Huon Wilson | -2/+2 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -3/+4 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+4 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-24 | rustc: Always include the morestack library | Alex Crichton | -14/+27 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+72 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+72 |
| 2014-06-16 | rustc: Disable rpath settings by default | Alex Crichton | -2/+2 |
| 2014-06-16 | Update repo location | Brian Anderson | -1/+1 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -1/+1 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -46/+43 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -23/+79 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -1/+1 |
| 2014-06-06 | rustc: Avoid 16-byte filenames in rlibs | Alex Crichton | -4/+14 |
| 2014-06-06 | Add workaround for archive reading bug in LLDB. | Michael Woerister | -4/+8 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-03 | librustc: Try to resolve before coercions. | Luqman Aden | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -5/+5 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -17/+12 |
| 2014-05-29 | auto merge of #14472 : huonw/rust/native-lib-warnings, r=alexcrichton | bors | -10/+20 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -17/+12 |
| 2014-05-28 | rustc: clarify warning about native deps for a staticlib. | Huon Wilson | -10/+20 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -69/+69 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -41/+41 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -1/+6 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+8 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -5/+7 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -43/+93 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -9/+12 |
| 2014-05-15 | auto merge of #13954 : aturon/rust/issue-11650, r=alexcrichton | bors | -128/+109 |
| 2014-05-15 | Teach SVH computation to ignore more implementation artifacts. | Felix S. Klock II | -16/+407 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -128/+109 |
| 2014-05-14 | Get rid of the android-cross-path flag to rustc. | Luqman Aden | -30/+5 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -2/+2 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -222/+277 |
| 2014-05-11 | auto merge of #14096 : nick29581/rust/driver, r=brson | bors | -37/+40 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -6/+6 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -37/+40 |
| 2014-05-08 | Handle fallout in librustc | Kevin Ballard | -2/+2 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -2/+2 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -133/+87 |
| 2014-05-01 | Fix a/an typos | Jorge Aparicio | -1/+1 |