| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -0/+45 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -1/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+0 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-22 | Warn when creating a module and a struct that both have the same name. | Nick Hamann | -0/+45 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+6 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -12/+12 |
| 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 | -1/+2 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -6/+6 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -18/+4 |
| 2015-10-02 | Rollup merge of #28554 - christopherdumas:E0422, r=arielb1 | Manish Goregaokar | -1/+23 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -4/+6 |
| 2015-10-01 | Remove DefRegion, which is not used | Niko Matsakis | -1/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -14/+14 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -26/+38 |
| 2015-10-01 | add some XXX markers | Niko Matsakis | -1/+1 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -4/+4 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -5/+5 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -10/+10 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -5/+5 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -10/+9 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -4/+4 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -10/+10 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -1/+1 |
| 2015-09-20 | E0422 description. | christopherdumas | -1/+23 |
| 2015-09-17 | Resolve prefix in imports with empty braces | Vadim Petrochenkov | -6/+22 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -6/+5 |
| 2015-09-15 | Auto merge of #28406 - petrochenkov:primitive, r=eddyb | bors | -2/+16 |
| 2015-09-15 | Prohibit renaming to primitive types' names in import lists | Vadim Petrochenkov | -2/+16 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -14/+13 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -3/+3 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -92/+96 |
| 2015-09-01 | Add E0439 error explanation | Guillaume Gomez | -7/+7 |
| 2015-09-01 | Comment out unused error codes | Guillaume Gomez | -18/+18 |
| 2015-09-01 | Add E0411 error explanation | Guillaume Gomez | -1/+49 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -5/+5 |
| 2015-08-24 | Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix | bors | -1/+1 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -5/+4 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -33/+36 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -4/+4 |
| 2015-08-19 | Auto merge of #27493 - GSam:master, r=nrc | bors | -28/+88 |
| 2015-08-16 | FnFnBlock -> FkClosure | Manish Goregaokar | -1/+1 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-12 | Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichton | bors | -0/+5 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+5 |
| 2015-08-11 | rollup merge of #27635: GuillaumeGomez/patch-4 | Alex Crichton | -2/+10 |