about summary refs log tree commit diff
path: root/library/std/src/sys/sgx/stdio.rs
AgeCommit message (Collapse)AuthorLines
2020-10-08`#[deny(unsafe_op_in_unsafe_fn)]` in sys/sgxCaduser2020-1/+1
Run `./x.py` fmt Add reference link Fix reference link Apply review suggestions.
2020-08-21Make raw standard stream constructors constTomasz Miąsko-3/+3
2020-08-21Remove result type from raw standard streams constructorsTomasz Miąsko-6/+6
Raw standard streams constructors are infallible. Remove unnecessary result type.
2020-07-27mv std libs to library/mark-0/+88