| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -2/+2 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -6/+6 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -1/+1 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -12/+20 |
| 2013-12-26 | librustc: Remove the unused `stmt_map` from the borrow checker | Patrick Walton | -3/+0 |
| 2013-12-26 | librustc: Remove `ty_param_defs` from the type context | Patrick Walton | -4/+3 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+2 |
| 2013-12-15 | std::vec: remove unnecessary count parameter on {bytes, | Huon Wilson | -6/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -7/+7 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+670 |
| 2013-12-09 | Implement LTO | Alex Crichton | -1/+10 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -11/+1 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -20/+20 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -2/+2 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -5/+5 |
| 2013-11-08 | Rename and modernize region enum names | Niko Matsakis | -47/+47 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -34/+118 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+4 |
| 2013-10-31 | librustc: Implement `|A| -> B` syntax for closures and make bare `fn` | Patrick Walton | -17/+37 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -9/+20 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -4/+4 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -1/+1 |
| 2013-10-04 | rustc: Use static strings in a few literals | blake2-ppc | -1/+1 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1/+0 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -65/+65 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -3/+3 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -1/+1 |
| 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 |