summary refs log tree commit diff
path: root/src/librustc_metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-3/+5
2016-08-14Get rid of the .note interpretation of rustc dylib metadata.Eduard Burtescu-23/+18
2016-08-11Add the notion of a dependency tracking status to commandline arguments.Michael Woerister-3/+5
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-12/+4
2016-07-02add a encoding version to the actual metadataAriel Ben-Yehuda-2/+24
2016-07-02make the metadata lock more robust and bump the metadata encoding versionAriel Ben-Yehuda-5/+30
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-2/+2
2016-05-18change svh to store a u64Niko Matsakis-1/+1
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-1/+0
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-16/+10
2016-04-14Deduplicate libraries on hash instead of filename.JP Sugarbroad-55/+43
2016-04-07Do not rely on file extensions after path canonicalization.Vadim Chugunov-11/+29
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-31librustc_metadata: use bug!(), span_bug!()Benjamin Herr-8/+3
2016-01-29trans: Upgrade LLVMAlex Crichton-1/+1
2016-01-16Change name when outputting staticlibs on WindowsPeter Atashian-2/+10
2015-12-30Rebasing and review commentsNick Cameron-4/+5
2015-12-30use structured errorsNick Cameron-46/+60
2015-12-29Add a hint when given --extern with an indeterminate typeCorey Richardson-0/+2
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-3/+3
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-7/+6
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-0/+854