summary refs log tree commit diff
path: root/src/librustc/back/rpath.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+2
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-9/+7
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21auto merge of #7219 : sstewartgallus/rust/cleanup, r=graydonbors-9/+6
2013-06-21Remove all #[cfg(stage0)]-protected codeJames Miller-13/+0
2013-06-18Cleanup src/librustc/backSteven Stewart-Gallus-9/+6
2013-06-17Revert "stop using an absolute rpath"Brian Anderson-1/+26
2013-06-16remove unused importsHuon Wilson-3/+0
2013-06-15stop using an absolute rpathDaniel Micay-25/+1
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-1/+1
2013-06-01rustc: Call str::is_emptyTim Chevalier-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+11
2013-05-28Silence various warnings throughout test modulesAlex Crichton-8/+14
2013-05-23cleanup warnings from librustcErick Tryzelaar-6/+6
2013-05-22librustc: Add some missing `use core::prelude::*;` in the test casesPatrick Walton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-3/+3
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-15/+15
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0