| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -0/+10 |
| 2013-09-13 | Refactor libsyntax Visitor impls to use default methods. | Lindsey Kuper | -77/+1 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -23/+23 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -13/+63 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -29/+40 |
| 2013-09-04 | debuginfo: Fixed some merge fallout | Michael Woerister | -1/+1 |
| 2013-09-04 | debuginfo: Support for variables captured in closures and closure type descri... | Michael Woerister | -4/+4 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -0/+20 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -16/+16 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -5/+36 |
| 2013-09-02 | Fix inner statics having the same symbol name | Alex Crichton | -0/+8 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -7/+7 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -5/+5 |
| 2013-08-22 | Add `self` to the ast_map for provided methods. Closes #8010. | Michael Sullivan | -5/+11 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -51/+52 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -25/+25 |
| 2013-08-05 | Make node_id_to_str print more useful info in some cases. Closes #2410. | Michael Sullivan | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -7/+7 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -189/+288 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -7/+7 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -4/+4 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -28/+10 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -1/+1 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -5/+8 |
| 2013-07-07 | De-managed ast::Path | James Miller | -1/+1 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -5/+3 |
| 2013-06-23 | Add 'static mut' items to the language | Alex Crichton | -1/+1 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+6 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -10/+10 |
| 2013-06-12 | Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple. | Felix S. Klock II | -18/+18 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -2/+6 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -1/+0 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -10/+10 |
| 2013-06-05 | syntax: Remove an unnecessary allocation. | Huon Wilson | -2/+2 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -11/+3 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -1/+1 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -5/+5 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -36/+1 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -28/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -35/+34 |