| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -12/+9 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -3/+2 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 2014-01-02 | auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton | bors | -1/+37 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -11/+12 |
| 2014-01-02 | Inject std libs with versions | Florian Hahn | -4/+13 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -9/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -16/+16 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -1/+1 |
| 2013-12-29 | Remove @muts from ExtCtxt | Steven Fackler | -10/+10 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -19/+19 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -1/+1 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -13/+12 |
| 2013-12-26 | librustc: De-`@mut` `building_library` in the session | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the test context | Patrick Walton | -5/+5 |
| 2013-12-26 | librustc: De-`@mut` `TestCtxt::testfns` | Patrick Walton | -6/+12 |
| 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 |