rust/src/test
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
..
auxiliary auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwalton 2013-11-22 10:06:35 -08:00
bench auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson 2013-11-24 21:32:13 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichton 2013-11-24 10:17:03 -08:00
debug-info librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
pretty librustc: Convert ~fn() to proc() everywhere. 2013-11-18 18:27:31 -08:00
run-fail Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
run-pass auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson 2013-11-24 21:32:13 -08:00
run-pass-fulldeps Remove all blocking std::os blocking functions 2013-11-03 15:15:42 -08:00