| Age | Commit message (Expand) | Author | Lines |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -2/+2 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -1/+7 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -2/+2 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -6/+5 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -3/+3 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -3/+2 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -3/+3 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -1/+7 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -5/+5 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -4/+4 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -5/+5 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -1/+1 |
| 2015-11-18 | Fix two long lines. | Niko Matsakis | -2/+6 |
| 2015-11-18 | Refactor the HIR so that items are stored in a map in the `Crate`, | Niko Matsakis | -12/+30 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -3/+3 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -5/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -3/+3 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -3/+3 |
| 2015-11-09 | Rustfmting librustc_front (again). | Jose Narvaez | -81/+64 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -8/+4 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -18/+9 |
| 2015-10-09 | Fix stability | Nick Cameron | -2/+6 |
| 2015-10-06 | rustfmt librustc_front | Nick Cameron | -350/+355 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -20/+13 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -1/+0 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -12/+3 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -19/+13 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -7/+7 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -5/+4 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -8/+8 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -32/+32 |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -1/+1 |
| 2015-09-21 | Remove hir::AsmDialect in favour of ast::AsmDialect. | Ms2ger | -1/+1 |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -1/+0 |
| 2015-09-18 | Implement empty struct with braces (RFC 218) | Vadim Petrochenkov | -25/+25 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -1/+0 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -5/+0 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1043/+41 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -2/+2 |
| 2015-09-03 | Adapt the PR for HIR changes | Simonas Kazlauskas | -2/+2 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -0/+3446 |