rust/src/test
Manish Goregaokar ef96037f7e Rollup merge of #31177 - alexcrichton:no-stdio, r=sfackler
On all platforms, reading from stdin where the actual stdin isn't present should
return 0 bytes as having been read rather than the entire buffer.

On Windows, handle the case where we're inheriting stdio handles but one of them
isn't present. Currently the behavior is to fail returning an I/O error but
instead this commit corrects it to detecting this situation and propagating the
non-set handle.

Closes #31167
2016-01-26 18:55:39 +05:30
..
auxiliary Rollup merge of #31031 - brson:issue-30123, r=nikomatsakis 2016-01-23 09:38:41 -05:00
bench std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
codegen [MIR] Avoid some code generation for stores of ZST 2016-01-12 21:35:10 +02:00
compile-fail Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelix 2016-01-26 13:11:57 +05:30
compile-fail-fulldeps Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00
debuginfo Fix the fallout 2015-12-18 04:12:31 +03:00
parse-fail Auto merge of #30763 - gchp:issue/30033, r=nagisa 2016-01-15 06:38:26 +00:00
pretty Fix pretty_printer to print omitted type _ marker 2016-01-25 21:36:06 +05:30
run-fail Add tests 2016-01-06 13:57:52 +02:00
run-fail-fulldeps Move ExpnInfo to Name 2015-08-28 03:37:13 +05:30
run-make Extended save-analysis to support generated code, alterned some spans in format_args! and derive to maintain compatability 2016-01-22 19:12:51 +13:00
run-pass Rollup merge of #31177 - alexcrichton:no-stdio, r=sfackler 2016-01-26 18:55:39 +05:30
run-pass-fulldeps Add a test 2016-01-15 10:24:12 +13:00
run-pass-valgrind update valgrind suppressions 2015-12-25 15:46:36 -05:00
rustdoc Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton 2015-12-16 17:46:29 +05:30