| Age | Commit message (Expand) | Author | Lines |
| 2016-12-09 | Auto merge of #38203 - nrc:save-wr, r=eddyb | bors | -8/+10 |
| 2016-12-06 | save-analysis: fix a few generated code errors | Nick Cameron | -8/+10 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -49/+52 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | rustc_typeck: save the type cache for rustdoc and save-analysis. | Eduard Burtescu | -9/+5 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -11/+9 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -5/+26 |
| 2016-11-23 | Fix a bunch of bugs shown by the test | Nick Cameron | -5/+26 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+2 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -0/+1 |
| 2016-11-10 | Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -13/+11 |
| 2016-11-10 | syntax: don't fake a block around closures' bodies during parsing. | Eduard Burtescu | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -1/+1 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -6/+5 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -4/+4 |
| 2016-10-28 | Rollup merge of #37436 - nrc:save-span-errs, r=petrochenkov | Guillaume Gomez | -0/+1 |
| 2016-10-28 | Give variant spans used in derives the correct expansion id | Nick Cameron | -0/+1 |
| 2016-10-27 | Preparations and cleanup | Vadim Petrochenkov | -1/+2 |
| 2016-10-14 | save-analysis: dump data only if get_path_data doesn't fail to resolve a path. | Andrea Pretto | -3/+1 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -28/+28 |
| 2016-10-04 | Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::Variant | Vadim Petrochenkov | -2/+6 |
| 2016-10-03 | 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 |