rust/src/libstd/sys
Brian Anderson 696a570a00 Open code the __fastfail intrinsic for rtabort! on windows
As described https://msdn.microsoft.com/en-us/library/dn774154.aspx

This is a Windows 8+ mechanism for terminating the process quickly,
which degrades to either an access violation or bugcheck in older versions.

I'm not sure this is better the the current mechanism of terminating
with an illegal instruction, but we recently converted unix to
terminate more correctly with SIGABORT, and this *seems* more correct
for windows.

[breaking-change]
2016-05-24 08:56:03 -04:00
..
common Open code the __fastfail intrinsic for rtabort! on windows 2016-05-24 08:56:03 -04:00
unix Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brson 2016-02-06 15:15:56 +00:00
windows std: Expose SystemTime accessors on fs::Metadata 2016-02-04 13:15:28 -08:00