rust/src/test
bors 15a8e6248c auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw
* moved `extern` inside module
* changed `extern "stdcall"` to `extern "system"`
* changed `cfg(target_os="win32")` to `cfg(windows)`
* only run on Windows && x86, (not x86_64)
* updated copyright dates
2013-11-17 20:01:34 -08:00
..
auxiliary Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
bench Prettier long string breaking. 2013-11-17 13:09:56 +01:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Better error message when using vectors in statics 2013-11-17 18:35:52 -05:00
debug-info test: Add xfail-win32 to two debug-info tests 2013-11-14 14:43:09 +09:00
pretty librustc: Implement |A| -> B syntax for closures and make bare fn 2013-10-31 10:30:32 -07:00
run-fail auto merge of #10204 : alexcrichton/rust/better-names, r=brson 2013-11-01 11:31:32 -07:00
run-pass auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw 2013-11-17 20:01:34 -08:00
run-pass-fulldeps Remove all blocking std::os blocking functions 2013-11-03 15:15:42 -08:00