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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
Age
Commit message (
Expand
)
Author
Lines
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
std: unwrapped unsafe is VERBOTEN!
Jubilee
-1
/
+1
2024-07-16
Use futex.rs for Windows thread parking
Chris Denton
-26
/
+39
2024-07-16
std: Use read_unaligned for reading DWARF
Jubilee Young
-14
/
+12
2024-07-16
deny unsafe_op_in_unsafe_fn for teeos
袁浩----天命剑主
-0
/
+1
2024-07-16
clean unsafe op in unsafe fn
袁浩----天命剑主
-13
/
+15
2024-07-16
clean unsafe op in unsafe fn
袁浩----天命剑主
-4
/
+4
2024-07-16
clean unsafe op in unsafe fn
袁浩----天命剑主
-9
/
+9
2024-07-16
delete #![allow(unsafe_op_in_unsafe_fn)]
袁浩----天命剑主
-1
/
+0
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-43
/
+24
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
-47
/
+63
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
Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhpratt
Jubilee
-0
/
+2
2024-07-15
Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubilee
Jubilee
-187
/
+157
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
-92
/
+81
2024-07-15
Remove ULONG
Chris Denton
-14
/
+13
2024-07-15
Remove PSRWLOCK
Chris Denton
-4
/
+1
2024-07-15
Remove LPVOID
Chris Denton
-18
/
+18
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-14
std: deny(unsafe_op_in_unsafe_fn) but allow sites
Jubilee Young
-0
/
+2
2024-07-14
std: removes logarithms family function edge cases handling for solaris.
David Carlier
-31
/
+0
2024-07-13
Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum
Jubilee
-67
/
+77
2024-07-13
std::unix::fs: removing, now useless, layers predating macOs 10.10.
David Carlier
-59
/
+1
2024-07-13
Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee
bors
-28
/
+25
2024-07-13
Auto merge of #126606 - zachs18:patch-2, r=joboet
bors
-0
/
+74
2024-07-12
fix interleaved panic output
jyn
-28
/
+25
2024-07-12
Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee
Matthias Krüger
-6
/
+131
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-08
Attempt to fix CI
zachs18
-3
/
+12
2024-07-08
Reset sigpipe not supported for vxworks
B I Mohammed Abbas
-0
/
+1
2024-07-07
Move/change declaration of `mod exit_guard;`
zachs18
-1
/
+1
[prev]
[next]