summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2014-09-24handling fallout from entry apiAlexis Beingessner-3/+7
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-08-16auto merge of #16505 : dotdash/rust/extern_realpath, r=alexcrichtonbors-2/+2
2014-08-15Properly canonicalize crate paths specified via --externBjörn Steinbrink-2/+2
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-3/+3
2014-08-01Fix misspelled comments.Joseph Crail-4/+4
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-2/+8
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-2/+2
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-2/+3
2014-07-14rustc: Move ArchiveRO to rustc_llvmBrian Anderson-1/+2
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-3/+281
2014-07-05rustc: Modify crate loading to ignore versionsAlex Crichton-87/+34
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-11/+2
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-37/+37
2014-06-15Register new snapshotsAlex Crichton-11/+2
2014-06-13There should be no metadata to read on iOSValerii Hiora-1/+1
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-44/+37
2014-06-12Basic iOS supportValerii Hiora-1/+8
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-4/+13
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-21/+15
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-16/+27
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-24/+47
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-02rustc: Use the "real" realpath functionAlex Crichton-15/+3
2014-04-25Cleaned up os::consts. The module only exposes constants for the target OS an...Michael Darakananda-6/+20
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-44/+80
2014-04-21Fix misspellings in comments.Joseph Crail-2/+2
2014-04-08rustc: Don't read both rlib and dylib metadataAlex Crichton-4/+12
2014-04-08Made libflate functions return Options instead of outright failingTobba-3/+6
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-10/+48
2014-04-05Accumulate list of paths for crate hash mismatch.Felix S. Klock II-22/+26
2014-04-03rustc: Stop using LLVMGetSectionNameAlex Crichton-3/+5
2014-04-03After a hash mismatch error, emit file-system paths of crates involved.Felix S. Klock II-10/+44
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-14/+14
2014-03-28De-@ IdentInterner.Eduard Burtescu-1/+2
2014-03-20auto merge of #13020 : alexcrichton/rust/vec, r=brsonbors-1/+0
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonwbors-19/+27
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-19/+27
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-1/+1