about summary refs log tree commit diff
path: root/src/comp/util/filesearch.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-1/+1
This involved adding 'copy' to more generics than I hoped, but an experiment with making it implicit showed that that way lies madness -- unless enforced, you will not remember to mark functions that don't copy as not requiring copyable kind. Issue #1177
2011-11-10Cleanup unused importsHaitao Li-3/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-2/+2
Closes #1067
2011-10-05Fix some remaining rpath bugsBrian Anderson-1/+1
2011-10-05Begin work on rpathBrian Anderson-2/+9
2011-10-04Use std::os::get_exe_path to determine sysrootBrian Anderson-10/+12
2011-10-04Use util::filesearch to locate intrinsics.bc and main.oBrian Anderson-0/+6
2011-10-04Move the library search into util::filesearchBrian Anderson-0/+25
2011-10-04Encapsulate current sysroot and lib path handling into util::filesearchBrian Anderson-0/+63