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
/
pipe.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
Workaround for mem safety in third party dlls
Chris Denton
-5
/
+8
2025-06-15
Windows: Use anonymous pipes in Command
Chris Denton
-85
/
+90
2025-04-27
use generic Atomic type where possible
Christopher Durham
-2
/
+2
2025-04-02
Remove creation of duplicate AnonPipe
Jake Wharton
-1
/
+0
2025-03-27
std: get rid of pre-Vista fallback code
joboet
-22
/
+6
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-23
std: implement the `random` feature
joboet
-3
/
+4
2024-07-30
Move Windows implementation of anon pipe
Chris Denton
-17
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+3
2024-07-24
Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubilee
Matthias Krüger
-22
/
+23
2024-07-23
Initial implementation of anonymous_pipe
Jiahao XU
-3
/
+21
2024-07-23
Remove wrapper functions from c.rs
Chris Denton
-22
/
+23
2024-07-16
Remove `slice_to_end`
Chris Denton
-15
/
+5
2024-07-15
allow(unsafe_op_in_unsafe_fn) on some functions
Chris Denton
-1
/
+3
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
Remove DWORD
Chris Denton
-6
/
+6
2024-07-15
Remove LPVOID
Chris Denton
-2
/
+2
2024-07-15
Remove LPOVERLAPPED
Chris Denton
-1
/
+1
2024-06-09
Migrate more things to WinError
Chris Denton
-5
/
+5
2024-03-19
SeqCst->Relaxed in pal::windows::pipe.
Mara Bos
-4
/
+4
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-1
/
+1
2024-02-07
Make `io::BorrowedCursor::advance` safe
Benoît du Garreau
-1
/
+1
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+571