rust/library/std/src/sys
Tilmann Meyer 965997b369
Support Android ndk versions r23-beta3 and up
Since android ndk version `r23-beta3`, `libgcc` has been replaced with
`libunwind`. This moves the linking of `libgcc`/`libunwind` into the
`unwind` crate where we check if the system compiler can find
`libunwind` and fall back to `libgcc` if needed.
2021-06-01 21:37:50 +02: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 Support Android ndk versions r23-beta3 and up 2021-06-01 21:37:50 +02: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