summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/addr.rs
AgeCommit message (Expand)Author
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-28Seal ToSocketAddrs methods with an internal argument (#2892)Sean McArthur
2020-08-01net: impl ToSocketAddrs for (String, u16) (#2724)南浦月
2020-07-13doc: fix typo from "Rust langague" to "Rust language" (#2656)Antoine Murat
2020-06-11net: impl ToSocketAddrs for &[SocketAddr] (#2604)Taiki Endo
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-13stream: add `StreamExt::collect()` (#2109)Carl Lerche
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15net: add more impls for ToSocketAddrs (#1760)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-05runtime: combine `executor` and `runtime` mods (#1734)Carl Lerche
2019-10-28executor: move into `tokio` crate (#1702)Carl Lerche
2019-10-25net: move into tokio crate (#1683)Carl Lerche