| Age | Commit message (Expand) | Author | Lines |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+0 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -1/+1 |
| 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 | -2/+2 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -13/+1 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -4/+6 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -9/+9 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -2/+3 |
| 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 | -1/+1 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -2/+2 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -3/+3 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -6/+6 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -4/+4 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -6/+6 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -1/+1 |
| 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 | -5/+4 |
| 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 | -58/+61 |
| 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 | -3/+3 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -6/+7 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -1/+1 |
| 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-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-10 | Modify the callback to be run from a macro | Garming Sam | -30/+17 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-09 | Add a proper comment for create_resolver | Garming Sam | -0/+8 |
| 2015-08-09 | Remove some duplicated code with new create_resolver | Garming Sam | -10/+1 |
| 2015-08-09 | Remove unused language items | Garming Sam | -1/+0 |
| 2015-08-09 | Avoid change to current module on escape from callback | Garming Sam | -2/+1 |
| 2015-08-09 | Introduce callback to resolver | Garming Sam | -16/+92 |
| 2015-08-06 | Factor inc/dec count methods. | Victor Berger | -0/+24 |
| 2015-08-05 | Block import resolution only on 'pub' imports. | Victor Berger | -0/+8 |
| 2015-08-05 | Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrc | bors | -19/+14 |
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -1/+1 |
| 2015-08-03 | Improve E0423 error message | Guillaume Gomez | -2/+2 |
| 2015-07-31 | More perseverant about indeterminate imports. | Victor Berger | -3/+9 |
| 2015-07-31 | Remove unused resolve error message. | Victor Berger | -16/+5 |
| 2015-07-29 | Auto merge of #27349 - arielb1:constant-at, r=alexcrichton | bors | -9/+8 |
| 2015-07-28 | prohibit the lhs of an @-pattern being a constant | Ariel Ben-Yehuda | -9/+8 |