| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -2149/+0 |
| 2016-04-02 | Add `Crate` and `Restricted` variants to `ast::Visibility` | Jeffrey Seyfried | -1/+2 |
| 2016-04-02 | Make `ast::Visibility` non-copyable | Jeffrey Seyfried | -5/+5 |
| 2016-03-24 | address nits | Alex Burka | -1/+1 |
| 2016-03-24 | fatal error instead of ICE for impossible range during HIR lowering | Alex Burka | -1/+8 |
| 2016-03-17 | hir, mir: Separate HIR expressions / MIR operands from InlineAsm. | Eduard Burtescu | -5/+3 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+8 |
| 2016-03-07 | implement the `?` operator | Jorge Aparicio | -0/+69 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -3/+94 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -9/+7 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -2/+7 |
| 2016-03-02 | Get rid of hir::StructFieldKind | Vadim Petrochenkov | -10/+2 |
| 2016-02-27 | fix stability hole | Alex Burka | -1/+6 |
| 2016-02-27 | HIR: add inclusive ranges, desugar all ranges (remove ExprRange) | Alex Burka | -3/+89 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -3/+7 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -16/+16 |
| 2016-02-13 | Split ast::PatKind::Enum into tuple struct and path patterns | Vadim Petrochenkov | -1/+4 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -12/+14 |
| 2016-02-11 | [breaking-change] don't glob export ast::PathListItem_ variants | Oliver 'ker' Schneider | -18/+18 |
| 2016-02-11 | [breaking-change] don't glob export ast::Visibility variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -16/+16 |
| 2016-02-11 | [breaking-change] don't glob export ast::ForeignItem_ variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -13/+14 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -37/+37 |
| 2016-02-11 | [breaking-change] don't glob export ast::ExplicitSelf_ variants | Oliver Schneider | -5/+5 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::CaptureClause variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BinOp_ | Oliver Schneider | -18/+18 |
| 2016-02-11 | [breaking-change] don't glob export ast::UnOp variants | Oliver Schneider | -3/+3 |
| 2016-01-20 | Fix a bug with caching ids in the HIR lowering with nested lowered nodes | Nick Cameron | -52/+61 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -2/+2 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -2/+2 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -7/+7 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -2/+2 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+4 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -7/+7 |
| 2015-12-18 | Auto merge of #30374 - durka:issue-30371, r=alexcrichton | bors | -2/+3 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -57/+61 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -7/+6 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+4 |
| 2015-12-14 | evade unused_variables lint in for-loop desugaring | Alex Burka | -2/+3 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -2/+7 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -30/+57 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -28/+28 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -2/+7 |