about summary refs log tree commit diff
path: root/src/libstd/path/posix.rs
AgeCommit message (Expand)AuthorLines
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+0
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-69/+0
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-49/+19
2013-10-16path2: Update for privacy changesKevin Ballard-6/+0
2013-10-16path2: Update for latest masterKevin Ballard-2/+2
2013-10-16path2: Remove Path.into_str()Kevin Ballard-7/+0
2013-10-16path2: Remove some API functionsKevin Ballard-218/+27
2013-10-16path2: Update based on more review feedbackKevin Ballard-80/+51
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-44/+47
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-318/+300
2013-10-15path2: Remove Path::normalize()Kevin Ballard-1/+1
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-10/+12
2013-10-15path2: Replace the path module outrightKevin Ballard-0/+1668