about summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2017-06-12Impl and trait item sigsNick Cameron-17/+28
2017-06-12Implement a bunch more signature functionsNick Cameron-4/+2
2017-06-12Use the new signature stuffNick Cameron-23/+14
2017-05-12Pass crate attributes in visit.rsNick Cameron-5/+3
2017-05-11Ensure we walk the root module of the crateNick Cameron-0/+27
2017-05-03convert save-analysis to use `ItemCtxt` and not `ast_ty_to_ty_cache`Niko Matsakis-1/+1
2017-04-28Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddybbors-8/+8
2017-04-28introduce ability to if we have typeck-tables for a given def-idNiko Matsakis-5/+9
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-0/+2
2017-04-28do not access `typeck_tables` map directlyNiko Matsakis-9/+5
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-1/+1
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-0/+2
2017-04-25 support `default impl` for specializationGianni Ciccarelli-1/+1
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-1/+1
2017-04-24support `default impl` for specializationGianni Ciccarelli-2/+2
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-04save-analysis: index extern blocksNick Cameron-0/+35
2017-04-04save-analysis: only index path references onceNick Cameron-9/+2
2017-03-30save-analysis: track associated typesNick Cameron-3/+27
2017-03-15Add rls-span to do some conversions into rls-data.Nick Cameron-1/+1
2017-03-15Use out-of-tree rustc serializeNick Cameron-1/+1
2017-03-15Change json dumper (and a few other bits and pieces) to use rls-data rather t...Nick Cameron-0/+2
2017-03-10Rollup merge of #40311 - nrc:save-proc-macro-attr, r=jseyfriedAlex Crichton-1/+3
2017-03-10Expect macro defs in save-analysis and add expn info to spans for attr proc m...Nick Cameron-1/+3
2017-03-10Move remove_docs_from_attrs into lowering stepJonas Bushart-9/+8
2017-03-10Export attributes in save-analysis dataJonas Bushart-1/+13
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-1/+1
2017-02-23Move MacroKind into Def::MacroJosh Driver-1/+1
2017-02-13save-analysis: emit info about impls and super-traits in JSONNick Cameron-16/+1
2017-02-03Add warning for () to ! switchAndrew Cann-1/+1
2017-01-27save-analysis: get tables directly, accomodating them being missingNick Cameron-4/+9
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-10/+10
2017-01-25save-analysis: walk pathsNick Cameron-0/+1
2017-01-25save-analysis: walk path expressionsNick Cameron-0/+6
2017-01-10save-analysis: handle paths in type/trait context more correctlyNick Cameron-8/+6
2017-01-09save-analysis: fix over-zealous filter on generated codeNick Cameron-8/+9
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-14/+36
2016-12-23Auto merge of #38529 - nrc:save-sig, r=nikomatsakisbors-6/+27
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-32/+17
2016-12-22signature info for other items (mods, fns, methods, etc.)Nick Cameron-20/+23
2016-12-22field signaturesNick Cameron-0/+4
2016-12-22save-analysis: add `Signature` info to structsNick Cameron-2/+16
2016-12-09Auto merge of #38203 - nrc:save-wr, r=eddybbors-8/+10
2016-12-06save-analysis: fix a few generated code errorsNick Cameron-8/+10
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-49/+52
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-1/+1
2016-11-28rustc_typeck: save the type cache for rustdoc and save-analysis.Eduard Burtescu-9/+5
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-11/+9
2016-11-23Auto merge of #37908 - nrc:save-def, r=eddybbors-5/+26
2016-11-23Fix a bunch of bugs shown by the testNick Cameron-5/+26