summary refs log tree commit diff
path: root/src/libstd/sys_common/os_str_bytes.rs
AgeCommit message (Expand)AuthorLines
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