summary refs log tree commit diff
path: root/src/librustc_metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-0/+7
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-3/+3
2017-12-19incr.comp.: Precompute small hash for filenames to save some work.Michael Woerister-0/+7
2017-12-14add trait aliases to HIRAlex Burka-1/+3
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-15/+17
2017-12-05Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...Jeffrey Seyfried-3/+1
2017-12-01Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddybbors-58/+10
2017-11-29incr.comp.: Remove on-export crate metadata hashing.Michael Woerister-58/+10
2017-11-28incr.comp.: Make MIR encoding fit for incr.comp. caching.Michael Woerister-0/+9
2017-11-21Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1bors-13/+19
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-1/+1
2017-11-18remove the `generator_sigs` map, query, and plumbingNiko Matsakis-12/+19
2017-11-18kill the `closure_kind` queryNiko Matsakis-1/+0
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-1/+1
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-2/+29
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-2/+29
2017-11-15Split hir::TyImplTrait, move checks to HIR loweringChristopher Vittal-1/+1
2017-11-04Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkovbors-1/+8
2017-11-03Implemented RFC 2008 for enums (not including variants) and structs.David Wood-1/+8
2017-11-03Rename `trait_has_auto_impl` to `trait_is_auto`leonardo.yvens-1/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-4/+4
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-50/+8
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+1
2017-10-24incr.comp.: Factor some persistence functionality out of crate metadata code.Michael Woerister-50/+8
2017-09-12Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakisbors-3/+10
2017-09-11Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoeristerbors-2/+1
2017-09-11rustc: Remove HirId from queriesAlex Crichton-2/+1
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-3/+10
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-5/+5
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05rustc: Migrate lang items to a queryAlex Crichton-3/+4
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-3/+2
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-2/+2
2017-09-05rustc: Move original_crate_name to a queryAlex Crichton-1/+1
2017-09-05rustc: Move crate_hash to a queryAlex Crichton-1/+1
2017-09-02rustc_mir: actually "promote" constants' MIR to 'static by removing StorageDe...Eduard-Mihai Burtescu-3/+3
2017-08-29rustc: Make the `export_map` of TyCtxt privateAlex Crichton-2/+3
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-29/+29
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-29/+29
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-5/+2
2017-08-08Encode proper spans in crate metadata.Inokentiy Babushkin-1/+1
2017-07-31async-llvm(18): Instantiate OngoingCrateTranslation before starting translation.Michael Woerister-5/+2
2017-07-28Generator literal supportJohn Kåre Alsaker-4/+14
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+5
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+5
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-8/+46
2017-06-27rustc_typeck: support functions in variance computation.Eduard-Mihai Burtescu-6/+25
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-1/+20
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-1/+1