summary refs log tree commit diff
path: root/src/librustc/metadata/filesearch.rs
AgeCommit message (Expand)AuthorLines
2015-05-05rustc: Fix more verbatim paths leaking to gccAlex Crichton-1/+5
2015-04-27std: Expand the area of std::fsAlex Crichton-2/+1
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-23Add generic conversion traitsAaron Turon-3/+3
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-45/+46
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-3/+4
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-3/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+5
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-9/+11
2015-01-13Some random thingsNick Cameron-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-31rustc: replace `pick` alias with an unboxed closureJorge Aparicio-5/+1
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-7/+8
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-13librustc: use unboxed closuresJorge Aparicio-1/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+6
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-21auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichtonbors-5/+10
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-1/+1
2014-11-17Fallout from deprecationAaron Turon-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-5/+10
2014-11-08Move gcc back to rustlib\<triple>\binVadim Chugunov-6/+2
2014-10-31DSTify HashJorge Aparicio-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-2/+2
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