| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -0/+45 |
| 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 | -6/+6 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -6/+6 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -5/+3 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 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 | -2/+2 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -24/+35 |
| 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 | -2/+2 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -4/+3 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -4/+4 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -27/+26 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -25/+25 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -3/+3 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+5 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -6/+7 |
| 2015-08-10 | Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrc | bors | -1/+9 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -6/+7 |
| 2015-08-06 | remove ty::{VariantInfo, FieldTy} | Ariel Ben-Yehuda | -3/+1 |
| 2015-08-06 | Factor inc/dec count methods. | Victor Berger | -3/+3 |
| 2015-08-05 | Block import resolution only on 'pub' imports. | Victor Berger | -0/+8 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -4/+2 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -12/+10 |
| 2015-07-16 | Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb | Manish Goregaokar | -11/+23 |
| 2015-07-14 | Remove macro, import function and enum | Guillaume Gomez | -9/+10 |
| 2015-07-14 | Arguments are now passed directly to the function instead of the enum variants | Guillaume Gomez | -11/+11 |
| 2015-07-14 | End of error code spanning centralization | Guillaume Gomez | -14/+22 |
| 2015-07-13 | Add error codes | Guillaume Gomez | -9/+12 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -2/+2 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -1/+1 |
| 2015-04-29 | Fallout | Tamir Duberstein | -15/+28 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -1/+8 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-16 | Reviewer changes | Nick Cameron | -1/+1 |
| 2015-03-16 | resolve: factor out resolve imports to its own module | Nick Cameron | -7/+8 |
| 2015-03-16 | Misc tidy ups in resolve | Nick Cameron | -17/+11 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -2/+1 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -39/+15 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -11/+15 |
| 2015-02-24 | Fix fallout from rebasing. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc_resolve: don't handle impl items as if they were modules. | Eduard Burtescu | -228/+10 |