rust/library/std/src/sys
bors 6e92fb4098 Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay
Fix `vxworks`

Some PRs made the `vxworks` target not build anymore. This PR fixes that:

- #82973: copy `ExitStatusError` implementation from `unix`.
- #84716: no `libc::chroot` available on `vxworks`, so for now don't implement `os::unix::fs::chroot`.
2021-05-23 05:40:18 +00:00
..
common Update documentation 2021-04-14 14:03:00 +02:00
hermit Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahc 2021-05-21 05:47:24 +00:00
sgx Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00
unix Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay 2021-05-23 05:40:18 +00:00
unsupported Move the implementation of Path::exists to sys_common::fs so platforms can specialize it 2021-05-19 23:54:56 +01:00
wasi Move the implementation of Path::exists to sys_common::fs so platforms can specialize it 2021-05-19 23:54:56 +01:00
wasm Rollup merge of #84655 - CDirkx:wasm, r=m-ou-se 2021-05-07 16:19:20 +02:00
windows Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay 2021-05-23 03:23:34 +02:00
mod.rs Allow documenting on hermit 2021-05-03 16:56:22 +02:00