about summary refs log tree commit diff
path: root/src/libstd/sys_common/wtf8.rs
AgeCommit message (Expand)AuthorLines
2019-04-26Use "capacity" as parameter name in with_capacity() methodsMatthias Geier-3/+3
2019-04-05Use for_each to extend collectionsJosh Stone-3/+1
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-9/+9
2019-02-28libstd => 2018Taiki Endo-14/+14
2019-02-10libs: doc commentsAlexander Regueiro-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04cleanup: remove static lifetimes from consts in libstdljedrz-1/+1
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-1/+1
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-6/+6
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-04-21Remove unused methods on the private Wtf8 typeSimon Sapin-14/+0
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+5
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-10/+7
2018-03-05while let all the thingsleonardo.yvens-14/+9
2017-12-24Capture environment at spawnDiggory Blake-0/+20
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+14
2017-08-13std: Respect formatting flags for str-like OsStrAlex Crichton-3/+7
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-4/+42
2017-05-05Update documention in windows::ffiDavid LeGare-0/+1
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/+5
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+19
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+1180