rust/src/libstd/sync
Steven Fackler 85a85c2070 Switch missing_copy_implementations to default-allow
This was particularly helpful in the time just after OIBIT's
implementation to make sure things that were supposed to be Copy
continued to be, but it's now creates a lot of noise for types that
intentionally don't want to be Copy.
2015-02-03 23:31:07 -08:00
..
mpsc rollup merge of #21631: tbu-/isize_police 2015-01-30 13:27:02 -08:00
barrier.rs Switch missing_copy_implementations to default-allow 2015-02-03 23:31:07 -08:00
condvar.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
future.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
mod.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
mutex.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
once.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
poison.rs Switch missing_copy_implementations to default-allow 2015-02-03 23:31:07 -08:00
rwlock.rs for x in xs.into_iter() -> for x in xs 2015-02-02 13:40:18 -05:00
semaphore.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
task_pool.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00