summary refs log tree commit diff
path: root/src/librustc/metadata/loader.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-07Auto merge of #22023 - alexcrichton:oops-picked-the-wrong-plugin, r=nikomatsakisbors-9/+3
2015-02-07Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichtonbors-4/+27
2015-02-06rustc: Don't fall back to -L if using --externAlex Crichton-9/+3
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-4/+4
2015-02-06Improve error message, when found staticlib instead cratePotpourri-4/+27
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-4/+4
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-22/+25
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-2/+5
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