- 22 May, 2021 4 commits
-
-
Taiki Endo authored
-
Taiki Endo authored
-
Taiki Endo authored
-
Sergio Benitez authored
-
- 18 Apr, 2021 1 commit
-
-
Taiki Endo authored
-
- 18 Mar, 2021 1 commit
-
-
Taiki Endo authored
This reverts commit 623c5564.
-
- 21 Jan, 2021 1 commit
-
-
Geoffry Song authored
Insteads of desugaring `?` in the macro, we can have the async block itself return `Result<(), E>`, and adjust the supporting code so that `?` just works. The benefit is that this allows `?` operators that are hidden behind macros.
-
- 20 Jan, 2021 4 commits
-
-
Taiki Endo authored
-
Geoffry Song authored
-
Darren Tsung authored
On versions prior to 1.45, the compiler will error with `procedural macros cannot be expanded to statements`.
-
Taiki Endo authored
-
- 27 Dec, 2020 3 commits
-
-
Taiki Endo authored
-
Koxiaet authored
* Refactor Scrub * Wrap macro in a declarative macro and use $crate As a downside we get slightly worse error messages as the filename and line number will point to the macro definition site instead of the call site.
-
Koxiaet authored
* Document for await syntax * Make `README.md` a symlink to `async-stream/README.md`
-
- 26 Dec, 2020 2 commits
-
-
Taiki Endo authored
-
Taiki Endo authored
-
- 01 Nov, 2020 1 commit
-
-
Ian Douglas Scott authored
-
- 15 Oct, 2020 1 commit
-
-
Taiki Endo authored
-
- 04 Sep, 2020 2 commits
-
-
Taiki Endo authored
-
Taiki Endo authored
-
- 05 Aug, 2020 2 commits
-
-
Carl Lerche authored
-
Taiki Endo authored
This now requires 1.45
-
- 27 Jan, 2020 2 commits
-
-
Carl Lerche authored
-
Taiki Endo authored
-
- 11 Jan, 2020 1 commit
-
-
Dominic authored
-
- 19 Dec, 2019 3 commits
-
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
-
- 15 Nov, 2019 2 commits
-
-
Lucio Franco authored
-
Roman Proskuryakov authored
-
- 13 Nov, 2019 1 commit
-
-
Roman Proskuryakov authored
* Remove redundant reexports: Pin and Option * Switch CI to stable Rust * Fix UI tests to match stable Rust * Update futures-rs to 0.3.0 * Change impl Stream for AsyncStream to use Self::Item * Fix doc links to point to futures-core instead of futures-core-preview * Update READMEs to use the same includes as docs from lib.rs
-
- 18 Oct, 2019 2 commits
-
-
Angus Lees authored
We get FusedStream for free, given the implementation. May as well expose this information to avoid unnecessary fused wrappers.
-
Angus Lees authored
Bring `try_stream! { ...? }` closer to the usual `?` operator by converting the error type via `From`. Fixes #11
-
- 01 Oct, 2019 2 commits
-
-
Carl Lerche authored
-
Taiki Endo authored
-
- 11 Sep, 2019 2 commits
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- 29 Aug, 2019 1 commit
-
-
Taiki Endo authored
-
- 19 Aug, 2019 2 commits
-
-
Taiki Endo authored
-
Taiki Endo authored
-