summary refs log tree commit diff
path: root/src/librustc_save_analysis/lib.rs
AgeCommit message (Expand)AuthorLines
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+1
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-3/+3
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-2/+2
2016-10-04Turn some impossible definitions into ICEsVadim Petrochenkov-3/+7
2016-10-04Separate Def::StructCtor/Def::VariantCtor from Def::Struct/Def::VariantVadim Petrochenkov-1/+3
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_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-3/+3
2016-09-19save-analysis: better 'parent' infoNick Cameron-6/+9
2016-09-09Auto merge of #36331 - petrochenkov:tyadt, r=eddybbors-5/+5
2016-09-09Auto merge of #36324 - nrc:save-docs, r=eddybbors-8/+35
2016-09-08Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`Vadim Petrochenkov-5/+5
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-1/+0
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/+1
2016-09-07save-analysis: add docs dataNick Cameron-5/+32
2016-09-04Auto merge of #36203 - petrochenkov:uvsdot, r=nrcbors-6/+7
2016-09-04Auto merge of #36132 - nrc:save-std, r=@eddybbors-5/+22
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-3/+3
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-3/+4
2016-09-03Some better support for unions through the compilerVadim Petrochenkov-2/+3
2016-09-01save-analysis: add parent info to api dumpsNick Cameron-0/+6
2016-09-01Thread visibility info through save-analysis and filter save-analysis-api on it.Nick Cameron-4/+11
2016-09-01JsonApiDumperNick Cameron-1/+3
2016-09-01save-analsysis: add save-analysis-api CLI flagNick Cameron-1/+3
2016-08-17rustc: remove SelfSpace from ParamSpace.Eduard Burtescu-1/+1
2016-08-17rustc: reduce Substs and Generics to a simple immutable API.Eduard Burtescu-2/+1
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+0
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+4
2016-06-26Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrcJeffrey Seyfried-1/+1
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-1/+3
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+3
2016-06-20Merge PatKind::QPath into PatKind::Path in ASTVadim Petrochenkov-2/+1
2016-06-14Remove the type parameter from `syntax::visit::Visitor`Jeffrey Seyfried-1/+1
2016-06-11save-analysis: some refinements to JSON dataNick Cameron-0/+5
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-11/+3
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-11save-analysis: give better text info in value fieldsNick Cameron-9/+46
2016-05-11save-analysis: attempt number 2 at a JSON versionNick Cameron-0/+3
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-4/+4
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-05-03save-analysis: use a decoupled representation for dumped dataAdolfo OchagavĂ­a-11/+11
2016-05-01Avoid using the lowering context in `librustc_save_analysis`Jeffrey Seyfried-13/+7
2016-04-28Review changes and satisfy make tidyNick Cameron-1/+1