| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 | |
| 2018-12-21 | Update Pin API to match the one proposed for stabilization | Taylor Cramer | -1/+1 | |
| Remove pin::Unpin reexport and add Unpin to the prelude. Change Pin associated functions to methods. Rename get_mut_unchecked_ to get_unchecked_mut Remove impl Unpin for Pin Mark Pin repr(transparent) | ||||
| 2018-12-10 | Add #[must_use] attribute to stdlib traits | Felix Chapman | -0/+1 | |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -1/+1 | |
| 2018-09-19 | Remove spawning from task::Context | Taylor Cramer | -227/+34 | |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -7/+7 | |
| 2018-09-01 | Update to a new pinning API. | Without Boats | -14/+40 | |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -2/+2 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 | |
| 2018-07-30 | Implement Unpin for FutureObj and LocalFutureObj | Taylor Cramer | -0/+3 | |
| 2018-07-02 | Implement `UnsafeFutureObj` for `&mut Future` | Josef Reinhard Brandl | -1/+15 | |
| 2018-07-02 | Remove unnecessary `PhantomData` field | Josef Reinhard Brandl | -4/+2 | |
| 2018-07-02 | Add explanation for custom trait object | Josef Reinhard Brandl | -1/+18 | |
| 2018-07-02 | Fix naming convention issue | Josef Reinhard Brandl | -1/+1 | |
| 2018-07-02 | Improve doc comments for `FutureObj` | Josef Reinhard Brandl | -3/+4 | |
| 2018-07-02 | `UnsafeFutureObj` impl for `PinMut` | Josef Reinhard Brandl | -3/+3 | |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -0/+282 | |
