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
/
posix.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-07
Rewrite path::Display to reduce unnecessary allocation
Kevin Ballard
-12
/
+4
2014-02-06
Remove std::condition
Alex Crichton
-74
/
+12
2014-02-02
std,extra: remove use of & support for @[].
Huon Wilson
-8
/
+0
2014-02-02
libextra: Remove `@str` from all the libraries
Patrick Walton
-2
/
+0
2014-01-29
auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw
bors
-3
/
+3
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-2
/
+2
2014-01-28
Rename OwnedCopyableVector to OwnedCloneableVector
Virgile Andreani
-1
/
+1
2014-01-28
Rename CopyableVector to CloneableVector
Virgile Andreani
-2
/
+2
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-3
/
+3
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-18
Expose platform independent path separators
Erick Tryzelaar
-19
/
+21
2014-01-18
Rename iterators for consistency
Palmer Cox
-11
/
+11
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-3
/
+10
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-3
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+2
2013-12-30
Add more benchmark tests to path/posix
g3xzh
-0
/
+41
2013-12-11
Make 'self lifetime illegal.
Erik Price
-7
/
+7
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-171
/
+171
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-3
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-171
/
+171
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
-23
/
+22
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-33
/
+33
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+0
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+1
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
-49
/
+19
2013-10-16
path2: Update for privacy changes
Kevin Ballard
-6
/
+0
2013-10-16
path2: Update for latest master
Kevin Ballard
-2
/
+2
2013-10-16
path2: Remove Path.into_str()
Kevin Ballard
-7
/
+0
2013-10-16
path2: Remove some API functions
Kevin Ballard
-218
/
+27
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-80
/
+51
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-44
/
+47
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-318
/
+300
2013-10-15
path2: Remove Path::normalize()
Kevin Ballard
-1
/
+1
2013-10-15
path2: Update for loop -> continue
Kevin Ballard
-1
/
+1
2013-10-15
path2: Update asserts for new format!() style
Kevin Ballard
-10
/
+12
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-0
/
+1668