| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -129/+0 | |
| 2021-11-21 | Fix method name reference in stream documentation | Jonas Platte | -3/+3 | |
| 2021-06-23 | Add `core::stream::from_iter` | Yoshua Wuyts | -0/+2 | |
| 2021-01-23 | Remove `Stream::next` | Yoshua Wuyts | -36/+9 | |
| This is a temporary change only, as we wait to resolve dynamic dispatch issues. The `Stream::next` method and corresponding documentation are expected to be fully restored once we have a path to proceed. Ref: https://github.com/rust-lang/rfcs/pull/2996#issuecomment-757386206 update docs | ||||
| 2021-01-22 | Add `core::stream::Stream` | Yoshua Wuyts | -0/+154 | |
| This patch adds the `core::stream` submodule and implements `core::stream::Stream` in accordance with RFC2996. Add feedback from @camelid | ||||
