1. 22 May, 2021 4 commits
  2. 18 Apr, 2021 1 commit
  3. 18 Mar, 2021 1 commit
  4. 21 Jan, 2021 1 commit
    • Geoffry Song's avatar
      Let the ? operator work natively in try_stream!. (#53) · 623c5564
      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.
      623c5564
  5. 20 Jan, 2021 4 commits
  6. 27 Dec, 2020 3 commits
  7. 26 Dec, 2020 2 commits
  8. 01 Nov, 2020 1 commit
  9. 15 Oct, 2020 1 commit
  10. 04 Sep, 2020 2 commits
  11. 05 Aug, 2020 2 commits
  12. 27 Jan, 2020 2 commits
  13. 11 Jan, 2020 1 commit
  14. 19 Dec, 2019 3 commits
  15. 15 Nov, 2019 2 commits
  16. 13 Nov, 2019 1 commit
    • Roman Proskuryakov's avatar
      Update to stable rust (#14) · 5f4b315d
      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
      5f4b315d
  17. 18 Oct, 2019 2 commits
  18. 01 Oct, 2019 2 commits
  19. 11 Sep, 2019 2 commits
  20. 29 Aug, 2019 1 commit
  21. 19 Aug, 2019 2 commits