| Age | Commit message (Expand) | Author | Lines |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -1/+1 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -9/+4 |
| 2015-10-07 | use the struct's ctor-id as its variant def-id | Ariel Ben-Yehuda | -4/+1 |
| 2015-10-03 | Auto merge of #28521 - arielb1:metadiet, r=eddyb | bors | -355/+363 |
| 2015-10-02 | unify the 2 impl indexes | Ariel Ben-Yehuda | -75/+38 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -592/+537 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -1/+1 |
| 2015-10-01 | remove the code that encodes type parameter defs | Ariel Ben-Yehuda | -3/+1 |
| 2015-10-01 | don't store method_fty | Ariel Ben-Yehuda | -29/+8 |
| 2015-10-01 | don't duplicate item types between encoder <-> astencode | Ariel Ben-Yehuda | -1/+1 |
| 2015-10-01 | improve the tyencode abbrev format | Ariel Ben-Yehuda | -36/+23 |
| 2015-10-01 | don't mark_stable_position needlessly in tyencode | Ariel Ben-Yehuda | -6/+13 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -1/+1 |
| 2015-10-01 | share stored predicates | Ariel Ben-Yehuda | -66/+115 |
| 2015-10-01 | add a cross-reference index | Ariel Ben-Yehuda | -105/+149 |
| 2015-10-01 | remove unneeded tags from metadata | Ariel Ben-Yehuda | -69/+11 |
| 2015-10-01 | remove code for re-exports of static methods | Niko Matsakis | -119/+3 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -456/+449 |
| 2015-10-01 | rename ast_map to hir_map | Niko Matsakis | -7/+7 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -94/+113 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -37/+41 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -2/+8 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -44/+33 |
| 2015-09-30 | Auto merge of #28724 - tsion:remove-double-semicolons, r=alexcrichton | bors | -1/+1 |
| 2015-09-29 | Auto merge of #28702 - arielb1:metadata-versioning, r=nrc | bors | -0/+39 |
| 2015-09-29 | store the rustc version in metadata and check it | Ariel Ben-Yehuda | -0/+39 |
| 2015-09-28 | Minor code cleanup. | Scott Olson | -1/+1 |
| 2015-09-29 | Fill in some missing parts in the default HIR visitor | Vadim Petrochenkov | -0/+6 |
| 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 | -7/+7 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -22/+22 |
| 2015-09-16 | Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth | bors | -40/+53 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -111/+108 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -6/+10 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -3/+2 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -3/+2 |
| 2015-09-13 | Add part of new error codes in librustc | Guillaume Gomez | -40/+53 |
| 2015-09-03 | rewrite metadata indexing | Ariel Ben-Yehuda | -243/+322 |
| 2015-09-03 | remove totally useless struct-field index | Ariel Ben-Yehuda | -46/+34 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -131/+173 |
| 2015-08-24 | address nits | Ariel Ben-Yehuda | -4/+10 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -12/+2 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -23/+55 |
| 2015-08-24 | Use a u32 instead of a usize in CodeExtent | Ariel Ben-Yehuda | -2/+1 |