summary refs log tree commit diff
path: root/library/std/src/ffi/os_str.rs
AgeCommit message (Expand)AuthorLines
2021-03-14Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplettYuki Okushi-0/+86
2021-03-03Add impls for iterators of Cow<OsStr>Ryan Lopopolo-0/+34
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+2
2021-02-16Optimize FromIterator<OsString> to reuse the first allocationRyan Lopopolo-4/+11
2021-02-16a few more diagnostic itemsAndrea Nall-0/+1
2021-02-15requested/proposed changesAndrea Nall-1/+1
2021-02-15add diagnostic itemsAndrea Nall-0/+1
2021-02-14Implement Extend and FromIterator for OsStringRyan Lopopolo-0/+45
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-0/+8
2021-02-03OsStr eq_ignore_ascii_case takes arg by valueTyler Ruckinger-1/+1
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-2/+1
2021-01-22Inline methods of Path and OsStringBenoƮt du Garreau-0/+34
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-2/+2
2020-10-12Use intra-doc links for links to module-level docsCamelid-2/+2
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-1/+1
2020-09-08Capitalize safety commentsFlying-Toast-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-169/+3
2020-08-13Move to intra doc links in std::ffiAlexis Bourget-64/+15
2020-07-27mv std libs to library/mark-0/+1365