| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -2/+18 | |
| This commit implements the `{read,write}_vectored` methods on more types in the standard library, namely: * `std::fs::File` * `std::process::ChildStd{in,out,err}` * `std::io::Std{in,out,err}` * `std::io::Std{in,out,err}Lock` * `std::io::Std{in,out,err}Raw` Where supported the OS implementations hook up to native support, otherwise it falls back to the already-defaulted implementation. | ||||
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi | Mazdak Farrokhzad | -1/+1 | |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -11/+11 | |
| 2019-03-16 | Add peer_addr function to UdpSocket | Linus Unnebäck | -0/+4 | |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -2/+2 | |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -32/+33 | |
| 2019-02-24 | Fix cloudabi | Steven Fackler | -1/+9 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -80/+0 | |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -6/+25 | |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -7/+7 | |
| 2018-03-03 | Move process::ExitCode internals to sys | Scott McMurray | -0/+12 | |
| Now begins the saga of fixing compilation errors on other platforms... | ||||
| 2018-01-11 | Add shims for modules that we can't implement on CloudABI. | Ed Schouten | -0/+968 | |
| As discussed in #47268, libstd isn't ready to have certain functionality disabled yet. Follow wasm's approach of adding no-op modules for all of the features that we can't implement. I've placed all of those shims in a shims/ subdirectory, so we (the CloudABI folks) can experiment with removing them more easily. It also ensures that the code that does work doesn't get polluted with lots of useless boilerplate code. | ||||
