about summary refs log tree commit diff
path: root/src/librustc_metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2017-12-05Include non-`pub` `use` and `extern crate` items in the crate metadata for ma...Jeffrey Seyfried-4/+13
2017-11-28incr.comp.: Make MIR encoding fit for incr.comp. caching.Michael Woerister-0/+9
2017-11-18remove the `generator_sigs` map, query, and plumbingNiko Matsakis-17/+0
2017-11-18kill the `closure_kind` queryNiko Matsakis-7/+0
2017-11-16incr.comp.: Remove default serialization implementations for things in rustc:...Michael Woerister-0/+21
2017-11-16incr.comp.: Remove some code duplication around TyDecoder by factoring things...Michael Woerister-113/+2
2017-11-13incr.comp.: Properly use ty::codec::decode_cnum() in rustc_metadata::decoder.Michael Woerister-6/+1
2017-11-13incr.comp.: Add position() method to TyEncoder.Michael Woerister-0/+7
2017-11-08incr.comp.: Provide session to some more decoding contexts.Michael Woerister-2/+16
2017-11-07incr.comp.: Always require Session when decoding Spans (as to avoid silently ...Michael Woerister-12/+16
2017-11-05Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakisbors-0/+1
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-1/+7
2017-11-04Make DefIndex use newtype_index macroSantiago Pastorino-0/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-5/+5
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-1/+7
2017-11-01Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakisbors-58/+64
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-58/+64
2017-09-18incr.comp.: Already hash HIR bodies during metadata export so they don't have...Michael Woerister-8/+27
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-1/+2
2017-09-17rustc: Mostly remove `ExportedSymbols`Alex Crichton-1/+2
2017-09-11rustc: introduce ty::Const { ConstVal, Ty }.Eduard-Mihai Burtescu-3/+3
2017-09-11rustc: intern ConstVal's in TyCtxt.Eduard-Mihai Burtescu-0/+15
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-49/+10
2017-09-05rustc: Store InternedString in `DefPathData`Alex Crichton-8/+9
2017-09-05rustc: Rename item_body query to extern_const_bodyAlex Crichton-4/+4
2017-08-30Make fields of `Span` privateVadim Petrochenkov-2/+2
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-19Implement `From<&[T]>` and others for `Arc`/`Rc`Murarth-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-5/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-5/+5
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+18
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-7/+13
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-4/+10
2017-06-27rustc: rename closure_type to fn_sig.Eduard-Mihai Burtescu-5/+5
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-1/+1
2017-06-18Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddybbors-1/+3
2017-06-13External spans: Added a test for #38875.Inokentiy Babushkin-1/+1
2017-06-12Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakisbors-4/+6
2017-06-10Added source hashes to FileMapInokentiy Babushkin-0/+2
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-4/+6
2017-06-09Auto merge of #42507 - ibabushkin:external-span-trans, r=eddybbors-8/+8
2017-06-07Fix translation of external spans.Inokentiy Babushkin-8/+8
2017-06-07Allocate DefIndices for global crate metadata.Michael Woerister-13/+6
2017-05-31Make a newtype for DefPathHash so they are not confused with content hashesMichael Woerister-3/+2
2017-05-25Improve intercrate hygiene.Jeffrey Seyfried-6/+8
2017-05-18Use 128 instead of 64 bits for DefPath hashesMichael Woerister-1/+2
2017-05-17Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakisbors-19/+14
2017-05-15Remove interior mutability from TraitDef by turning fields into queries.Michael Woerister-10/+5
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-9/+9