| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -35/+128 |
| 2015-12-07 | Add comments for Ident::from_name and identifiers in path segments | Vadim Petrochenkov | -0/+14 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -150/+137 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -35/+114 |
| 2015-11-26 | Rebase fixup for lower.rs | Marvin Löbel | -37/+55 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -38/+7 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -6/+7 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -24/+52 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Fix two long lines. | Niko Matsakis | -2/+6 |
| 2015-11-18 | Remove rustc_data_structures from the deps of librustc_front now | Niko Matsakis | -1/+0 |
| 2015-11-18 | Change to a BTreeMap rather than sorting the keys of a FnvHashMap. | Niko Matsakis | -15/+13 |
| 2015-11-18 | Add comment explaining why it is called `intravisit` | Niko Matsakis | -10/+14 |
| 2015-11-18 | Refactor the HIR so that items are stored in a map in the `Crate`, | Niko Matsakis | -111/+228 |
| 2015-11-18 | refactorings of `lowering` that make it more amenable to using `&mut` | Niko Matsakis | -290/+295 |
| 2015-11-18 | rename `_lctx` to `lctx` where appropriate | Niko Matsakis | -209/+210 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -23/+22 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -10/+4 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -4/+4 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -16/+16 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -18/+17 |
| 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 | -196/+192 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -0/+6 |
| 2015-11-01 | Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton | bors | -3/+3 |
| 2015-11-01 | Add code formatting on PatVec docs | Manish Goregaokar | -2/+2 |
| 2015-11-01 | Fix PatEnum docs | Manish Goregaokar | -1/+1 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -32/+11 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -32/+24 |
| 2015-10-25 | rustc_privacy: Expand public node set, build exported node set more correctly | Vadim Petrochenkov | -0/+6 |
| 2015-10-17 | Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton | bors | -5/+3 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -625/+0 |
| 2015-10-16 | Provide span for visit_enum_def | Vadim Petrochenkov | -5/+3 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -2/+0 |
| 2015-10-13 | Comment on the purpose(s) of NodeId in VariantData | Vadim Petrochenkov | -0/+11 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -42/+33 |
| 2015-10-13 | Fix rebase 2 | Vadim Petrochenkov | -4/+6 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -21/+53 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -24/+24 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -23/+8 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -23/+15 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -22/+21 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -61/+22 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -15/+7 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -625/+0 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -2/+0 |
| 2015-10-12 | Properly set the MatchSource for for loops | Nick Cameron | -3/+8 |
| 2015-10-09 | review comments | Nick Cameron | -15/+155 |
| 2015-10-09 | rustfmt'ing | Nick Cameron | -554/+660 |
| 2015-10-09 | Misc fixups | Nick Cameron | -8/+10 |