summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2016-11-24Inspect def locally instead of using a methodNick Cameron-1/+6
2016-11-23Fix a bunch of bugs shown by the testNick Cameron-5/+26
2016-11-23save-analysis: fix ICE on partially resolved pathNick Cameron-1/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-4/+4
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-4/+7
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-2/+2
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-1/+1
2016-11-18Auto merge of #37776 - nrc:save-double-angle, r=@brsonbors-14/+42
2016-11-18save-analysis: handle << and >> operators inside [] in typesNick Cameron-14/+42
2016-11-17hash the contents of impl-item-ref by adding them to visitorNiko Matsakis-1/+1
2016-11-12Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkovEduard-Mihai Burtescu-1/+2
2016-11-10rustc: clean up lookup_item_type and remove TypeScheme.Eduard Burtescu-1/+2
2016-11-10Add variants `Def::Macro` and `Namespace::MacroNS`.Jeffrey Seyfried-0/+2
2016-11-10Rollup merge of #37412 - eddyb:lazy-6, r=nikomatsakisEduard-Mihai Burtescu-1/+1
2016-11-10rustc: unify and simplify managing associated items.Eduard Burtescu-55/+26
2016-11-10syntax: don't fake a block around closures' bodies during parsing.Eduard Burtescu-1/+1
2016-11-09Rollup merge of #37644 - nrc:save-derive-span, r=eddybEduard-Mihai Burtescu-1/+5
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+1
2016-11-08save-analysis: don't choke on stripped doc attributesNick Cameron-1/+5
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-4/+4
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-8/+7
2016-10-31Changed most vec! invocations to use square bracesiirelu-6/+6
2016-10-29save-analysis: change imports to carry a ref id rather than their own node idNick Cameron-4/+4
2016-10-28Rollup merge of #37436 - nrc:save-span-errs, r=petrochenkovGuillaume Gomez-0/+1
2016-10-28Give variant spans used in derives the correct expansion idNick Cameron-0/+1
2016-10-27Preparations and cleanupVadim Petrochenkov-1/+2
2016-10-26Rollup merge of #37144 - eulerdisk:fix_37126, r=nrcGuillaume Gomez-3/+1
2016-10-17Auto merge of #36969 - nnethercote:rename-Parser-fields, r=eddybbors-5/+5
2016-10-14save-analysis: dump data only if get_path_data doesn't fail to resolve a path.Andrea Pretto-3/+1
2016-10-05Rename Parser::last_span as prev_span.Nicholas Nethercote-5/+5
2016-10-04Turn some impossible definitions into ICEsVadim Petrochenkov-31/+35
2016-10-04Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::VariantVadim Petrochenkov-3/+9
2016-10-03std: 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: remove ImplOrTraitItemId and TraitDef's associated_type_names.Eduard Burtescu-10/+4
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-4/+2
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-19/+22
2016-09-19save-analysis: better 'parent' infoNick Cameron-43/+69
2016-09-09Auto merge of #36331 - petrochenkov:tyadt, r=eddybbors-6/+6
2016-09-09Auto merge of #36324 - nrc:save-docs, r=eddybbors-19/+139
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-6/+6
2016-09-07save-analysis: strip /// or whatever from doc commentsNick Cameron-1/+2
2016-09-07save-analysis: only emit type in the value for variablesNick Cameron-4/+7
2016-09-07save-analysis: tweak the type value for functionsNick Cameron-2/+2
2016-09-07save-analysis: add a `kind` tag to JSON dumpsNick Cameron-1/+14
2016-09-07save-analysis: add docs dataNick Cameron-13/+116
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