summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2016-10-10std: Stabilize and deprecate APIs for 1.13Alex Crichton-1/+2
2016-09-20rustc_metadata: group information into less tags.Eduard Burtescu-2/+1
2016-09-20rustc: replace uses of NodeId in Def, other than closures and labels.Eduard Burtescu-1/+2
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-9/+9
2016-09-19save-analysis: better 'parent' infoNick Cameron-25/+47
2016-09-09Auto merge of #36331 - petrochenkov:tyadt, r=eddybbors-1/+1
2016-09-09Auto merge of #36324 - nrc:save-docs, r=eddybbors-9/+32
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-1/+1
2016-09-07save-analysis: only emit type in the value for variablesNick Cameron-2/+6
2016-09-07save-analysis: add docs dataNick Cameron-7/+26
2016-09-06Auto merge of #36288 - nrc:save-var-value, r=eddybbors-7/+15
2016-09-06save-analysis: some refinement to the value string for variablesNick Cameron-7/+15
2016-09-04Auto merge of #36203 - petrochenkov:uvsdot, r=nrcbors-7/+7
2016-09-04Auto merge of #36132 - nrc:save-std, r=@eddybbors-63/+91
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-6/+6
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-1/+1
2016-09-03Add unions to definition mapVadim Petrochenkov-0/+1
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-60/+71
2016-09-01Thread visibility info through save-analysis and filter save-analysis-api on it.Nick Cameron-11/+28
2016-08-21Refactor away variant `ast::PathListItemKind::Mod`Jeffrey Seyfried-12/+5
2016-07-12Fix fallout.Jeffrey Seyfried-1/+1
2016-07-06Rollup merge of #34327 - nrc:save-fix-tuple, r=jseyfriedSteve Klabnik-1/+9
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-2/+1
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-1/+1
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-1/+2
2016-06-25Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfriedJeffrey Seyfried-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-17save-analysis: fix a bug with tuple sub-expressionsNick Cameron-1/+9
2016-06-17Fix falloutJeffrey Seyfried-2/+1
2016-06-16save-analysis: add a decl_id for methodsNick Cameron-17/+35
2016-06-14Remove the type parameter from `syntax::visit::Visitor`Jeffrey Seyfried-1/+1
2016-06-13Add support for macro expansion inside trait itemsJoseph Dunne-1/+2
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-6/+13
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-27/+9
2016-05-11save-analysis: give better text info in value fieldsNick Cameron-15/+57
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-9/+17
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-2/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-2/+2
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-57/+54
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-4/+2
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-25save-analysis: implement JSON dumpsNick Cameron-4/+7
2016-04-25save-analysis: remove dump spans stuffNick Cameron-48/+48
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-2/+2
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-2/+2
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-20debugging, misc fixesNick Cameron-13/+10
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-7/+7
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-4/+4
2016-04-06Move span into `StructField`Vadim Petrochenkov-2/+2