summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/stderr.rs
AgeCommit message (Expand)Author
2020-09-23io: fix stdout and stderr buffering on windows (#2734)Mikail Bagishov
2020-08-09io: use stderr in stderr documentation (#2746)Cameron Taggart
2020-03-22io: impl as `RawFd` / `AsRawHandle` for stdio (#2335)MarinPostma
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-10-26io: move into `tokio` crate (#1691)Carl Lerche
2019-10-21fs: move into `tokio` (#1672)Carl Lerche