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
Age
Commit message (
Expand
)
Author
Lines
2024-07-20
Inject win arm32 shims into metadata generation
Chris Denton
-41
/
+26
2024-07-17
feat: adding ext that returns change_time for Windows
Julius Liu
-0
/
+11
2024-07-17
Rollup merge of #127813 - ChrisDenton:win-futex, r=joboet
Trevor Gross
-4
/
+7
2024-07-17
Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35
Trevor Gross
-87
/
+107
2024-07-17
Prevent double reference in generic futex
Chris Denton
-4
/
+7
2024-07-17
Narrow the scope of the ReadFile unsafe block
Chris Denton
-11
/
+12
2024-07-16
Add unsafe blocks in unsafe Thread::new
Chris Denton
-13
/
+17
2024-07-16
Remove `slice_to_end`
Chris Denton
-18
/
+13
2024-07-16
Use futex.rs for Windows thread parking
Chris Denton
-0
/
+5
2024-07-15
allow(unsafe_op_in_unsafe_fn) on some functions
Chris Denton
-3
/
+6
2024-07-15
Some Windows functions are safe
Chris Denton
-23
/
+25
2024-07-15
Deny more windows unsafe_op_in_unsafe_fn
Chris Denton
-45
/
+60
2024-07-15
Windows: move BSD socket shims to netc
Chris Denton
-109
/
+109
2024-07-15
Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee
Jubilee
-10
/
+25
2024-07-15
Move safety comment outside unsafe block
Chris Denton
-1
/
+1
2024-07-15
Make pal/windows default to deny unsafe in unsafe
Chris Denton
-11
/
+26
2024-07-15
Fix Windows 7
Chris Denton
-4
/
+4
2024-07-15
Don't re-export `c_int` from `c`
Chris Denton
-8
/
+7
2024-07-15
Remove DWORD
Chris Denton
-88
/
+77
2024-07-15
Remove ULONG
Chris Denton
-14
/
+13
2024-07-15
Remove PSRWLOCK
Chris Denton
-3
/
+0
2024-07-15
Remove LPVOID
Chris Denton
-12
/
+10
2024-07-15
Remove LPSECURITY_ATTRIBUTES
Chris Denton
-3
/
+2
2024-07-15
Remove LPOVERLAPPED
Chris Denton
-2
/
+1
2024-07-15
Remove LPCVOID
Chris Denton
-2
/
+1
2024-07-15
Remove SIZE_T
Chris Denton
-3
/
+2
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
-10
/
+8
2024-07-15
Remove UINT
Chris Denton
-2
/
+1
2024-07-15
Remove LONG
Chris Denton
-4
/
+2
2024-07-15
Remove LARGE_INTEGER
Chris Denton
-16
/
+15
2024-07-15
Remove NonZeroDWORD
Chris Denton
-5
/
+3
2024-07-13
Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum
Jubilee
-67
/
+77
2024-07-10
Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows.
Zachary S
-3
/
+3
2024-07-09
Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...
Andres Olivares
-0
/
+10
2024-07-05
Add experimental raw-dylib feature to std
Chris Denton
-0
/
+13
2024-07-05
Use windows_targets macro for alloc
Chris Denton
-67
/
+64
2024-07-04
Add comments to windows_targets.rs
Chris Denton
-0
/
+9
2024-07-04
Update windows-bindgen to 0.58.0
Chris Denton
-851
/
+153
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-06-24
Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay
Michael Goulet
-1
/
+1
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-1
/
+1
2024-06-24
Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum
bors
-417
/
+1
2024-06-22
Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
Matthias Krüger
-1
/
+1
2024-06-15
Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum
Guillaume Gomez
-417
/
+66
2024-06-15
std: refactor the TLS implementation
joboet
-417
/
+1
2024-06-12
Update a cranelift patch file for formatting changes.
Nicholas Nethercote
-2
/
+2
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-1
/
+1
2024-06-10
Bump windows-bindgen to 0.57
Chris Denton
-417
/
+66
[prev]
[next]