index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
compat.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-28
Reinstate preloading of some dll imports
Chris Denton
-30
/
+52
2022-08-20
Use const instead of static
Chris Denton
-3
/
+3
2022-08-20
Simplify load/store
Chris Denton
-6
/
+3
2022-08-18
Windows: Load synch functions together
Chris Denton
-50
/
+70
2022-08-04
Update after code review
Chris Denton
-6
/
+6
2022-08-04
Remove Windows function preloading
Chris Denton
-132
/
+63
2022-08-04
Add visibility modifier to compat macro
Chris Denton
-2
/
+2
2022-07-31
Make sure `symbol_name` is const evaluated
Chris Denton
-4
/
+4
2022-07-31
Fix compat.rs for `cfg(miri)`
Chris Denton
-1
/
+1
2022-07-26
Rewrite Windows `compat_fn` macro
Chris Denton
-51
/
+195
2022-06-13
add inline(always) to option
DrMeepster
-0
/
+1
2022-06-11
fix compat_fn option method on miri
DrMeepster
-8
/
+9
2022-04-07
do not round-trip function pointer through integer
Ralf Jung
-5
/
+4
2022-04-07
make windows compat_fn (crudely) work on Miri
Ralf Jung
-4
/
+14
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-1
/
+1
2021-01-31
Fix calling convention for CRT startup
Arlie Davis
-12
/
+10
2021-01-29
Resolve DLL imports at CRT startup, not on demand
Arlie Davis
-65
/
+88
2020-12-14
Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu
bors
-0
/
+1
2020-11-19
Extend meta parameters to all generated code in compat_fn.
Josh Matthews
-0
/
+1
2020-10-06
Add WaitOnAddress/WakeByAddress API to sys::windows::c.
Mara Bos
-0
/
+1
2020-10-01
Work around potential merging/duplication issues in sys/windows/compat.
Mara Bos
-3
/
+19
2020-10-01
Improve std::sys::windows::compat.
Mara Bos
-27
/
+34
2020-07-27
mv std libs to library/
mark
-0
/
+72