summary refs log tree commit diff
path: root/src/librustc_metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
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
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-10/+9
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-3/+18
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-19/+5
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-1/+2
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-5/+8
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-3/+3
2017-03-23convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`Niko Matsakis-4/+4
2017-03-22Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkovCorey Farwell-10/+2
2017-03-21Remove unused adt-def insertion by constructor DefIndexTaylor Cramer-10/+2
2017-03-21Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...Jeffrey Seyfried-13/+6
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-3/+14
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-11/+10
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-6/+9