| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-04-06 | Get rid of ast::StructFieldKind | Vadim Petrochenkov | -17/+16 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -6/+6 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -2/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -6/+4 |
| 2016-03-31 | librustc_save_analysis: remove duplicate macro def | Benjamin Herr | -12/+0 |
| 2016-03-31 | librustc_save_analysis: use bug!(), span_bug!() | Benjamin Herr | -71/+63 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -0/+3623 |