rust/src/test
Benjamin Herr af633ce157 native: fix passing errno to parent after fork
The bitshifts were wrong in that they invoked undefined behavior and
only passed the lower byte of the presumed-to-be-32bit errno value.
Apparently all actually possible values for errno happen to be easily
under 256, so this didn't cause any actual problems.

This commit fixes the bitshifts, but doesn't generalize to errno types
that aren't 32bit.
2014-10-02 21:16:37 +02:00
..
auxiliary Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
bench Put slicing syntax behind a feature gate. 2014-10-02 13:23:36 +13:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Put slicing syntax behind a feature gate. 2014-10-02 13:23:36 +13:00
compile-fail-fulldeps Use more descriptive names in dead code messages 2014-09-24 21:03:55 +02:00
debuginfo Put slicing syntax behind a feature gate. 2014-10-02 13:23:36 +13:00
pretty Convert cfg syntax to new system 2014-09-27 22:59:26 -07:00
run-fail Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
run-make auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton 2014-10-02 08:12:19 +00:00
run-pass native: fix passing errno to parent after fork 2014-10-02 21:16:37 +02:00
run-pass-fulldeps Fixed quote_method!() implementation 2014-09-29 09:45:36 +01:00