about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-3/+3
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+4
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-30/+30
2014-02-27path: Implement windows::make_non_verbatim()Kevin Ballard-0/+66
2014-02-27path: clean up some lint warnings and an obsolete commentKevin Ballard-2/+1
2014-02-27std: Small cleanup and test improvementAlex Crichton-2/+2
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+4
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-12/+4
2014-02-06Remove std::conditionAlex Crichton-75/+13
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-8/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-2/+0
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-23Update flip() to be rev().Sean Chalmers-5/+5
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-5/+5
2014-01-21[std::str] Remove the now unused not_utf8 condition.Simon Sapin-3/+3
2014-01-21[std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o...Simon Sapin-14/+6
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-19auto merge of #11643 : kballard/rust/path-root-path, r=ericktbors-3/+6
2014-01-18Expose platform independent path separatorsErick Tryzelaar-22/+27
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-2/+2
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-3/+6
2014-01-18Rename iterators for consistencyPalmer Cox-13/+13
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-4/+10
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-2/+2
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-4/+10
2014-01-15path: Fix joining Windows path when the receiver is "C:"Kevin Ballard-2/+9
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