rust/src/test
Steven Fackler 019b131e12 Stop using newtype wrappers in std::rt::io
UnboundedPipeStream is still a newtype since process::set_stdio needs to
look into its internals.

Closes #9667
2013-10-02 20:37:17 -07:00
..
auxiliary remove the float type 2013-10-01 14:54:10 -04:00
bench auto merge of #9665 : alexcrichton/rust/snapshot, r=brson 2013-10-02 02:31:29 -07:00
codegen
compile-fail auto merge of #9675 : sfackler/rust/lint, r=alexcrichton 2013-10-02 13:26:36 -07:00
debug-info remove the float type 2013-10-01 14:54:10 -04:00
pretty pretty: Remove usage of fmt! 2013-09-30 23:21:20 -07:00
run-fail remove the float type 2013-10-01 14:54:10 -04:00
run-pass Stop using newtype wrappers in std::rt::io 2013-10-02 20:37:17 -07:00
run-pass-fulldeps