rust/src/libstd/sys/common
Huon Wilson d7b5bc3c2f Update the libraries to reflect Send loosing the 'static bound.
In most places this preserves the current API by adding an explicit
`'static` bound.

Notably absent are some impls like `unsafe impl<T: Send> Send for
Foo<T>` and the `std::thread` module. It is likely that it will be
possible to remove these after auditing the code to ensure restricted
lifetimes are safe.

More progress on #22251.
2015-02-18 08:19:21 +11:00
..
backtrace.rs Fix Unicode name mangling 2015-02-04 15:32:59 +13:00
condvar.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
helper_thread.rs Update the libraries to reflect Send loosing the 'static bound. 2015-02-18 08:19:21 +11:00
mod.rs std: Add a net module for TCP/UDP 2015-02-11 15:23:34 -08:00
mutex.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
net2.rs std: Add a net module for TCP/UDP 2015-02-11 15:23:34 -08:00
net.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
rwlock.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
stack.rs openbsd: incoporate remarks 2015-02-01 14:41:40 +01:00
thread_info.rs Move native thread name setting from thread_info to Thread, fixes #21911 2015-02-08 17:49:20 +01:00
thread_local.rs More test fixes and rebase conflicts 2015-02-11 15:45:15 -08:00
thread.rs rustc: Fix a number of stability lint holes 2015-02-11 12:14:59 -08:00
wtf8.rs Add std::process 2015-02-13 23:21:08 -08:00