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
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
mri: add track_caller to thread spawning methods for better backtraces
Ralf Jung
-0
/
+1
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+7
2024-07-16
Add unsafe blocks in unsafe Thread::new
Chris Denton
-13
/
+17
2024-07-15
allow(unsafe_op_in_unsafe_fn) on some functions
Chris Denton
-2
/
+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
-1
/
+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
-4
/
+1
2024-04-09
Windows: set main thread name without reencoding
Chris Denton
-3
/
+7
2024-04-05
Revert #121666
Chris Denton
-24
/
+0
2024-04-02
Avoid panicking unnecessarily on startup
Chris Denton
-3
/
+2
2024-03-31
std: move `thread::current` TLS variable out of `thread_info`
joboet
-11
/
+0
2024-03-06
Document and test minimal stack size on Windows
Chris Denton
-0
/
+2
2024-03-06
Remove unnecessary fixme
Chris Denton
-5
/
+0
2024-02-27
Use the OS thread name by default for the current thread
Chris Denton
-1
/
+24
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+137