summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+0
2016-07-25Fixed missing comma in the csv dumper.Andrea Pretto-1/+1
2016-07-12Fix fallout.Jeffrey Seyfried-1/+1
2016-07-06Rollup merge of #34327 - nrc:save-fix-tuple, r=jseyfriedSteve Klabnik-1/+9
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+4
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-2/+2
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-5/+10
2016-06-25Rollup merge of #34368 - petrochenkov:astqpath, r=ManishearthJeffrey Seyfried-2/+1
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-5/+10
2016-06-20Merge PatKind::QPath into PatKind::Path in ASTVadim Petrochenkov-2/+1
2016-06-17save-analysis: fix a bug with tuple sub-expressionsNick Cameron-1/+9
2016-06-17Fix falloutJeffrey Seyfried-2/+1
2016-06-17Rollup merge of #34298 - nrc:save-parent, r=eddybManish Goregaokar-35/+127
2016-06-16Add an abs_path member to FileMap, use it when writing debug info.Ted Mielczarek-1/+1
2016-06-16save-analysis: add a decl_id for methodsNick Cameron-17/+50
2016-06-14Remove the type parameter from `syntax::visit::Visitor`Jeffrey Seyfried-2/+2
2016-06-13Add support for macro expansion inside trait itemsJoseph Dunne-1/+2
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-18/+77
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-38/+12
2016-05-29Auto merge of #33859 - nrc:save-field-sub, r=pnkfelixbors-3/+9
2016-05-27Auto merge of #33800 - nrc:save-fn-name, r=eddybbors-3/+2
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-05-25save-analysis: be a bit more defensive with field sub-expressionsNick Cameron-3/+9
2016-05-23save-analysis: use a function's short nameNick Cameron-3/+2
2016-05-13save-analysis: make DefIds prettierNick Cameron-25/+42
2016-05-11save-analysis: give better text info in value fieldsNick Cameron-31/+108
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-61/+423
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-6/+6
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-31/+31
2016-05-09Rollup merge of #33370 - aochagavia:dump, r=nrcManish Goregaokar-810/+746
2016-05-06Use crate/index pair for def idsNick Cameron-179/+201
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-838/+752
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-17/+9
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-28Review changes and satisfy make tidyNick Cameron-51/+51
2016-04-26save-analysis-json: lower def idsNick Cameron-62/+63
2016-04-26save-analysis-json: thread through -z optionNick Cameron-12/+57
2016-04-25save-analysis-json: introduce a lowering stepNick Cameron-9/+607
2016-04-25save-analysis: implement JSON dumpsNick Cameron-68/+143
2016-04-25save-analysis: remove dump spans stuffNick Cameron-217/+94
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-20/+20
2016-04-06Rollup merge of #32570 - eddyb:tis-but-a-front, r=nikomatsakisManish Goregaokar-24/+21
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-10/+10
2016-04-06Move span into `StructField`Vadim Petrochenkov-5/+5