summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-31/+31
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-07falloutNick Cameron-1/+2
2015-01-07Replace full slice notation with index callsNick Cameron-18/+18
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-6/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-5/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-18/+18
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-13librustc: use tuple indexingJorge Aparicio-3/+3
2014-12-10rustc: Fix `make install`Alex Crichton-3/+3
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-3/+3
2014-12-07remove usage of notrust from the docsSteve Klabnik-3/+3
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-20/+8
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-1/+1
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-14auto merge of #18840 : huonw/rust/tweaks, r=alexcrichtonbors-7/+5
2014-11-13Tweak and add test for detecting libraries with mismatching target triples.Huon Wilson-7/+5
2014-11-12time: Deprecate the library in the distributionAlex Crichton-7/+9
2014-11-04Implement flexible target specificationCorey Richardson-72/+28
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-24/+11
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-24/+11
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+3
2014-10-13Don't ICE on bad extern pathsSteven Fackler-31/+40
2014-10-09rustc: Convert statics to constantsAlex Crichton-12/+12
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