| Age | Commit message (Expand) | Author | Lines |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -214/+336 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -3/+11 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -1/+15 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -28/+28 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -3/+3 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -2/+2 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -0/+1391 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -465/+0 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -237/+0 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -861/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -19/+19 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -241/+210 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -7/+7 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -28/+27 |
| 2014-09-11 | auto merge of #17142 : sfackler/rust/issue-17115, r=alexcrichton | bors | -0/+4 |
| 2014-09-09 | Don't ICE on macros with -Z show-span | Steven Fackler | -0/+4 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+6 |
| 2014-09-09 | rollup merge of #17052 : pcwalton/feature-gate-subslices | Alex Crichton | -0/+15 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -5/+4 |
| 2014-09-08 | librustc: Feature gate subslice matching in non-tail positions. | Patrick Walton | -0/+15 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -1/+1 |
| 2014-09-03 | auto merge of #16892 : andrew-d/rust/andrew-fix-test-reexports, r=sfackler | bors | -13/+32 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -1/+1 |
| 2014-08-30 | Address review comments, add tests | Andrew Dunham | -2/+1 |
| 2014-08-30 | rollup merge of #16840 : huonw/feature-has-added | Alex Crichton | -1/+1 |
| 2014-08-30 | gensym each test re-export module individually | Andrew Dunham | -13/+33 |
| 2014-08-31 | Fix grammar of the accepted feature warning. | Huon Wilson | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -5/+2 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+2 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -5/+6 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+21 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -10/+16 |
| 2014-08-14 | auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelix | bors | -1/+1 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -1/+1 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -18/+43 |
| 2014-08-07 | rustc: gensym the module names for --test to avoid introducing user-accessibl... | Huon Wilson | -50/+65 |
| 2014-07-31 | auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis | bors | -1/+1 |
| 2014-07-29 | manual: update list of feature gates, add phase attribute | Corey Richardson | -0/+2 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -1/+1 |
| 2014-07-27 | Make test expansion induce less reachability | Steven Fackler | -18/+31 |
| 2014-07-25 | rustc: Future proof runtime injection | Brian Anderson | -2/+8 |
| 2014-07-21 | Don't create reexport module if there are none | Steven Fackler | -2/+4 |
| 2014-07-21 | Restructure test harness | Steven Fackler | -32/+53 |
| 2014-07-21 | Remove useless RefCells | Steven Fackler | -12/+11 |
| 2014-07-21 | rustc: Allow the crate linked to as 'std' to be customized | Brian Anderson | -1/+8 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -0/+7 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -0/+5 |