| 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: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -10/+4 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -4/+2 |
| 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 | -19/+22 |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -43/+69 |
| 2016-09-09 | Auto merge of #36331 - petrochenkov:tyadt, r=eddyb | bors | -6/+6 |
| 2016-09-09 | Auto merge of #36324 - nrc:save-docs, r=eddyb | bors | -19/+139 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -6/+6 |
| 2016-09-07 | save-analysis: strip /// or whatever from doc comments | Nick Cameron | -1/+2 |
| 2016-09-07 | save-analysis: only emit type in the value for variables | Nick Cameron | -4/+7 |
| 2016-09-07 | save-analysis: tweak the type value for functions | Nick Cameron | -2/+2 |
| 2016-09-07 | save-analysis: add a `kind` tag to JSON dumps | Nick Cameron | -1/+14 |
| 2016-09-07 | save-analysis: add docs data | Nick Cameron | -13/+116 |
| 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 | -13/+14 |
| 2016-09-04 | Auto merge of #36132 - nrc:save-std, r=@eddyb | bors | -79/+593 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -9/+9 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -4/+5 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -2/+3 |
| 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 | -69/+110 |
| 2016-09-01 | Thread visibility info through save-analysis and filter save-analysis-api on it. | Nick Cameron | -122/+235 |
| 2016-09-01 | JsonApiDumper | Nick Cameron | -1/+359 |
| 2016-09-01 | save-analsysis: add save-analysis-api CLI flag | Nick Cameron | -1/+3 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -12/+5 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -2/+1 |
| 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 |