about summary refs log tree commit diff
path: root/src/libstd/sys/wasm/net.rs
AgeCommit message (Expand)AuthorLines
2020-07-15Introduce restricted-std feature.Eric Huss-361/+0
2020-04-26Update nameSteven Fackler-2/+2
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+8
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-13/+8
2019-04-27Stabilized vectored IOSteven Fackler-3/+3
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-03-16Add UdpSocket peer_addr implementation for WasmLinus Unnebäck-0/+4
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-2/+2
2019-02-28libstd => 2018Taiki Endo-6/+6
2019-02-13Add vectored read and write supportSteven Fackler-1/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Refactor net::each_addr/lookup_host to forward error from resolveJethro Beekman-6/+25
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+337