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-07-27
mv std libs to library/
mark
-8854
/
+0
2020-07-17
Rollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark-Simulacrum
Manish Goregaokar
-4
/
+17
2020-07-16
Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogb
Manish Goregaokar
-13
/
+0
2020-07-17
appease tidy
Ashley Mannix
-1
/
+4
2020-07-17
remove inlined lazy::Waiter in favor of sync::Once
Ashley Mannix
-4
/
+14
2020-06-15
Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay
Ralf Jung
-0
/
+54
2020-06-13
Rewrap comments in Mutex example
David Tolnay
-11
/
+11
2020-06-13
Clarify the scope-related explanation
Poliorcetics
-3
/
+2
2020-06-13
Apply suggestions from code review
Poliorcetics
-5
/
+5
2020-06-12
Enable some timeouts in SGX platform
Mohsen Zohrevandi
-13
/
+0
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-3
/
+1
2020-06-09
Remove a lot of unecessary/duplicated comments
Alexis Bourget
-11
/
+3
2020-06-08
Simply use drop instead of std::mem::drop
Poliorcetics
-2
/
+2
2020-06-07
Improved the example to work with mutable data, providing a reason for the mu...
Alexis Bourget
-4
/
+6
2020-06-07
Added an example where explicitly dropping a lock is necessary/a good idea.
Alexis Bourget
-0
/
+61
2020-06-03
Bump to 1.46
Mark Rousskov
-10
/
+2
2020-05-24
Fix typo in doc comment.
Eitan Mosenkis
-1
/
+1
2020-05-17
make abort intrinsic safe, and correct its documentation
Ralf Jung
-0
/
+4
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
[next]