summary refs log tree commit diff
path: root/library/core/src/task
AgeCommit message (Expand)AuthorLines
2021-01-13stabilize the poll_map featureAshley Mannix-2/+2
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-8/+11
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-2/+4
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-1/+2
2020-10-16Bump version to 1.49.0CDirkx-2/+2
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-2/+1
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-6/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-17Use intra-doc linksDenis Vasilik-26/+3
2020-09-16Rollup merge of #76534 - notriddle:doc-comments, r=jyn514Ralf Jung-0/+8
2020-09-12Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfacklerbors-2/+0
2020-09-09Add documentation for `impl<T> From<T> for Poll<T>`Michael Howell-0/+8
2020-09-02Stabilize `Poll::is_ready` and `is_pending` as constChristiaan Dirkx-2/+4
2020-08-26apply bootstrap cfgsPietro Albini-2/+2
2020-08-25Stabilize future readiness fnsYoshua Wuyts-2/+0
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+2
2020-07-28Add #[inline] to RawWaker::newTomasz Miąsko-0/+1
2020-07-27mv std libs to library/mark-0/+562