summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2017-09-08Use NodeId/HirId instead of DefId for local variables.Eduard-Mihai Burtescu-2/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-14Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkovbors-38/+6
2017-08-14save-analysis: Remove path span extraction methods from SpanUtilskennytm-38/+6
2017-08-11Add missing TypeckTables-switch in save-analysis.Michael Woerister-6/+8
2017-08-11Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...Michael Woerister-5/+12
2017-08-03Appease tidy and fix save-analysis config for dist buildsNick Cameron-11/+12
2017-08-02save-analysis: only emit public fields in value of a struct if the config per...Nick Cameron-4/+10
2017-08-01review changesNick Cameron-3/+3
2017-07-25save-analysis: dedup macro referencesNick Cameron-1/+11
2017-07-24Catch a panic in save-analysisNick Cameron-2/+2
2017-07-22Use config::pub_only rather than a spearate api modeNick Cameron-9/+10
2017-07-22Use Config::full_docs to trim documentationNick Cameron-9/+9
2017-06-16Remove intermediate forms and some other refactoringNick Cameron-558/+440
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