about summary refs log tree commit diff
path: root/library/std/src/sys/cloudabi/mod.rs
AgeCommit message (Collapse)AuthorLines
2020-11-22Drop support for cloudabi targetsLzu Tao-73/+0
2020-11-15Make the libstd build script smallerbjorn3-0/+5
Remove all rustc-link-lib from the std build script. Also remove use of feature = "restricted-std" where not necessary.
2020-10-18`#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabichansuke-0/+2
2020-07-27mv std libs to library/mark-0/+66