| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -2/+5 |
| 2014-01-02 | Inject std libs with versions | Florian Hahn | -1/+5 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -2/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -9/+9 |
| 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 | -4/+4 |
| 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 | -1/+1 |
| 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-15 | Register new snapshots | Alex Crichton | -3/+2 |
| 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-11-26 | Support multiple item macros | Steven Fackler | -2/+3 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -6/+6 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -15/+16 |
| 2013-09-26 | Update version numbers to 0.9-pre | Brian Anderson | -1/+1 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -2/+0 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -88/+87 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -1/+1 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -116/+0 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -11/+10 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -15/+15 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -4/+4 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -2/+2 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -11/+20 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -0/+110 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -13/+13 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -38/+27 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -17/+22 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -2/+2 |
| 2013-07-07 | De-managed ast::Path | James Miller | -4/+4 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -4/+3 |
| 2013-07-05 | Do not rely on newtype enum dereference | Seo Sanghyeon | -3/+3 |