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
/
librustpkg
/
path_util.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-5
/
+4
2013-06-29
Remove unused variable
Jordi Boggiano
-1
/
+0
2013-06-27
rustpkg: Implement RUST_PATH
Tim Chevalier
-3
/
+32
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-3
/
+4
2013-06-14
rustpkg: Write more automated tests
Tim Chevalier
-22
/
+67
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-1
/
+2
2013-06-09
rustpkg: Accept package IDs like github.com/foo/bar#0.3
Tim Chevalier
-5
/
+11
2013-06-01
rustc/rusti/rustpkg: Infer packages from `extern mod` directives
Tim Chevalier
-42
/
+94
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+1
2013-05-14
rustpkg: Tests for well-formed and ill-formed package IDs...
Tim Chevalier
-15
/
+16
2013-05-14
rustpkg: Implement URL-like package IDs
Tim Chevalier
-48
/
+59
2013-05-14
rustpkg: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-12
/
+13
2013-05-03
rustpkg: Handle sysroot more correctly
Tim Chevalier
-5
/
+1
2013-05-03
rustpkg: Implement install command
Tim Chevalier
-11
/
+119
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-26
core: Move mkdir_recursive from rustpkg into core::os
Tim Chevalier
-39
/
+5
2013-04-24
rustpkg: Make path searching work as described in the rustpkg doc
Tim Chevalier
-52
/
+116
2013-04-24
libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.
Huon Wilson
-1
/
+1
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-1
/
+1
2013-04-17
rustpkg: Fail when crate inference fails; inject link attributes
Tim Chevalier
-1
/
+20
2013-04-15
Tidy
Tim Chevalier
-2
/
+2
2013-04-12
rustpkg: Factor out tests; use a condition instead of returning an option
Tim Chevalier
-0
/
+83