summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-3/+1
2014-01-07std: Fill in all missing importsAlex Crichton-2/+4
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-10/+10
2013-12-08Remove dead codesKiet Tran-5/+0
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-172/+172
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-172/+172
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-22/+22
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-33/+33
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-2/+3
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-64/+0
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-28/+19
2013-10-16path2: Update for privacy changesKevin Ballard-9/+3
2013-10-16path2: Update for latest masterKevin Ballard-9/+18
2013-10-16path2: Remove Path.into_str()Kevin Ballard-9/+0
2013-10-16path2: Remove some API functionsKevin Ballard-261/+50
2013-10-16path2: Update based on more review feedbackKevin Ballard-132/+115
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-15/+9
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-452/+396
2013-10-15path2: Remove Path::normalize()Kevin Ballard-7/+0
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-20/+23
2013-10-15path2: Replace the path module outrightKevin Ballard-0/+2733