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
/
condvar.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-31
Update sync condvar doc style
Ivan Tham
-2
/
+2
2019-07-24
Use match ergonomics in Condvar documentation
Kevin W Matthews
-18
/
+18
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-0
/
+4
2019-03-11
Resolved nits raised in review.
Alexander Regueiro
-6
/
+6
2019-03-11
Improvements to comments in libstd, libcore, liballoc.
Alexander Regueiro
-6
/
+6
2019-02-28
libstd => 2018
Taiki Endo
-13
/
+13
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-02-25
Rollup merge of #47970 - vlovich:condvar_wait_until, r=dtolnay
kennytm
-2
/
+214
2018-02-20
Fix doc compile error
Vitali Lovich
-1
/
+1
2018-02-17
Fix tidy violation
Vitali Lovich
-3
/
+5
2018-02-16
Fix unit test compilation
Vitali Lovich
-11
/
+17
2018-02-15
Fix condvar example
Guillaume Gomez
-2
/
+4
2018-02-13
Misc fixes
Vitali Lovich
-4
/
+4
2018-02-12
Fix wait_timeout value
Vitali Lovich
-1
/
+1
2018-02-05
Simplify wait_timeout_until & fix condition typo
Vitali Lovich
-8
/
+7
2018-02-02
Review response
Vitali Lovich
-8
/
+10
2018-02-02
Fix typo
Vitali Lovich
-1
/
+1
2018-02-02
Add Condvar APIs not susceptible to spurious wake
Vitali Lovich
-2
/
+205
2017-06-15
Fix condvar.wait(distant future) return immediately on OSX
Stepan Koltsov
-15
/
+51
2017-05-20
Correct some stability versions
Oliver Middleton
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-9
/
+9
2017-02-23
Add missing urls and examples for Condvar docs
Guillaume Gomez
-16
/
+230
2017-02-05
Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton
Corey Farwell
-1
/
+1
2017-02-04
tiny doc wording change
Son
-1
/
+1
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+8
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+4
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-30
Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton
bors
-1
/
+13
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-4
/
+0
2016-08-19
Document that Condvar makes the best effort to use monotonic clock.
Tomasz Miąsko
-0
/
+8
2016-07-31
Use monotonic time with condition variables.
Tomasz Miąsko
-1
/
+5
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
[next]