summary refs log tree commit diff
path: root/src/librustc_metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2016-07-02make the metadata lock more robust and bump the metadata encoding versionAriel Ben-Yehuda-21/+2
2016-05-20Auto merge of #33625 - alexcrichton:rustbuild-moar-tests, r=aturonbors-49/+80
2016-05-20rustc: Fix again order-dependence in extern crateAlex Crichton-49/+80
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-0/+1
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-0/+1
2016-05-18allow retracing paths across cratesNiko Matsakis-0/+1
2016-05-11Make LocalCrateReader private to creader.Ms2ger-8/+19
2016-05-10Correct typo in LocalCrateReader::definitions.Ms2ger-4/+4
2016-05-10Store a reference rather than a RefCell in LocalCrateReader.Ms2ger-5/+4
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-30/+122
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-2/+2
2016-04-20debugging, misc fixesNick Cameron-4/+7
2016-04-20def_collector and crate reader operate on AST instead of HIRNick Cameron-54/+26
2016-04-20Trivial refactoringNick Cameron-9/+8
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