| Age | Commit message (Expand) | Author | Lines |
| 2013-12-26 | librustc: De-`@mut` `TestCtxt::path` | Patrick Walton | -6/+13 |
| 2013-12-24 | rustc: Strip struct fields and enum variants | Alex Crichton | -1/+37 |
| 2013-12-24 | rustc: Temporarily inject libgreen with librustuv | Alex Crichton | -0/+9 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -3/+2 |
| 2013-12-12 | Gate literal box expressions in addition to types | Alex Crichton | -6/+21 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -3/+3 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -1/+1 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -1/+2 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -4/+2 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -4/+2 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -6/+6 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -1/+1 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -6/+6 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -1/+14 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -5/+2 |
| 2013-11-27 | auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestinger | bors | -1/+6 |
| 2013-11-27 | Relax restrictions on unknown feature directives | Alex Crichton | -1/+6 |
| 2013-11-26 | auto merge of #10649 : sfackler/rust/multi-macro, r=alexcrichton | bors | -26/+18 |
| 2013-11-26 | Support multiple item macros | Steven Fackler | -26/+18 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -2/+14 |
| 2013-11-26 | add a thread_local feature gate | Daniel Micay | -2/+14 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -25/+19 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-22 | auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwalton | bors | -0/+11 |
| 2013-11-23 | Put non-ascii identifiers behind a feature gate. | Huon Wilson | -0/+11 |
| 2013-11-22 | mention `Gc` in the managed box feature gate | Daniel Micay | -5/+3 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -1/+1 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -4/+4 |
| 2013-10-31 | Make managed_boxes feature gate error less opinionated | Brian Anderson | -6/+6 |
| 2013-10-29 | auto merge of #10132 : pcwalton/rust/proc, r=pcwalton | bors | -1/+2 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -1/+2 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -7/+22 |
| 2013-10-23 | register snapshots | Daniel Micay | -2/+1 |
| 2013-10-22 | auto merge of #9923 : thestinger/rust/managed_boxes, r=brson | bors | -0/+10 |
| 2013-10-22 | add feature gate for managed boxes | Daniel Micay | -0/+10 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-22 | Activate checking code for ASM feature gate. Fix tests | Léo Testard | -5/+2 |
| 2013-10-21 | Add a feature flag for ASM | Léo Testard | -14/+18 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -0/+15 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -1/+0 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -4/+4 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+176 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -30/+31 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -2/+2 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -59/+57 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -199/+234 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -2/+2 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -116/+0 |