| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -1/+1 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -111/+98 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -1/+1 |
| 2015-11-26 | Rebase fixup for lower.rs | Marvin Löbel | -1/+1 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -37/+7 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -3/+4 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -3/+5 |
| 2015-11-18 | Refactor the HIR so that items are stored in a map in the `Crate`, | Niko Matsakis | -32/+54 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -5/+5 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -5/+5 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -5/+5 |
| 2015-11-13 | simplify HIR folder so that it only maps 1 item to 1 item, | Niko Matsakis | -124/+89 |
| 2015-11-09 | Rustfmting librustc_front (again). | Jose Narvaez | -33/+26 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -13/+11 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -12/+9 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -3/+10 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -7/+7 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -13/+0 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -2/+1 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -2/+3 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -18/+9 |
| 2015-10-06 | rustfmt librustc_front | Nick Cameron | -392/+433 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -9/+9 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -2/+2 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -9/+9 |
| 2015-09-22 | Restore `fold_ident` and `visit_ident` | Vadim Petrochenkov | -10/+14 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -5/+5 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -7/+7 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -9/+9 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -18/+22 |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -2/+1 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -2/+1 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -1/+0 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+2 |
| 2015-09-03 | Adapt the PR for HIR changes | Simonas Kazlauskas | -2/+8 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -0/+1192 |