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
/
version.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-12
std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}
Erick Tryzelaar
-2
/
+2
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-9
/
+6
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-4
/
+4
2013-08-30
remove several 'ne' methods
Eric Martin
-3
/
+0
2013-08-26
rustpkg: Test that different copies of the same package ID can exist in multi...
Tim Chevalier
-4
/
+2
2013-08-19
rustpkg: Un-ignore most of the remaining tests
Tim Chevalier
-9
/
+12
2013-08-10
std: Iterator.len_ -> .len
Erick Tryzelaar
-2
/
+2
2013-08-09
rustpkg: Simplify the PkgId struct
Tim Chevalier
-3
/
+2
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-9
/
+18
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-4
/
+4
2013-07-24
rustpkg: Handle non-numeric versions; some cleanup
Tim Chevalier
-1
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-0
/
+1
2013-07-15
rustpkg: Handle local git repositories
Tim Chevalier
-0
/
+23
2013-07-13
rustpkg: Implement `uninstall` and `list` commands
Tim Chevalier
-1
/
+13
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-3
/
+3
2013-06-14
rustpkg: Write more automated tests
Tim Chevalier
-18
/
+18
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-11
fix tests, remove some warnings
Huon Wilson
-2
/
+2
2013-06-11
std: remove str::to_chars
Huon Wilson
-3
/
+2
2013-06-10
std: convert character-based str::find_* to methods. Add .slice_{to,from} met...
Huon Wilson
-1
/
+1
2013-06-10
std: fix compile & test
Huon Wilson
-6
/
+4
2013-06-09
rustpkg: Accept package IDs like github.com/foo/bar#0.3
Tim Chevalier
-29
/
+104
2013-06-08
rustpkg: Extract version number from git, as per #5684
Tim Chevalier
-0
/
+140