| Age | Commit message (Expand) | Author | Lines |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+2 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -2/+1 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -9/+9 |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -25/+47 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -1/+1 |
| 2016-09-09 | Auto merge of #36324 - nrc:save-docs, r=eddyb | bors | -9/+32 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -1/+1 |
| 2016-09-07 | save-analysis: only emit type in the value for variables | Nick Cameron | -2/+6 |
| 2016-09-07 | save-analysis: add docs data | Nick Cameron | -7/+26 |
| 2016-09-06 | Auto merge of #36288 - nrc:save-var-value, r=eddyb | bors | -7/+15 |
| 2016-09-06 | save-analysis: some refinement to the value string for variables | Nick Cameron | -7/+15 |
| 2016-09-04 | Auto merge of #36203 - petrochenkov:uvsdot, r=nrc | bors | -7/+7 |
| 2016-09-04 | Auto merge of #36132 - nrc:save-std, r=@eddyb | bors | -63/+91 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -6/+6 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -0/+1 |
| 2016-09-01 | save-analysis: add parent info to api dumps | Nick Cameron | -60/+71 |
| 2016-09-01 | Thread visibility info through save-analysis and filter save-analysis-api on it. | Nick Cameron | -11/+28 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -12/+5 |
| 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-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 | -1/+1 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -1/+2 |
| 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 | -1/+2 |
| 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-16 | save-analysis: add a decl_id for methods | Nick Cameron | -17/+35 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -1/+1 |
| 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 | -6/+13 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -27/+9 |
| 2016-05-11 | save-analysis: give better text info in value fields | Nick Cameron | -15/+57 |
| 2016-05-11 | save-analysis: attempt number 2 at a JSON version | Nick Cameron | -9/+17 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -2/+2 |
| 2016-05-03 | save-analysis: use a decoupled representation for dumped data | Adolfo OchagavĂa | -57/+54 |
| 2016-05-01 | Avoid using the lowering context in `librustc_save_analysis` | Jeffrey Seyfried | -4/+2 |
| 2016-04-28 | Fix #33213, a bug in which glob imports are not included in save-analysis data | Jeffrey Seyfried | -2/+2 |
| 2016-04-25 | save-analysis: implement JSON dumps | Nick Cameron | -4/+7 |
| 2016-04-25 | save-analysis: remove dump spans stuff | Nick Cameron | -48/+48 |
| 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 | -13/+10 |
| 2016-04-06 | Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakis | Manish Goregaokar | -7/+7 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -4/+4 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -2/+2 |