| Age | Commit message (Expand) | Author | Lines |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -11/+7 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -24/+76 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -23/+54 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -2/+2 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+2 |
| 2013-09-04 | Don't die with an ICE on a blank library name | Alex Crichton | -0/+4 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -4/+25 |
| 2013-09-02 | librustc: Check for empty crate link meta name and vers. | Luqman Aden | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -16/+16 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -41/+75 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -179/+165 |
| 2013-08-22 | Compile via external assembler on Windows. | Vadim Chugunov | -18/+14 |
| 2013-08-22 | On Windows, use g++ for linking, instead of gcc. | Vadim Chugunov | -4/+5 |
| 2013-08-21 | Trimmed whitespace | Vadim Chugunov | -2/+2 |
| 2013-08-18 | Fixed -Z print-link-args | Vadim Chugunov | -0/+5 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -11/+11 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -13/+20 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -13/+20 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -4/+19 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -4/+19 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -12/+12 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -10/+13 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -12/+12 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -12/+12 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -15/+17 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -3/+3 |
| 2013-07-22 | new snapshot | Daniel Micay | -8/+0 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -18/+11 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -5/+5 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -3/+5 |
| 2013-07-13 | Fix running code via '-Z jit' | Alex Crichton | -0/+4 |
| 2013-07-12 | Squirrel away the JIT contexts into TLS when done | Alex Crichton | -16/+52 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -1/+1 |
| 2013-07-01 | librustc: apply changes of char::escape_unicode | Young-il Choi | -1/+2 |
| 2013-07-01 | librustc: back::link::sanitize support esacpe_utf8 | Young-il Choi | -3/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -25/+22 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -14/+16 |
| 2013-06-28 | Remove useless namegen thunk | James Miller | -6/+8 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -10/+12 |
| 2013-06-18 | Cleanup src/librustc/back | Steven Stewart-Gallus | -76/+67 |
| 2013-06-16 | Remove @-fields from CrateContext | James Miller | -8/+8 |
| 2013-06-16 | Move CrateContext into it's own file | James Miller | -1/+1 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -51/+55 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |