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
/
pal
/
windows
/
c.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-7
/
+5
2025-07-07
UWP: link ntdll functions using raw-dylib
Chris Denton
-60
/
+9
2025-06-28
Workaround for mem safety in third party dlls
Chris Denton
-7
/
+0
2025-06-15
Windows: Use anonymous pipes in Command
Chris Denton
-0
/
+17
2025-04-04
Update windows-bindgen to 0.61.0
Chris Denton
-2
/
+2
2025-03-09
Lazy load NtOpenFile for UWP
bdbai
-0
/
+11
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-3
/
+3
2025-02-19
Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306
Li Keqing
-2
/
+2
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-2
/
+2
2024-10-13
sys/windows: remove miri hack that is only needed for win7
Ralf Jung
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-21
format
Geoffry Song
-9
/
+2
2024-08-21
Clean up cfg-gating of ProcessPrng extern
Geoffry Song
-13
/
+16
2024-08-09
Add windows-targets crate to std's sysroot
Chris Denton
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-25
Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu
Matthias Krüger
-41
/
+0
2024-07-24
Forbid unsafe_op_in_unsafe_fn in sys/pal/windows
Chris Denton
-4
/
+4
2024-07-24
Import `core::ffi::c_void` in more places
Chris Denton
-13
/
+11
2024-07-23
Remove wrapper functions from c.rs
Chris Denton
-96
/
+12
2024-07-20
Inject win arm32 shims into metadata generation
Chris Denton
-41
/
+0
2024-07-15
Windows: move BSD socket shims to netc
Chris Denton
-96
/
+1
2024-07-15
Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee
Jubilee
-0
/
+1
2024-07-15
Make pal/windows default to deny unsafe in unsafe
Chris Denton
-0
/
+1
2024-07-15
Fix Windows 7
Chris Denton
-4
/
+4
2024-07-15
Don't re-export `c_int` from `c`
Chris Denton
-2
/
+1
2024-07-15
Remove DWORD
Chris Denton
-9
/
+8
2024-07-15
Remove ULONG
Chris Denton
-5
/
+4
2024-07-15
Remove PSRWLOCK
Chris Denton
-3
/
+0
2024-07-15
Remove LPVOID
Chris Denton
-5
/
+3
2024-07-15
Remove LPSECURITY_ATTRIBUTES
Chris Denton
-1
/
+0
2024-07-15
Remove LPOVERLAPPED
Chris Denton
-1
/
+0
2024-07-15
Remove LPCVOID
Chris Denton
-1
/
+0
2024-07-15
Remove SIZE_T
Chris Denton
-1
/
+0
2024-07-15
Remove CHAR
Chris Denton
-4
/
+3
2024-07-15
Remove USHORT
Chris Denton
-4
/
+3
2024-07-15
Remove LPWSTR
Chris Denton
-2
/
+0
2024-07-15
Remove UINT
Chris Denton
-1
/
+0
2024-07-15
Remove LONG
Chris Denton
-3
/
+1
2024-07-15
Remove LARGE_INTEGER
Chris Denton
-6
/
+5
2024-07-15
Remove NonZeroDWORD
Chris Denton
-2
/
+0
2024-07-05
Use windows_targets macro for alloc
Chris Denton
-1
/
+1
2024-07-04
Update windows-bindgen to 0.58.0
Chris Denton
-5
/
+4
2024-06-15
std: refactor the TLS implementation
joboet
-0
/
+1
2024-04-16
Use raw-dylib for Windows futex APIs
Chris Denton
-1
/
+13
2024-03-11
Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb
Jacob Pratt
-0
/
+1
2024-03-09
Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum
Guillaume Boisseau
-11
/
+0
2024-03-05
Windows: Implement mutex using futex
Chris Denton
-0
/
+4
2024-02-27
Implement junction_point
Chris Denton
-11
/
+0
2024-02-27
Use the OS thread name by default for the current thread
Chris Denton
-0
/
+6
2024-02-26
Win10: Use GetSystemTimePreciseAsFileTime directly
Chris Denton
-0
/
+1
[next]