about summary refs log tree commit diff
path: root/src/libstd/sys_common/os_str_bytes.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-298/+0
2020-04-06Forward OsStr::clone_into to the inner VecJosh Stone-0/+4
2020-03-28ascii methods on osstrTyPR124-0/+30
2020-03-16add comments about safetyTyPR124-0/+6
2020-03-16allowing getting &mut OsStr from OsStringTyPR124-0/+5
2020-01-10Inline to make OsStr::is_empty zero costLzu Tao-0/+1
2019-12-09inline some common methods on OsStrLzu Tao-0/+2
2019-11-29Format libstd with rustfmtDavid Tolnay-9/+6
2019-10-16doc: fix typo in OsStrExt and OsStringExtBen Boeckel-4/+4
2019-08-09Add FIXME-s that some types should be transparentMikail Bagishov-0/+6
2019-04-04Mark unix::ffi::OsStrExt methods as inlineKonrad Borowski-0/+2
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-5/+5
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-0/+245