summary refs log tree commit diff
path: root/library/std/src/sys/windows/c.rs
AgeCommit message (Collapse)AuthorLines
2020-10-09Remove some dead code in windows-gnu stdMateusz MikuĊ‚a-11/+0
2020-10-01Improve std::sys::windows::compat.Mara Bos-1/+1
- Module name can now be any string, not just an ident. (Not all Windows api modules are valid Rust identifiers.) - Adds c::FuncName::is_available() for checking if a function is really available without having to do a duplicate lookup. - Add comment explaining the lack of locking. - Use `$_:block` to simplify the macro_rules. - Apply allow(unused_variables) only to the fallback instead of everything.
2020-07-27mv std libs to library/mark-0/+1098