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
/
sync
Age
Commit message (
Expand
)
Author
Lines
2020-10-07
(docs): make mutex error comment consistent with codebase
Steve Manuel
-1
/
+1
2020-10-02
Disable condvar::two_mutexes test on non-unix platforms.
Mara Bos
-1
/
+1
2020-10-02
Move boxing and mutex checking logic of condvar into sys_common.
Mara Bos
-40
/
+4
2020-09-27
Split sys_common::Mutex in StaticMutex and MovableMutex.
Mara Bos
-28
/
+6
2020-09-25
Rollup merge of #76932 - fusion-engineering-forks:condvar-promise, r=sfackler
Jonas Schievink
-11
/
+5
2020-09-25
Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514
Jonas Schievink
-0
/
+15
2020-09-21
Applied review comments
Erik Hofmayer
-0
/
+6
2020-09-21
Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung
Ralf Jung
-6
/
+2
2020-09-20
Fix nits
Alexis Bourget
-4
/
+3
2020-09-20
Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`
Daniel Henry-Mantilla
-6
/
+2
2020-09-20
Documented From impls in std/sync/mpsc/mod.rs
Erik Hofmayer
-0
/
+9
2020-09-19
Relax promises about condition variable.
Mara Bos
-11
/
+5
2020-09-18
Fix broken link
Alexis Bourget
-3
/
+3
2020-09-18
Finish moving to intra doc links for std::sync
Alexis Bourget
-51
/
+34
2020-09-12
Mark Once::new as #[inline].
Mara Bos
-0
/
+1
2020-09-06
Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus
bors
-17
/
+17
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-2384
/
+2375
2020-08-30
Move to Arc::clone(&x) over x.clone() in library/std
Alexis Bourget
-17
/
+17
2020-08-23
Prefer https link for wikipedia URLs
Lzu Tao
-1
/
+1
2020-08-22
Use intra-doc-links in `std::sync::*`
LeSeulArtichaut
-136
/
+53
2020-08-02
fix typos
liuzhenyu
-1
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+8854