Dan Gohman
|
7d5242a03a
|
x.py fmt
|
2021-02-24 10:58:21 -08:00 |
|
Dan Gohman
|
0208fca342
|
Use super:: to refer to WASI-specific names.
This ensures that these names resolve to the right place even when
building the WASI support on other platforms for generating the
documentation.
|
2021-02-24 10:37:05 -08:00 |
|
Amjad Alsharafi
|
559679b8c3
|
Applied #![deny(unsafe_op_in_unsafe_fn)] in library/std/src/wasi
All refactoring needed was only in `alloc.rs`, changed part of the code
in `alloc` method to satisfy the SAFETY statement
|
2020-09-03 08:27:59 +08:00 |
|
Tomasz Miąsko
|
4a00421ba4
|
Make raw standard stream constructors const
|
2020-08-21 13:17:20 +02:00 |
|
Tomasz Miąsko
|
479c23bb49
|
Remove result type from raw standard streams constructors
Raw standard streams constructors are infallible. Remove unnecessary
result type.
|
2020-08-21 13:17:20 +02:00 |
|
mark
|
2c31b45ae8
|
mv std libs to library/
|
2020-07-27 19:51:13 -05:00 |
|