summary refs log tree commit diff
path: root/src/librustc_metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2016-08-12typeck: record `impl Trait` concrete resolutions.Eduard Burtescu-0/+14
2016-08-08track MIR through the dep-graphNiko Matsakis-2/+3
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-5/+5
2016-07-29Auto merge of #34842 - cgswords:attr_enc, r=nrcbors-20/+17
2016-07-28Store `crate_disambiguator` as an `InternedString`Niko Matsakis-1/+1
2016-07-25General MetaItem encapsulation rewrites.cgswords-20/+17
2016-07-08Remove unnecessary accessor function VariantDefData::kindVadim Petrochenkov-2/+2
2016-07-02add a encoding version to the actual metadataAriel Ben-Yehuda-6/+19
2016-07-02make the metadata lock more robust and bump the metadata encoding versionAriel Ben-Yehuda-4/+0
2016-07-01fix RUST_LOG, hopefully for real this timeAriel Ben-Yehuda-0/+1
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-2/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-05-31make region-param-def encoding more DRYNiko Matsakis-27/+2
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-1/+1
2016-05-25trans: remove item_symbols from metadata and CrateContext.Eduard Burtescu-31/+1
2016-05-25trans: move exported_symbol to Instance::symbol_name.Eduard Burtescu-0/+2
2016-05-18change svh to store a u64Niko Matsakis-2/+2
2016-05-18always encode variant fieldsNiko Matsakis-6/+3
2016-05-18when encoding, push MetaData(foo) task on stackNiko Matsakis-52/+68
2016-05-16Remove hir::IdentVadim Petrochenkov-1/+1
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-8/+8
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-23/+22
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+13
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+1
2016-04-12Do not encode name when encoding DefKeySeo Sanghyeon-11/+11
2016-04-07Make `hir::Visibility` non-copyable and add `ty::Visibility`Jeffrey Seyfried-17/+27
2016-04-06rustc: retire hir::map's paths.Eduard Burtescu-94/+7
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-6/+6
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-4/+4
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-1/+1
2016-03-25store krate information more uniformlyNiko Matsakis-1/+1
2016-03-25Compute a salt from arguments passed via -Cmetadata.Michael Woerister-0/+5
2016-03-25CrateStore: Allow for custom def_id_to_string mappings in encode_type().Michael Woerister-3/+6
2016-03-17metedata: Remove the unnecessary indirection to astencode.Eduard Burtescu-60/+13
2016-03-14Fixes after a rebaseAaron Turon-0/+1
2016-03-14Move specialization graph walks to iterators; make associated typeAaron Turon-1/+8
2016-03-14Initial incorporation of specialization:Aaron Turon-1/+11
2016-03-14Hook `default` keyword into metadata and carry data through to typeckAaron Turon-0/+11
2016-03-10typestrong constant integersOliver Schneider-9/+12
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-5/+5
2016-03-02Move span into `StructField`Vadim Petrochenkov-2/+2
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-2/+1
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-2/+2
2016-02-12Autoderef in librustc_metadataJonas Schievink-10/+10
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-3/+3