| Age | Commit message (Expand) | Author | Lines |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -3591/+0 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |
| 2016-03-25 | Make CrateStore::crate_name() return an InternedString to avoid unnecessary a... | Michael Woerister | -1/+1 |
| 2016-03-15 | Refactor rustc_trans::save | Adolfo OchagavĂa | -1153/+1459 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -11/+11 |
| 2016-02-13 | Split ast::PatKind::Enum into tuple struct and path patterns | Vadim Petrochenkov | -1/+2 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -7/+7 |
| 2016-02-12 | Autoderef in librustc_trans | Jonas Schievink | -13/+13 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::PathListItem_ variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -7/+9 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -18/+19 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -14/+14 |
| 2016-02-11 | [breaking-change] don't glob import ast::FunctionRetTy variants | Oliver Schneider | -3/+3 |
| 2016-02-03 | Changed macro spans in CSVs to point to the macro name, bugfixed nested spans | Daniel Campbell | -7/+31 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -4/+169 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -4/+169 |
| 2016-02-01 | Some changes to save-analysis to cope with errors | Nick Cameron | -5/+8 |
| 2016-01-25 | Auto merge of #31097 - DanielJCampbell:SaveAnalysis, r=nrc | bors | -190/+181 |
| 2016-01-22 | Extended save-analysis to support generated code, alterned some spans in form... | Daniel Campbell | -190/+181 |
| 2016-01-22 | save-analysis: emit the right kind of variant | Nick Cameron | -10/+23 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -55/+55 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -7/+10 |
| 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 |