rust/src/test
Alex Crichton acca9e3834 Remove linked failure from the runtime
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:21:12 -08:00
..
auxiliary Don't use win64 calling convention on 32-bit machines. 2013-11-19 12:46:28 -05:00
bench Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
codegen
compile-fail
debug-info
pretty
run-fail Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
run-pass Remove linked failure from the runtime 2013-11-24 21:21:12 -08:00
run-pass-fulldeps