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-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-7
/
+10
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-2
/
+2
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-4
/
+4
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-14
/
+14
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-5
/
+5
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-8
/
+8
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-2
/
+2
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-14
/
+17
2013-10-11
extra::tempfile: replace mkdtemp with an RAII wrapper
Benjamin Herr
-3
/
+4
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-2
/
+2
2013-09-30
rustpkg: Remove uses of fmt!
Alex Crichton
-13
/
+15
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