1
Fork 0
rust/library/std/src/sync
T-O-R-U-S 72a25d05bf Use implicit capture syntax in format_args
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
2022-03-10 10:23:40 -05:00
..
barrier std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
condvar Disable condvar::two_mutexes test on non-unix platforms. 2020-10-02 09:47:08 +02:00
mpsc Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
mutex Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
once Stabilize poison API of Once, rename poisoned() 2021-02-04 15:20:14 +01:00
rwlock Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
barrier.rs Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc 2021-10-21 14:11:02 +09:00
condvar.rs Add #[must_use] to remaining std functions (O-Z) 2021-10-30 23:37:32 -04:00
mod.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
mutex.rs update cfg(bootstrap)s 2022-01-28 15:01:07 +01:00
once.rs Add #[track_caller] to track callers when initializing poisoned Once 2022-03-03 22:41:27 -05:00
poison.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
rwlock.rs update cfg(bootstrap)s 2022-01-28 15:01:07 +01:00