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
/
barrier.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-4
/
+1
2019-11-29
Format libstd with rustfmt
David Tolnay
-13
/
+9
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+5
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2017-08-08
Use explicit wrapping_add to prevent potential unexpected behavior on debug b...
Stefan Schindler
-1
/
+1
2017-03-31
Updating the description for BarrierWaitResult #29377
projektir
-5
/
+4
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
2017-02-21
Add missing urls and examples into Barrier structs
Guillaume Gomez
-7
/
+69
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-2
/
+2
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+17
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-05-06
Fix Typo in Barrier::wait documentation
Christopher Serr
-1
/
+1
2016-03-26
Fix missing console output in `Barrier` example
Andreas Linz
-2
/
+7
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-3
/
+3
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-02-23
int audit - std::sync
Nick Cameron
-5
/
+5
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-3
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-4
/
+4
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-4
/
+4
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-4
/
+4
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-14
/
+39
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+5
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-15
/
+40
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-4
/
+4
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-2
/
+2
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-4
/
+5
2014-12-26
Make Barrier and Condvar Sync/Send
Flavio Percoco
-0
/
+7
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-2
/
+3
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-0
/
+116