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
/
sync
/
condvar.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-296
/
+72
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-0
/
+24
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-0
/
+7
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-49
/
+4
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+3
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-1
/
+1
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-3
/
+3
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-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-08-19
Add issue numbers
Steven Fackler
-1
/
+2
2015-08-19
Turn TimedOut into a BarrierWaitResult style opaque type
Steven Fackler
-37
/
+24
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
-18
/
+44
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-12
/
+24
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-20
/
+27
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-19
/
+63
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-8
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-11
/
+11
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-3
/
+3
2015-04-01
Stabilize basic timeout functionality
Aaron Turon
-19
/
+31
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-2
/
+2
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-25
Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw
Manish Goregaokar
-6
/
+0
2015-02-23
int audit - std::sync
Nick Cameron
-2
/
+2
2015-02-20
std: Tidy up some `unsafe impl`s for `sync`
Alex Crichton
-6
/
+0
2015-02-17
Fallout from stabilization
Aaron Turon
-8
/
+8
2015-02-06
sync: Expose PoisonError::new
Keegan McAllister
-6
/
+6
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-23
grandfathered -> rust1
Brian Anderson
-6
/
+6
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-10
/
+10
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-10
/
+10
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-16
/
+24
2015-01-19
Fix flaky condvar test
Steven Fackler
-4
/
+5
2015-01-17
auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton
bors
-10
/
+113
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-10
/
+113
2015-01-15
Fix sync::condvar::Condvar::notify_one docs
Fenhl
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-4
/
+4
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-5
/
+5
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-10
/
+11
[next]