about summary refs log tree commit diff
path: root/src/libstd/sys/windows/os_str.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-02-28libstd => 2018Taiki Endo-7/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+5
2017-12-24Capture environment at spawnDiggory Blake-1/+7
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+24
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-7/+19
2017-03-15Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichtonbors-0/+6
2017-03-10Add From<Box<..>> implementations.Clar Charr-0/+6
2017-03-10OsString::shrink_to_fit.Clar Charr-0/+4
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+14
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-02-20Add Capacity/length methods for OsString.Corey Farwell-0/+35
2015-03-26Revise use of conversion traitsAaron Turon-4/+0
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-2/+3
2015-02-03Add new path moduleAaron Turon-1/+1
2015-01-24Add ffi::OsString and OsStrAaron Turon-0/+82