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
/
src
/
libstd
/
unstable
/
mutex.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-29
auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton
bors
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
std and green: fix some warnings
Erick Tryzelaar
-1
/
+1
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-2
/
+2
2014-03-23
std: Move NativeMutex from &mut self to &self
Alex Crichton
-45
/
+54
2014-03-14
fix MIPS target
Jyun-Yan You
-0
/
+4
2014-02-16
std::unstable::mutex: streamline & clarify documentation.
Huon Wilson
-26
/
+37
2014-02-16
std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.
Huon Wilson
-18
/
+100
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-33
/
+37
2014-02-16
std: add tests for the _noguard lock/signal/wait methods on Mutex.
Huon Wilson
-2
/
+28
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-16
/
+88
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-3
/
+3
2014-02-05
libstd: Add missing constants for arm/linux.
Luqman Aden
-1
/
+5
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-1
/
+0
2014-02-03
std: Hardcode pthread constants and structures
Alex Crichton
-300
/
+217
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-4
/
+4
2014-01-25
Uppercase numeric constants
Chris Wong
-4
/
+4
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-20
/
+20
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-29
/
+27
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-8
/
+5
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+1
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-2
/
+2
2013-12-31
auto merge of #11187 : alexcrichton/rust/once, r=brson
bors
-1
/
+148
2013-12-31
Convert relevant static mutexes to Once
Alex Crichton
-10
/
+13
2013-12-29
Actually block in a windows cvar
Alex Crichton
-1
/
+1
2013-12-28
Implement a Once primitive for initialization
Alex Crichton
-1
/
+145
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-1
/
+1
2013-12-24
std: Introduce std::sync
Alex Crichton
-1
/
+1
2013-12-15
std: fix spelling in docs.
Huon Wilson
-1
/
+1
2013-11-25
Move LittleLock to using RAII
Alex Crichton
-2
/
+21
2013-11-18
Implement a native mutex type
Alex Crichton
-0
/
+336