rust/src/libstd/unstable
bors 986df44753 auto merge of #8195 : bblum/rust/task-cleanup, r=brson
In the first commit it is obvious why some of the barriers can be changed to ```Relaxed```, but it is not as obvious for the once I changed in ```kill.rs```. The rationale for those is documented as part of the documenting commit.

Also the last commit is a temporary hack to prevent kill signals from being received in taskgroup cleanup code, which could be fixed in a more principled way once the old runtime is gone.
2013-08-02 07:31:52 -07:00
..
atomics.rs Revert atomicrmw {max, min, umax, umin} 2013-07-31 19:44:20 +09:00
dynamic_lib.rs Move atomically to unstable::sync, and document what it actually does. Close #7872. 2013-07-31 14:37:22 -04:00
extfmt.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
finally.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
intrinsics.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
lang.rs auto merge of #8175 : brson/rust/nodbg, r=graydon 2013-08-02 01:13:51 -07:00
mod.rs Move atomically to unstable::sync, and document what it actually does. Close #7872. 2013-07-31 14:37:22 -04:00
raw.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs auto merge of #8195 : bblum/rust/task-cleanup, r=brson 2013-08-02 07:31:52 -07:00