rust/src/libstd/unstable
bors 2cc1e16ac0 auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson
The reasons for doing this are:

* The model on which linked failure is based is inherently complex
* The implementation is also very complex, and there are few remaining who
  fully understand the implementation
* There are existing race conditions in the core context switching function of
  the scheduler, and possibly others.
* It's unclear whether this model of linked failure maps well to a 1:1 threading
  model

Linked failure is often a desired aspect of tasks, but we would like to take a
much more conservative approach in re-implementing linked failure if at all.

Closes #8674
Closes #8318
Closes #8863
2013-11-24 21:32:13 -08:00
..
atomics.rs std: Make atomic types non-copyable. Closes #8380 2013-11-07 18:37:56 -08:00
dynamic_lib.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
finally.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
intrinsics.rs add a breakpoint intrinsic for debugging 2013-11-22 10:29:04 -05:00
lang.rs Prepared std::sys for removal, and made begin_unwind simpler 2013-10-30 21:19:18 +01:00
mod.rs auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton 2013-11-18 23:06:29 -08:00
mutex.rs Implement a native mutex type 2013-11-18 20:06:39 -08:00
raw.rs libstd: Change all uses of &fn(A)->B over to |A|->B in libstd 2013-11-19 12:40:19 -08:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00