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
/
unix
/
locks
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-1199
/
+0
2023-06-21
Finish up preliminary tvos support in libstd
Thom Chiovoloni
-0
/
+1
2023-06-21
wip: Support Apple tvOS in libstd
Thom Chiovoloni
-0
/
+2
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-0
/
+11
2022-12-02
std: cleanup timeouts in pthread condvar
joboet
-63
/
+30
2022-11-06
std: fix double-free of mutex
joboet
-1
/
+1
2022-11-06
std: remove lock wrappers in `sys_common`
joboet
-251
/
+268
2022-09-20
Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc
bors
-3
/
+3
2022-09-19
std: use `sync::RwLock` for internal statics
joboet
-3
/
+3
2022-09-04
Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum
bors
-7
/
+1
2022-09-03
std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization
joboet
-7
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-3
/
+3
2022-08-11
promote debug_assert to assert
Vincenzo Palazzo
-1
/
+1
2022-07-21
Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-se
Matthias Krüger
-57
/
+235
2022-07-21
remove unused import
joboet
-1
/
+1
2022-07-20
owner is not micro (correct typo)
joboet
-1
/
+1
2022-07-20
Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc
Dylan DPC
-0
/
+4
2022-07-20
Library changes for Apple WatchOS
Vladimir Michael Eatwell
-0
/
+4
2022-07-18
std: panic instead of deadlocking in mutex implementation on Fuchsia
joboet
-15
/
+15
2022-07-12
std: fix issue with perma-locked mutexes on Fuchsia
joboet
-9
/
+16
2022-06-30
std: use futex-based locks on Fuchsia
joboet
-57
/
+228
2022-06-25
Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=Amanieu
Matthias Krüger
-1
/
+35
2022-06-20
Leak pthreax_rwlock_t when it's dropped while locked.
Mara Bos
-0
/
+16
2022-06-17
Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc
bors
-0
/
+9
2022-06-16
Leak pthreax_mutex_t when it's dropped while locked.
Mara Bos
-1
/
+19
2022-06-15
Add `#[inline]` to small fns of futex `RwLock`
Josh Stone
-0
/
+9
2022-06-13
Use the right wait_timeout implementation
AzureMarker
-7
/
+7
2022-06-13
Horizon OS STD support
Meziu
-3
/
+8
2022-06-03
Lazily allocate+initialize locks.
Mara Bos
-14
/
+36
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-14
/
+26
2022-05-30
Remove "sys isn't exported yet" phrase
est31
-1
/
+0
2022-05-21
Fix typo in futex RwLock::write_contended.
Mara Bos
-3
/
+2
2022-05-03
Don't use futexes on netbsd.
Mara Bos
-1
/
+0
2022-04-29
Always return false in futex_wake on {Free,DragonFly}BSD.
Mara Bos
-12
/
+5
2022-04-29
Use futex-based locks and thread parker on FreeBSD.
Mara Bos
-2
/
+3
2022-04-29
Use futex-based locks and thread parker on DragonFlyBSD.
Mara Bos
-1
/
+13
2022-04-29
Use futex-based locks and thread parker on NetBSD.
Mara Bos
-0
/
+1
2022-04-29
Use futex-based locks and thread parker on OpenBSD.
Mara Bos
-0
/
+1
2022-04-19
Use futex locks on emscripten.
Mara Bos
-0
/
+1
2022-04-16
Use a single ReentrantMutex implementation on all platforms.
Mara Bos
-146
/
+2
2022-04-14
Use u32 instead of i32 for futexes.
Mara Bos
-26
/
+26
2022-04-12
Add debug asserts to futex ReentrantMutex impl.
Mara Bos
-0
/
+2
2022-04-12
Initialize thread local with const{}.
Mara Bos
-1
/
+1
2022-04-12
Move current_thread_unique_ptr to the only module that uses it.
Mara Bos
-1
/
+9
2022-04-12
Add futex-based ReentrantMutex on Linux.
Mara Bos
-6
/
+88
2022-04-11
Use is_ or has_ prefix for pure `-> bool` functions.
Mara Bos
-23
/
+25
2022-04-11
Use compare_exchange_weak in futex rwlock implementation.
Mara Bos
-4
/
+11
2022-04-11
Add comments to futex rwlock implementation.
Mara Bos
-1
/
+12
2022-04-08
Fix typo in futex rwlock.
Mara Bos
-1
/
+1
2022-04-08
Add futex-based RwLock on Linux.
Mara Bos
-2
/
+295
[next]