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
/
src
/
libstd
/
sync
Age
Commit message (
Expand
)
Author
Lines
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-03-01
Explicitly opt out of `Sync` for `cell` and `mpsc` types
Andrew Paseltiner
-0
/
+6
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+11
2016-02-23
Register new snapshots
Aaron Turon
-2
/
+2
2016-02-18
Remove unnecessary explicit lifetime bounds.
Corey Farwell
-2
/
+2
2016-02-08
std: `_lock` -> `_guard` in Mutex example
Benjamin Herr
-1
/
+1
2016-02-07
Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton
bors
-4
/
+6
2016-02-06
Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichton
bors
-60
/
+1
2016-02-05
Fix RwLock*Guard::map to not allow escaping a reference to the data.
Jonathan Reem
-4
/
+6
2016-02-05
Remove MutexGuard::map, as it is not safe in combination with Condvar.
Jonathan Reem
-60
/
+1
2016-02-05
Remove an unnecessary 'static bound in the impl of Debug for Mutex.
Jonathan Reem
-1
/
+1
2016-02-03
Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton
bors
-57
/
+228
2016-02-02
Add issue number to guard map methods.
Jonathan Reem
-49
/
+78
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-11
/
+11
2016-01-30
Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>
Jonathan Reem
-38
/
+46
2016-01-29
Add guard map methods for transforming guards to contain sub-borrows.
Jonathan Reem
-5
/
+139
2016-01-26
Fix warnings during tests
Alex Crichton
-4
/
+22
2016-01-23
Semaphore not sempahore
angelsl
-1
/
+1
2016-01-20
Auto merge of #30894 - antrik:debug-mpsc, r=brson
bors
-0
/
+69
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+5
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+2
2016-01-14
std::sync::mpsc: Add fmt::Debug stubs
Olaf Buddenhagen
-0
/
+69
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-3
/
+3
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-4
/
+4
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+3
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-5
/
+3
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-2
/
+25
2015-11-16
Correct comment in `Mutex` example
Andrew Paseltiner
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-1
/
+1
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-0
/
+3
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-4
/
+3
2015-10-16
Add `Shared` pointer and have `{Arc, Rc}` use it
Andrew Paseltiner
-0
/
+2
2015-10-15
std: add into_inner and get_mut to RwLock
Cristi Cobzarenco
-0
/
+118
2015-10-15
std: add into_inner and get_mut to mutex
Cristi Cobzarenco
-0
/
+115
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-24
/
+22
2015-09-08
some more clippy-based improvements
Andre Bogus
-26
/
+15
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-1
/
+1
2015-08-19
Add issue numbers
Steven Fackler
-1
/
+2
2015-08-19
Turn TimedOut into a BarrierWaitResult style opaque type
Steven Fackler
-38
/
+25
2015-08-19
Add `TimedOut::timed_out`
Steven Fackler
-1
/
+8
2015-08-19
Make Condvar::wait_timeout return an enum instead of a bool
Steven Fackler
-19
/
+45
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-20
/
+40
2015-08-14
Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc
bors
-1
/
+1
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-235
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-29
/
+0
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-3
/
+2
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-8
/
+18
[next]