summary refs log tree commit diff
path: root/src/librustc_metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
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
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-5/+1
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-7/+0
2017-05-09resolved merge conflictsachernyak-124/+112
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-124/+112
2017-05-04moved metadata provider impls to decoderachernyak-3/+20
2017-05-02rename from `item_mir` to `optimized_mir`Niko Matsakis-4/+4
2017-05-02Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddybCorey Farwell-2/+9
2017-05-01Queryify is_item_mir_availableTaylor Cramer-7/+2
2017-05-01Queryify const_is_rvalue_promotable_to_staticTaylor Cramer-5/+0
2017-05-01Queryify item_body_nested_bodiesTaylor Cramer-8/+1
2017-04-30intern CodeExtentsNiko Matsakis-2/+9
2017-04-28Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddybbors-1/+1
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-2/+2
2017-04-28do not access `associated_item` map directlyNiko Matsakis-1/+1
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-0/+4
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-2/+2
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-1/+1
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+4