summary refs log tree commit diff
path: root/src/librustc_metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-4/+4
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-3/+3
2016-03-25renumber error from E0522 to E0523Niko Matsakis-1/+1
2016-03-25pacify the merciless tidy: s/E0521/E0522Niko Matsakis-1/+1
2016-03-25renumber diagnostic to avoid conflictNiko Matsakis-1/+1
2016-03-25track the extern-crate def-id rather than pathNiko Matsakis-27/+59
2016-03-25store krate information more uniformlyNiko Matsakis-1/+1
2016-03-25Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime.Michael Woerister-2/+2
2016-03-25Make the compiler emit an error if the crate graph contains two crates with t...Michael Woerister-4/+44
2016-03-08Add help for E0514ggomez-8/+10
2016-02-12Autoderef in librustc_metadataJonas Schievink-2/+2
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-2/+2
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-1/+5
2016-02-01Implemented macro referencing for save analysisDaniel Campbell-3/+5
2016-01-22The war on abort_if_errorsNick Cameron-11/+8
2015-12-30use structured errorsNick Cameron-1/+5
2015-11-26fix tidyAriel Ben-Yehuda-4/+5
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+963