summary refs log tree commit diff
path: root/src/librustc/metadata/filesearch.rs
AgeCommit message (Expand)AuthorLines
2014-09-20Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ...Vadim Chugunov-2/+6
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-2/+3
2014-09-11Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to...Vadim Chugunov-4/+16
2014-09-07Changed addl_lib_search_paths from HashSet to Vecinrustwetrust-2/+2
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-4/+4
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-11/+17
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+8
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-14/+15
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-14/+15
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-10rustc: Use realpath() for sysroot/rpathAlex Crichton-11/+6
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-02metadata: filesearch: remove dead codeCorey Richardson-6/+0
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-26rustc: Fix detection of lib64 directoryBrian Anderson-1/+1
2014-03-25install: Support --libdir and --mandir correctlyBrian Anderson-10/+30
2014-03-25rustc: Stop relying on CFG_LIBDIR_RELATIVEBrian Anderson-1/+7
2014-03-25configure: Make rustlibdir non-configurableBrian Anderson-1/+1
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-3/+2
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-17De-@ filesearch.Eduard Burtescu-21/+12
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-4/+4
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+3
2014-02-03rustc: Remove io_error usageAlex Crichton-5/+4
2014-01-23Follow symlinks in sysrootBen Noordhuis-2/+18
2014-01-17rustc::metadata: Remove trait FileSearchklutzy-109/+94
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-1/+1
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-4/+3
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+7
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-5/+6
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-1/+10
2013-12-11Make 'self lifetime illegal.Erik Price-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1