| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Inline `Poll` methods | EFanZh | -0/+5 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -1/+1 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+1 |
| 2023-01-02 | Add PhantomData marker to Context to make Context !Send and !Sync | James Higgins | -1/+4 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -1/+1 |
| 2022-12-20 | Refer to "Waker" rather than "RawWaker" in `drop` comment | Geoffry Song | -2/+2 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -1/+0 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -0/+1 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -0/+1 |
| 2022-09-19 | Added tracking issue | y86-dev | -3/+3 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -3/+6 |
| 2022-08-03 | Remove self-referential intra-doc links. | Kevin Reid | -4/+4 |
| 2022-08-03 | Document that `RawWakerVTable` functions must be thread-safe. | Kevin Reid | -12/+38 |
| 2022-07-18 | stabilize `core::task::ready!` | Yoshua Wuyts | -5/+2 |
| 2022-05-25 | Rollup merge of #93966 - rkuhn:patch-1, r=tmandry | Yuki Okushi | -0/+13 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -1/+0 |
| 2022-05-04 | add caveat discussed in #74335 | Roland Kuhn | -0/+4 |
| 2022-02-20 | improve wording of Waker::wake documentation | Roland Kuhn | -6/+8 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -1/+1 |
| 2022-02-13 | document expectations for Waker::wake | Roland Kuhn | -0/+7 |
| 2021-12-17 | Implement data and vtable getters for `RawWaker` | oxalica | -0/+24 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -1/+1 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+2 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -1/+2 |
| 2021-10-11 | fix minor spelling error in Poll::ready docs | ast-ral | -1/+1 |
| 2021-10-11 | Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnay | Matthias Krüger | -2/+97 |
| 2021-10-11 | Add library tracking issue for poll_ready feature | David Tolnay | -7/+7 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+2 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+2 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-10-07 | revert stabilization of `core::task::ready!` | Ibraheem Ahmed | -2/+5 |
| 2021-10-07 | add `Poll::ready` | Ibraheem Ahmed | -0/+92 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -2/+3 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -2/+2 |
| 2021-07-28 | Update stable version of ready!() macro. | Mara Bos | -2/+2 |
| 2021-07-23 | Stabilize core::task::ready! | Yoshua Wuyts | -6/+2 |
| 2021-07-04 | Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitor | bors | -7/+100 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -53/+0 |
| 2021-06-25 | Document the various methods of `core::task::Poll` | Yoshua Wuyts | -7/+100 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+2 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -6/+6 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -3/+3 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -1/+65 |
| 2021-01-13 | stabilize the poll_map feature | Ashley Mannix | -2/+2 |
| 2020-12-02 | Use more std:: instead of core:: in docs for consistency, add more intra doc ... | Alexis Bourget | -8/+11 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -2/+1 |
| 2020-11-08 | Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus | Mara Bos | -2/+4 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -1/+2 |
| 2020-10-16 | Bump version to 1.49.0 | CDirkx | -2/+2 |