about summary refs log tree commit diff
path: root/library/std/src/os/windows/ffi.rs
AgeCommit message (Collapse)AuthorLines
2022-06-07Inline Windows `OsStrExt::encode_wide`Nikolai Vazquez-0/+1
User crates currently produce much more code than necessary because the optimizer fails to make assumptions about this method.
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+2
> add intra doc links > add a usage example for the os::windows module
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-0/+134