| Age | Commit message (Expand) | Author | Lines |
| 2015-12-22 | Fix def paths creation for items inlined from external crates. | Michael Woerister | -6/+5 |
| 2015-12-12 | Include type name in symbol for methods | Seo Sanghyeon | -6/+3 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -4/+4 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -3/+3 |
| 2015-11-20 | Add E0517, E0518 for repr() errors | Manish Goregaokar | -15/+14 |
| 2015-11-18 | Port the `map` construction code to use the new visitor. | Niko Matsakis | -20/+34 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -1/+1 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -6/+6 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -8/+7 |
| 2015-11-13 | simplify HIR folder so that it only maps 1 item to 1 item, | Niko Matsakis | -3/+3 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -27/+22 |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -27/+1 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -0/+21 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-14 | Rollup merge of #29006 - arielb1:callee-outlives-call, r=pnkfelix | Manish Goregaokar | -1/+4 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -6/+7 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -8/+8 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -19/+8 |
| 2015-10-12 | require a method callee's type to outlive the call | Ariel Ben-Yehuda | -1/+4 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-03 | Check attribute usage | Seo Sanghyeon | -0/+110 |
| 2015-10-01 | remove support method for synthetic default method ids | Niko Matsakis | -16/+0 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -78/+416 |
| 2015-10-01 | stop updating `parent_node_id` when there is no corresponding map entry | Niko Matsakis | -6/+1 |
| 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 |