summary refs log tree commit diff
path: root/src/librustc_metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-30Add method `visible_item_path` to `CStore`Jeffrey Seyfried-1/+4
2016-03-25track the extern-crate def-id rather than pathNiko Matsakis-50/+7
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-1/+1
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-0/+3
2016-02-12Autoderef in librustc_metadataJonas Schievink-1/+1
2015-11-26fix tidyAriel Ben-Yehuda-10/+8
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+345