about summary refs log tree commit diff
path: root/src/librustc_back/rpath.rs
AgeCommit message (Expand)AuthorLines
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-259/+0
2015-12-15Pass --enable-new-dtags to GNU ldGeoffrey Thomas-0/+9
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-04-27std: Expand the area of std::fsAlex Crichton-6/+3
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-14rustc_back: Rewrite realpath to not use old_ioAlex Crichton-1/+2
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-2/+2
2015-03-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-23Fix regression in -C rpath that causes failures with symlinksBrian Anderson-15/+43
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-82/+62
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+3
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-7/+7
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-4/+1
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-4/+4
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-6/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-4/+4
2015-02-01std: Add a new `env` moduleAlex Crichton-6/+5
2015-02-01openbsd supportSébastien Marie-2/+4
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-1/+0
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
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