| Age | Commit message (Expand) | Author | Lines |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -2/+2 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -3/+0 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -2/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -22/+22 |
| 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 | -2/+16 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -22/+22 |
| 2015-12-18 | Auto merge of #30374 - durka:issue-30371, r=alexcrichton | bors | -2/+3 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -163/+183 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -132/+157 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -31/+26 |
| 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 | -2/+16 |
| 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 | -11/+31 |
| 2015-12-10 | adjust documentation to mention `intravisit` instead of `visit` | Oliver Schneider | -2/+2 |
| 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 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -12/+30 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -6/+8 |
| 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 |