about summary refs log tree commit diff
path: root/src/librustc_save_analysis/external_data.rs
AgeCommit message (Expand)AuthorLines
2017-05-11Ensure we walk the root module of the crateNick Cameron-2/+2
2017-03-19Rollup merge of #40554 - nrc:rls-data, r=alexcrichtonCorey Farwell-93/+66
2017-03-15Add rls-span to do some conversions into rls-data.Nick Cameron-6/+5
2017-03-15Use out-of-tree rustc serializeNick Cameron-32/+25
2017-03-15Change json dumper (and a few other bits and pieces) to use rls-data rather t...Nick Cameron-64/+45
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-3/+1
2017-03-10Move remove_docs_from_attrs into lowering stepJonas Bushart-18/+20
2017-03-10Store attributes as stringsJonas Bushart-74/+11
2017-03-10Export attributes in save-analysis dataJonas Bushart-1/+117
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-40/+40
2016-12-22signature info for other items (mods, fns, methods, etc.)Nick Cameron-1/+17
2016-12-22field signaturesNick Cameron-0/+2
2016-12-22save-analysis: add `Signature` info to structsNick Cameron-1/+30
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-3/+6
2016-09-19save-analysis: better 'parent' infoNick Cameron-7/+7
2016-09-07save-analysis: add docs dataNick Cameron-1/+23
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-1/+13
2016-09-01Thread visibility info through save-analysis and filter save-analysis-api on it.Nick Cameron-4/+24
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+2
2016-06-16save-analysis: add a decl_id for methodsNick Cameron-0/+2
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-4/+14
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-7/+21
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-25/+25
2016-05-06Use crate/index pair for def idsNick Cameron-123/+101
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-0/+640