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
2020-05-03
Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt
Dylan DPC
-1
/
+1
2020-04-26
Use Cell::take in a couple places
ThinkChaos
-1
/
+1
2020-04-26
fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-04-24
Avoid unused Option::map results
Josh Stone
-5
/
+11
2020-04-22
More diagnostic items for Clippy usage
Philipp Hansch
-0
/
+1
2020-04-16
Dogfood or_patterns in the standard library
Josh Stone
-2
/
+2
2020-04-05
Stop importing integer modules in libstd
Linus Färnstrand
-3
/
+0
2020-03-15
Fix "since" field for `Once::is_complete`'s `#[stable]` attribute
Lukas Kalbertodt
-1
/
+1
2020-03-07
Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-6
/
+3
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-02-07
Stabilize Once::is_completed
Michael Bradshaw
-6
/
+5
2020-01-14
Auto merge of #67076 - mbrubeck:condvar, r=dtolnay
bors
-43
/
+34
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-10
/
+2
2019-12-28
Rollup merge of #67632 - kraai:remove-collapsed-reference-links, r=steveklabnik
Oliver Scherer
-5
/
+5
2019-12-26
Rename wait_until/wait_timeout_until to wait_while/white_timeout_while
Matt Brubeck
-36
/
+32
2019-12-26
Stabilize Condvar::wait_until and wait_timeout_until
Matt Brubeck
-7
/
+2
2019-12-26
Convert collapsed to shortcut reference links
Matthew Kraai
-5
/
+5
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+5
2019-12-22
Format the world
Mark Rousskov
-112
/
+121
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-1
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+1
2019-12-06
get rid of __ in field names
Ralf Jung
-26
/
+24
2019-11-29
Format libstd with rustfmt
David Tolnay
-485
/
+499
2019-11-09
Run rustfmt on libstd/sync/once.rs
Paul Dicker
-32
/
+29
2019-11-05
Don't mutate node.next
Paul Dicker
-36
/
+34
2019-10-25
Mention park guarantee
Paul Dicker
-0
/
+4
2019-10-24
Always align Waiter to 4 bytes
Paul Dicker
-0
/
+1
2019-10-24
Use more precise atomic orderings
Paul Dicker
-12
/
+41
2019-10-24
In Waiter use interior mutability for thread
Paul Dicker
-9
/
+19
2019-10-24
Reduce the amount of comments in call_inner
Paul Dicker
-19
/
+6
2019-10-24
Move thread parking to a seperate function
Paul Dicker
-38
/
+42
2019-10-24
Turn Finish into WaiterQueue
Paul Dicker
-23
/
+21
2019-10-23
Don't mutate waiter nodes
Paul Dicker
-9
/
+9
2019-10-23
Simplify loop conditions in RUNNING and add comments
Paul Dicker
-17
/
+29
2019-10-23
Rename state to state_and_queue
Paul Dicker
-28
/
+29
2019-10-16
Don't recommend ONCE_INIT in std::sync::Once
boyned//Kampfkarren
-3
/
+2
2019-10-13
Remove Error::cause impls equal to deafult impl
Linus Färnstrand
-20
/
+0
2019-08-31
Update sync condvar doc style
Ivan Tham
-2
/
+2
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-1
/
+0
2019-07-25
Auto merge of #62990 - Centril:rollup-k9n0hvs, r=Centril
bors
-18
/
+18
2019-07-25
Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton
bors
-7
/
+7
2019-07-24
Use match ergonomics in Condvar documentation
Kevin W Matthews
-18
/
+18
2019-07-19
ONCE_INIT is deprecated-in-future only for bootstrap
Ralf Jung
-1
/
+2
2019-07-19
warn about deprecated-in-future in most of libstd
Ralf Jung
-1
/
+1
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-12
Deprecate ONCE_INIT
Steven Fackler
-0
/
+6
[next]