summary refs log tree commit diff
path: root/src/librustc_metadata/cstore_impl.rs
AgeCommit message (Expand)AuthorLines
2017-05-31Build DefPathHash->DefId table when incr.comp. is enabledMichael Woerister-0/+5
2017-05-31Make a newtype for DefPathHash so they are not confused with content hashesMichael Woerister-3/+2
2017-05-28fix RUST_LOG ICE caused by printing a default impl's DefIdAriel Ben-Yehuda-7/+3
2017-05-25Hygienize `librustc_resolve`.Jeffrey Seyfried-1/+1
2017-05-25Declarative macros 2.0 without hygiene.Jeffrey Seyfried-0/+1
2017-05-25Refactor out `ast::MacroDef`.Jeffrey Seyfried-1/+3
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-3/+1
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-3/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-15/+6
2017-05-13Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddybbors-5/+0
2017-05-10rustc: Add a new `-Z force-unstable-if-unmarked` flagAlex Crichton-5/+0
2017-05-09resolved merge conflictsachernyak-22/+33
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-23/+35
2017-05-07is_exported_symbolachernyak-4/+1
2017-05-05is_foreign_itemachernyak-4/+0
2017-05-04moved metadata provider impls to decoderachernyak-15/+3
2017-05-04impl_parentachernyak-5/+1
2017-05-04trait_of_itemachernyak-5/+1
2017-05-03fn_arg_namesachernyak-10/+5
2017-05-03item_attrsachernyak-6/+1
2017-05-02Rollup merge of #41653 - achernyak:master, r=nikomatsakisCorey Farwell-10/+2
2017-05-02rename from `item_mir` to `optimized_mir`Niko Matsakis-3/+3
2017-05-02introduce idea of "stealable" MIRNiko Matsakis-4/+0
2017-05-02retool MIR passes completelyNiko Matsakis-1/+1
2017-05-02query for deprecationachernyak-10/+2
2017-05-01Queryify is_item_mir_availableTaylor Cramer-5/+4
2017-05-01Queryify const_is_rvalue_promotable_to_staticTaylor Cramer-5/+4
2017-05-01Queryify item_body_nested_bodiesTaylor Cramer-5/+7
2017-04-28Merge branch 'master' into def_spanArtem Chernyak-1/+1
2017-04-28query for def_spanachernyak-5/+1
2017-04-28Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichtonbors-1/+1
2017-04-27query for describe_defachernyak-6/+2
2017-04-27Auto merge of #37860 - giannicic:defaultimpl, r=nagisabors-0/+6
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+1
2017-04-25 support `default impl` for specializationGianni Ciccarelli-1/+6
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-6/+6
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+1
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-8/+7
2017-04-22add a cache to impl_polarityAriel Ben-Yehuda-6/+1
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-3/+3
2017-04-21introduce `is_foreign_item` queryNiko Matsakis-0/+1
2017-04-12ICH: Replace old, transitive metadata hashing with direct hashing approach.Michael Woerister-3/+5
2017-04-07Rollup merge of #41061 - arielb1:parent-lock, r=eddybCorey Farwell-4/+12
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-1/+5
2017-04-04cstore: return an immutable borrow from `visible_parent_map`Ariel Ben-Yehuda-4/+12
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-2/+2
2017-03-27Rollup merge of #40683 - nikomatsakis:incr-comp-coerce-unsized-info, r=eddybAlex Crichton-9/+4
2017-03-23move `export_map` into the tcxNiko Matsakis-3/+3
2017-03-23convert inherent-impl-related things to on-demand queriesNiko Matsakis-6/+1