| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | Move the linearly-updated flag state into the Visitor. | Felix S. Klock II | -16/+18 |
| 2013-09-23 | librustc: Remove garbage-collected functions from util/common. | Patrick Walton | -12/+16 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -1/+2 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -2/+2 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -24/+24 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -1/+2 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -2/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -7/+7 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -1/+0 |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -2/+12 |
| 2013-08-19 | auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakis | bors | -25/+32 |
| 2013-08-19 | Make supertrait methods callable on object types. | Michael Sullivan | -2/+12 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -0/+12 |
| 2013-08-15 | port util/common.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -25/+32 |
| 2013-08-11 | typeck: Modify method resolution to use new object adjustments, and | Niko Matsakis | -3/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -3/+7 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -324/+4 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-05 | Improve debug spew in _match. | Michael Sullivan | -3/+7 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -2/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -4/+6 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -11/+11 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -3/+3 |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -13/+34 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -7/+0 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -13/+34 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -2/+1 |
| 2013-07-23 | Major rework of how calls to self and super methods work. | Michael Sullivan | -7/+0 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -3/+3 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -2/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+2 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -11/+7 |
| 2013-07-11 | Clean up Repr impls a bit so we can add generic impls for @ and ~. | Michael Sullivan | -11/+7 |
| 2013-07-11 | Silence various warnings | Niko Matsakis | -1/+1 |
| 2013-07-11 | Port region inference code to use new graph | Niko Matsakis | -0/+6 |
| 2013-07-10 | Add an identifier to TypeParameterDefs and use it to pretty print type parame... | Niko Matsakis | -10/+11 |
| 2013-07-05 | Change signature of Iterator.size_hint | Kevin Ballard | -3/+3 |
| 2013-07-03 | auto merge of #7474 : Seldaek/rust/clean-iter, r=thestinger | bors | -10/+83 |
| 2013-07-01 | Correct merge errors, broken tests | Niko Matsakis | -1/+1 |
| 2013-07-01 | Defer reasoning about region relationships until after regionck. | Niko Matsakis | -0/+19 |
| 2013-07-01 | Move most iter functionality to extra, fixes #7343 | Jordi Boggiano | -11/+10 |
| 2013-07-01 | Add an EnumSetIterator and EnumSet::iter | Jordi Boggiano | -9/+83 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -2/+0 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -9/+5 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+3 |