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
/
libstd
/
path
Age
Commit message (
Expand
)
Author
Lines
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-356
/
+356
2013-11-27
Add benchmark tests to path/posix
g3xzh
-0
/
+86
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-45
/
+44
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-3
/
+1
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-67
/
+67
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-2
/
+0
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-4
/
+5
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-64
/
+0
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-69
/
+0
2013-10-22
Remove thread-blocking call to `libc::stat` in `Path::stat`
Ziad Hatahet
-300
/
+39
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-16
path2: Update for privacy changes
Kevin Ballard
-15
/
+3
2013-10-16
path2: Update for latest master
Kevin Ballard
-11
/
+20
2013-10-16
path2: Remove Path.into_str()
Kevin Ballard
-19
/
+0
2013-10-16
path2: Remove some API functions
Kevin Ballard
-631
/
+81
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-317
/
+217
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-115
/
+119
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-1017
/
+918
2013-10-15
path2: Remove Path::normalize()
Kevin Ballard
-8
/
+5
2013-10-15
path2: Write a few paragraphs of module documentation
Kevin Ballard
-1
/
+54
2013-10-15
path2: Update for loop -> continue
Kevin Ballard
-2
/
+2
2013-10-15
path2: Update asserts for new format!() style
Kevin Ballard
-31
/
+36
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-0
/
+5495