about summary refs log tree commit diff
path: root/src/librustc/back/rpath.rs
AgeCommit message (Expand)AuthorLines
2014-07-14Extract rpath to rustc_back::rpathBrian Anderson-238/+0
2014-07-14rustc: Invert some rpath dependenciesBrian Anderson-84/+58
2014-06-12Basic iOS supportValerii Hiora-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-27/+27
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-8/+8
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+4
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-26/+54
2014-05-08Handle fallout in librustcKevin Ballard-2/+2
2014-04-24use option_env! instead of env!Niko Matsakis-2/+2
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-12/+13
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+0
2014-04-10rustc: Use realpath() for sysroot/rpathAlex Crichton-3/+4
2014-04-10rustc: Don't rpath to librustrt.dylibAlex Crichton-12/+3
2014-04-10rustc: Remove absolute rpathsAlex Crichton-29/+1
2014-03-26rustc: Fix tests for sysroot changesBrian Anderson-2/+2
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-7/+10
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-17De-@ filesearch.Eduard Burtescu-2/+2
2014-03-17De-@ Session usage.Eduard Burtescu-3/+3
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-7/+8
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-12/+12
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-2/+2
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+4
2013-12-25Method-ify CStoreSteven Fackler-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-9/+9
2013-11-29Add generation of static libraries to rustcAlex Crichton-6/+18
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-9/+9
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+0
2013-11-09Add a "system" ABIAlex Crichton-16/+14
2013-11-05Use loader_path instead of executable_path for osxAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-10/+10
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-5/+2
2013-10-16path2: Update based on more review feedbackKevin Ballard-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-11/+11
2013-10-15path2: Replace the path module outrightKevin Ballard-46/+64
2013-09-30rustc: Remove usage of fmt!Alex Crichton-11/+11
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-12/+12
2013-08-12fix build with the new snapshot compilerDaniel Micay-13/+0
2013-08-10syntax and rustc: fix some warningsErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-3/+3
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-113/+4
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-113/+4
2013-08-08env! syntax extension changesSteven Fackler-0/+9