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-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
2024-06-09
Migrate more things to WinError
Chris Denton
-30
/
+69
2024-06-05
Update `./x fmt` command
Chris Denton
-1
/
+1
2024-05-29
Make `std::env::{set_var, remove_var}` unsafe in edition 2024
Tobias Bucher
-4
/
+4
2024-05-02
std: move thread parking to `sys::sync`
joboet
-279
/
+0
2024-04-24
Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDenton
León Orell Valerian Liehr
-5
/
+14
2024-04-23
fix weak memory bug in TLS on Windows
Ralf Jung
-4
/
+22
2024-04-23
windows fill_utf16_buf: explain the expected return value
Ralf Jung
-5
/
+14
2024-04-18
Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet
Jubilee
-1
/
+13
2024-04-16
Use raw-dylib for Windows futex APIs
Chris Denton
-1
/
+13
2024-04-15
Add support for Arm64EC to the Standard Library
Daniel Paoliello
-21
/
+21
2024-04-14
Miri: run .CRT$XLB linker section on thread-end
Ralf Jung
-0
/
+1
2024-04-12
Add `unsafe` to two functions with safety invariants
Eduardo Sánchez Muñoz
-12
/
+14
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-12
/
+3
2024-04-10
Rollup merge of #123534 - ChrisDenton:name, r=workingjubilee
Guillaume Gomez
-6
/
+123
2024-04-09
Add comment on UTF-16 surrogates
Chris Denton
-0
/
+2
2024-04-09
Windows: set main thread name without reencoding
Chris Denton
-4
/
+8
2024-04-09
Add const UTF-8 to UTF-16 conversion macros
Chris Denton
-2
/
+113
[prev]
[next]