| Age | Commit message (Expand) | Author | Lines |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+2 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -1/+1 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -2/+2 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -2/+2 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -2/+1 |
| 2015-12-17 | Auto merge of #30325 - jseyfried:fixes_30078, r=nrc | bors | -2/+1 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+1 |
| 2015-12-16 | rustc: Remove def::DefUse | Vadim Petrochenkov | -1/+0 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -1/+2 |
| 2015-11-26 | Auto merge of #30077 - nrc:save-abs-crate, r=eddyb | bors | -2/+13 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -5/+4 |
| 2015-11-26 | save-analysis: use absolute paths for file names | Nick Cameron | -2/+13 |
| 2015-11-20 | save-analysis: make the dump file's name closer to the crate file's name | Nick Cameron | -2/+10 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -4/+4 |
| 2015-11-04 | save-analysis: emit the crate root | Nick Cameron | -4/+13 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -12/+5 |
| 2015-10-15 | Auto merge of #29040 - nrc:save-defid, r=@nikomatsakis | bors | -5/+66 |
| 2015-10-15 | save-analysis: normalise node ids before emitting. | Nick Cameron | -5/+66 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -7/+2 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -34/+14 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -5/+5 |
| 2015-10-09 | Make save-analysis work for `if let` etc. | Nick Cameron | -1/+9 |
| 2015-10-09 | For loops in save-analysis | Nick Cameron | -21/+37 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -5/+7 |
| 2015-10-09 | Add a lowering context | Nick Cameron | -13/+18 |
| 2015-10-06 | rustfmt librustc_trans/save | Nick Cameron | -250/+258 |
| 2015-10-06 | Skip one method | Nick Cameron | -0/+1 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -21/+16 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -3/+3 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -2/+3 |
| 2015-10-01 | Remove DefRegion, which is not used | Niko Matsakis | -1/+0 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -32/+31 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -7/+9 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-28 | Fill in some missing parts in the default AST visitor | Vadim Petrochenkov | -5/+5 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -3/+3 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -4/+4 |
| 2015-09-18 | Fix crash with --save-analysis | Nick Cameron | -5/+5 |
| 2015-09-05 | fixup | Nick Cameron | -1/+2 |
| 2015-09-05 | rustfmt librustc_trans/save | Nick Cameron | -177/+118 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -11/+19 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -1/+1 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -10/+14 |