| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -1/+0 |
| 2016-07-25 | Fixed missing comma in the csv dumper. | Andrea Pretto | -1/+1 |
| 2016-07-12 | Fix fallout. | Jeffrey Seyfried | -1/+1 |
| 2016-07-06 | Rollup merge of #34327 - nrc:save-fix-tuple, r=jseyfried | Steve Klabnik | -1/+9 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -6/+4 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -2/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -2/+2 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -5/+10 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -2/+1 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -1/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -5/+10 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -2/+1 |
| 2016-06-17 | save-analysis: fix a bug with tuple sub-expressions | Nick Cameron | -1/+9 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -2/+1 |
| 2016-06-17 | Rollup merge of #34298 - nrc:save-parent, r=eddyb | Manish Goregaokar | -35/+127 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -1/+1 |
| 2016-06-16 | save-analysis: add a decl_id for methods | Nick Cameron | -17/+50 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -2/+2 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -1/+2 |
| 2016-06-11 | save-analysis: some refinements to JSON data | Nick Cameron | -18/+77 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -38/+12 |
| 2016-05-29 | Auto merge of #33859 - nrc:save-field-sub, r=pnkfelix | bors | -3/+9 |
| 2016-05-27 | Auto merge of #33800 - nrc:save-fn-name, r=eddyb | bors | -3/+2 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | save-analysis: be a bit more defensive with field sub-expressions | Nick Cameron | -3/+9 |
| 2016-05-23 | save-analysis: use a function's short name | Nick Cameron | -3/+2 |
| 2016-05-13 | save-analysis: make DefIds prettier | Nick Cameron | -25/+42 |
| 2016-05-11 | save-analysis: give better text info in value fields | Nick Cameron | -31/+108 |
| 2016-05-11 | save-analysis: attempt number 2 at a JSON version | Nick Cameron | -61/+423 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -6/+6 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -31/+31 |
| 2016-05-09 | Rollup merge of #33370 - aochagavia:dump, r=nrc | Manish Goregaokar | -810/+746 |
| 2016-05-06 | Use crate/index pair for def ids | Nick Cameron | -179/+201 |
| 2016-05-03 | save-analysis: use a decoupled representation for dumped data | Adolfo OchagavĂa | -838/+752 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -2/+0 |
| 2016-05-01 | Avoid using the lowering context in `librustc_save_analysis` | Jeffrey Seyfried | -17/+9 |
| 2016-04-28 | Fix #33213, a bug in which glob imports are not included in save-analysis data | Jeffrey Seyfried | -2/+2 |
| 2016-04-28 | Review changes and satisfy make tidy | Nick Cameron | -51/+51 |
| 2016-04-26 | save-analysis-json: lower def ids | Nick Cameron | -62/+63 |
| 2016-04-26 | save-analysis-json: thread through -z option | Nick Cameron | -12/+57 |
| 2016-04-25 | save-analysis-json: introduce a lowering step | Nick Cameron | -9/+607 |
| 2016-04-25 | save-analysis: implement JSON dumps | Nick Cameron | -68/+143 |
| 2016-04-25 | save-analysis: remove dump spans stuff | Nick Cameron | -217/+94 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -2/+2 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -2/+2 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -20/+20 |
| 2016-04-06 | Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis | Manish Goregaokar | -24/+21 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -10/+10 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -5/+5 |