summaryrefslogtreecommitdiffstats
path: root/tokio/src/util/bit.rs
AgeCommit message (Expand)Author
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-23ci: deny warnings on '--cfg tokio_unstable' tests (#2859)Taiki Endo
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche