summary refs log tree commit diff
path: root/src/librustc_back/rpath.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-8/+8
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-8/+8
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-16/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-8/+8
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-16/+1
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-12/+27
2014-12-06librustc_back: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06librustc_back: remove unnecessary `as_slice()` callsJorge Aparicio-12/+12
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-3/+3
2014-11-17Fix fallout from coercion removalNick Cameron-5/+5
2014-11-04Implement flexible target specificationCorey Richardson-26/+15
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-11Fix cfg warnings in librustc_backMichael Gehring-2/+1
2014-09-30Fix librustc_backSteven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-12Replace all references to "Win32" with "Windows".Vadim Chugunov-3/+3
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+21
2014-07-14Fix rebase fallout. Sorry.Brian Anderson-1/+1
2014-07-14Extract rpath to rustc_back::rpathBrian Anderson-0/+238