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
/
librustpkg
/
path_util.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-02
Remove rustpkg.
Corey Richardson
-426
/
+0
2014-01-31
Fix rustpkg tests with --disable-inject-std-version
Alex Crichton
-18
/
+19
2014-01-23
rustpkg::crate_id: Remove CrateId
klutzy
-23
/
+33
2014-01-23
rustpkg: Compute hash to find crate
klutzy
-125
/
+30
2014-01-23
rustpkg::version: Remove enum Version
klutzy
-12
/
+11
2014-01-12
Fix indention
Jan Niklas Hasse
-9
/
+9
2014-01-12
Support linking of rlib files in rustpkg
Jan Niklas Hasse
-6
/
+13
2014-01-11
Use target libraries instead of host libraries. Fixes #11243
Jan Niklas Hasse
-3
/
+2
2014-01-02
Inject std libs with versions
Florian Hahn
-3
/
+22
2013-12-29
Rename uses of PkgId to CrateId in librustpkg
Luis de Bethencourt
-53
/
+54
2013-12-24
std: Stop reexporting the contents of 'mod consts'
Alex Crichton
-1
/
+1
2013-12-12
Use libdir() instead of hard coded string. Fixes #10903
Jan Niklas Hasse
-3
/
+4
2013-12-10
librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more
Patrick Walton
-1
/
+4
2013-12-08
Remove dead codes
Kiet Tran
-0
/
+2
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-14
/
+9
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-1
/
+1
2013-11-26
rustc: Update obsolete attribute list
klutzy
-2
/
+0
2013-11-12
rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...
Tim Chevalier
-0
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-11
/
+10
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-7
/
+7
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-26
/
+26
2013-10-22
rustpkg: Support arbitrary dependencies in the install API
Tim Chevalier
-1
/
+3
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-23
/
+23
2013-10-21
rustpkg: Search for crates in the current directory
Tim Chevalier
-2
/
+6
2013-10-16
path2: Update for latest master
Kevin Ballard
-2
/
+2
2013-10-16
path2: Remove some API functions
Kevin Ballard
-2
/
+2
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-7
/
+7
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-10
/
+10
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-51
/
+55
2013-10-10
rustpkg: Make checked-out source files read-only, and overhaul where temporar...
Tim Chevalier
-1
/
+23
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-09-30
rustpkg: Remove uses of fmt!
Alex Crichton
-35
/
+35
2013-09-25
rustpkg: Search for packages correctly when using the rust_path_hack
Tim Chevalier
-5
/
+18
2013-09-18
rustpkg: Register correct dependencies for built and installed files
Tim Chevalier
-1
/
+0
2013-09-13
rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/
Tim Chevalier
-11
/
+42
2013-09-13
auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphism
bors
-0
/
+2
2013-09-12
rustpkg: Install to RUST_PATH
Tim Chevalier
-0
/
+9
2013-09-12
rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...
Tim Chevalier
-0
/
+4
2013-09-12
Fix rustpkg install for git repositories
Jakub
-0
/
+2
2013-09-12
rustpkg: Support sub-package-IDs
Tim Chevalier
-4
/
+10
2013-09-08
rustpkg: Address review comments from Jack
Tim Chevalier
-2
/
+1
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-35
/
+7
2013-09-04
Update clients of path.rs to use new API.
Felix S. Klock II
-2
/
+2
2013-08-30
rustpkg: Allow package directories to appear in the RUST_PATH
Tim Chevalier
-14
/
+40
2013-08-26
rustpkg: Test that different copies of the same package ID can exist in multi...
Tim Chevalier
-0
/
+6
2013-08-19
rustpkg: Un-ignore most of the remaining tests
Tim Chevalier
-35
/
+34
2013-08-11
Cleanup librustpkg a little bit.
Steven Stewart-Gallus
-44
/
+49
[next]