index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-20
Move bundled gcc and its libs out into $rust/rustlib/<triple>/gcc/(bin|lib). ...
Vadim Chugunov
-2
/
+6
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-2
/
+3
2014-09-11
Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to...
Vadim Chugunov
-4
/
+16
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-2
/
+2
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo Ochagavía
-4
/
+4
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-1
/
+1
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-1
/
+1
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-11
/
+17
2014-04-29
rustc: Add search paths to dylib load paths
Alex Crichton
-0
/
+8
2014-04-23
auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton
bors
-14
/
+15
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-14
/
+15
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+5
2014-04-10
rustc: Use realpath() for sysroot/rpath
Alex Crichton
-11
/
+6
2014-04-08
Register new snapshots
Alex Crichton
-1
/
+1
2014-04-02
metadata: filesearch: remove dead code
Corey Richardson
-6
/
+0
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-3
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-26
rustc: Fix detection of lib64 directory
Brian Anderson
-1
/
+1
2014-03-25
install: Support --libdir and --mandir correctly
Brian Anderson
-10
/
+30
2014-03-25
rustc: Stop relying on CFG_LIBDIR_RELATIVE
Brian Anderson
-1
/
+7
2014-03-25
configure: Make rustlibdir non-configurable
Brian Anderson
-1
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-3
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ filesearch.
Eduard Burtescu
-21
/
+12
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-4
/
+4
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+3
2014-02-03
rustc: Remove io_error usage
Alex Crichton
-5
/
+4
2014-01-23
Follow symlinks in sysroot
Ben Noordhuis
-2
/
+18
2014-01-17
rustc::metadata: Remove trait FileSearch
klutzy
-109
/
+94
2014-01-14
Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE
Derek Guenther
-1
/
+1
2014-01-07
Make CFG_LIBDIR configurable. Fixes #5223
Jan Niklas Hasse
-4
/
+3
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-1
/
+7
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-5
/
+6
2013-12-19
rustc: Optimize reading metadata by 4x
Alex Crichton
-1
/
+10
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-2
/
+2
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-2
/
+2
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-1
/
+1
[next]