Commit Graph

30 Commits (f8af22ff98696059f1fc1984a89637479b63ae7b)

Author SHA1 Message Date
Michael J Ward 0d521cb77c Removes unstable feature flag from CI doc commands
Per Stjepan Glavina, this flag is superfluous because #[cfg(any(feature = "unstable", feature = "docs"))]
is used everywhere in the codebase.

Discussion: https://github.com/async-rs/async-std/pull/278#issuecomment-538744737
5 years ago
Stjepan Glavina 184427cc0b fix a bug in .travis.yml 5 years ago
Stjepan Glavina edfa2358a4 Re-export IO traits from futures 5 years ago
Yoshua Wuyts bd43490d72
fix cargo test --doc
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts c533d5f906
implement feedback & fix tests
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Yoshua Wuyts 713ab026c3
build unstable for docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Stjepan Glavina a7788d4610
Update .travis.yml
run CI only on specific branches
5 years ago
bors[bot] c3f6a5174b
Merge #168
168: Cache cargo artifacts r=yoshuawuyts a=stjepang

Supersedes #114 

This does not cache `~/.cargo/registry` because it's too big.

Co-authored-by: Stjepan Glavina <stjepang@gmail.com>
5 years ago
James Munns a8090be3eb Fix book to use futures_channel and futures_util, re-enable testing (#172)
* Fix book to use futures_channel and futures_util, re-enable testing

* Make dev dependencies for the book explicit
5 years ago
Stjepan Glavina 714e173948 Cache cargo artifacts 5 years ago
Yoshua Wuyts 98d9284e64
disable mdbook to allow tests to pass again (#159)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
5 years ago
Atul Bhosale 5d73776c69 Use the latest toolchain with rustfmt available if rustfmt is unavailable on the latest nightly (#155) 5 years ago
Roman Proskuryakov dde4b89369 Make Travis cfg pretty and modular (#118) 5 years ago
Stjepan Glavina 38a86766d3 Add future::timeout() (#20)
* Add future::timeout()

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Update src/future/timeout.rs

Co-Authored-By: Yoshua Wuyts <yoshuawuyts+github@gmail.com>

* Put futues::timeout behind unstable feature
5 years ago
James Munns 192c9683d9 Correct boolean inversion and overrided env vars 5 years ago
James Munns b39c720681 Only install mdbook if building the book 5 years ago
James Munns e0212e5229 Don't install cargo-update at all 5 years ago
James Munns eba85c3ede Fix regex, also install cargo-update with trust 5 years ago
James Munns de62620460 Implement installation using trust 5 years ago
Darin Morrison 06952b4c97 Test and build the book on travis 5 years ago
Stjepan Glavina e9e3754402
Add Surf example (#78)
* Add Surf example

* Use a different osx image
5 years ago
Florian Gilcher 3b9ee1ad48
Revert "Manual: automated link checking using mdbook-linkcheck (#61)"
This reverts commit fc1774a8ad.
5 years ago
ngirard fc1774a8ad Manual: automated link checking using mdbook-linkcheck (#61)
* travis.yml: add before_script instruction for mdbook and mdbook-linkcheck

* book.toml: add mdbook-linkcheck config options

* Update book.toml
5 years ago
Florian Gilcher 7e5ff9409b
Reenable windows builds (#49)
Currently deactivates windows docs build with `--feature docs`.
5 years ago
Stjepan Glavina d287237f7b Deny warnings on Travis 5 years ago
Florian Gilcher 09f0325746
Deactivate windows tests for now 5 years ago
Stjepan Glavina e93c138bf6 Reorder commands 5 years ago
Stjepan Glavina 08af9053d0 Fix broken build 5 years ago
Stjepan Glavina e02349473c Change docs.rs to docs 5 years ago
Florian Gilcher 5b0a6269a9
Initial commit 5 years ago