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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
util
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-174
/
+0
2012-02-22
Remove preconditions from libraries
Marijn Haverbeke
-2
/
+0
2012-02-20
cargo: Use $sysroot/$libdir/cargo as work dir
Tycho Sci
-3
/
+3
2012-02-09
cargo: 2 modes -> 3 modes, and clarify them
Tycho Sci
-3
/
+9
2012-02-09
cargo: Add local mode and use it by default
Tycho Sci
-0
/
+37
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-6
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-5
/
+5
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-4
/
+4
2012-01-14
build: Build libraries in the bin directory on win32
Brian Anderson
-3
/
+14
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-12
/
+13
2012-01-12
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-14
/
+3
2012-01-12
build: Build libraries in the bin directory on win32
Brian Anderson
-3
/
+14
2012-01-11
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-14
/
+3
2012-01-11
build: Build libraries in the bin directory on win32
Brian Anderson
-3
/
+14
2012-01-06
rustc: Use std::homedir to locate /home/banderson
Brian Anderson
-4
/
+4
2012-01-05
rustc: Add cargo's lib directory to search paths
Brian Anderson
-0
/
+25
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-5
/
+5
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+2
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-11-10
Cleanup unused imports
Haitao Li
-3
/
+1
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-2
/
+2
2011-10-05
Fix some remaining rpath bugs
Brian Anderson
-1
/
+1
2011-10-05
Begin work on rpath
Brian Anderson
-2
/
+9
2011-10-04
Use std::os::get_exe_path to determine sysroot
Brian Anderson
-10
/
+12
2011-10-04
Use util::filesearch to locate intrinsics.bc and main.o
Brian Anderson
-0
/
+6
2011-10-04
Move the library search into util::filesearch
Brian Anderson
-0
/
+25
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-0
/
+63