about summary refs log tree commit diff
path: root/library/std/src/os/windows/ffi.rs
AgeCommit message (Collapse)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-1/+1
2025-08-20Move WTF-8 code from std to core/allocltdk-4/+34
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
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