about summary refs log tree commit diff
path: root/library/std/src/sys/windows/compat.rs
AgeCommit message (Expand)AuthorLines
2022-08-28Reinstate preloading of some dll importsChris Denton-30/+52
2022-08-20Use const instead of staticChris Denton-3/+3
2022-08-20Simplify load/storeChris Denton-6/+3
2022-08-18Windows: Load synch functions togetherChris Denton-50/+70
2022-08-04Update after code reviewChris Denton-6/+6
2022-08-04Remove Windows function preloadingChris Denton-132/+63
2022-08-04Add visibility modifier to compat macroChris Denton-2/+2
2022-07-31Make sure `symbol_name` is const evaluatedChris Denton-4/+4
2022-07-31Fix compat.rs for `cfg(miri)`Chris Denton-1/+1
2022-07-26Rewrite Windows `compat_fn` macroChris Denton-51/+195
2022-06-13add inline(always) to optionDrMeepster-0/+1
2022-06-11fix compat_fn option method on miriDrMeepster-8/+9
2022-04-07do not round-trip function pointer through integerRalf Jung-5/+4
2022-04-07make windows compat_fn (crudely) work on MiriRalf Jung-4/+14
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-1/+1
2021-01-31Fix calling convention for CRT startupArlie Davis-12/+10
2021-01-29Resolve DLL imports at CRT startup, not on demandArlie Davis-65/+88
2020-12-14Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieubors-0/+1
2020-11-19Extend meta parameters to all generated code in compat_fn.Josh Matthews-0/+1
2020-10-06Add WaitOnAddress/WakeByAddress API to sys::windows::c.Mara Bos-0/+1
2020-10-01Work around potential merging/duplication issues in sys/windows/compat.Mara Bos-3/+19
2020-10-01Improve std::sys::windows::compat.Mara Bos-27/+34
2020-07-27mv std libs to library/mark-0/+72