about summary refs log tree commit diff
path: root/src/liballoc/task.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-91/+0
2020-07-14Remove unnecessary type hints from the Wake implYoshua Wuyts-3/+2
2020-06-19`#[deny(unsafe_op_in_unsafe_fn)]` in liballocLeSeulArtichaut-4/+5
2020-05-07Add Arc::{incr,decr}_strong_countYoshua Wuyts-5/+7
2020-04-03Fix link in task::Wake docsYoshua Wuyts-2/+4
2020-03-23Apply suggestions from code reviewSaoirse Shipwreckt-5/+5
2020-03-23Update src/liballoc/task.rsSaoirse Shipwreckt-1/+1
2020-03-23More explicit; CFG on atomic pointerWithout Boats-3/+3
2020-03-23typoWithout Boats-1/+1
2020-03-23Improve safety implementation, fix typosWithout Boats-16/+12
2020-03-23Add Wake trait for safe construction of Wakers.Without Boats-0/+91
2019-02-03Update the future/task APIMatthias Einwag-130/+0
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-5/+3
2019-02-02liballoc: apply uniform_paths.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-3/+5
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-12/+3
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-6/+12
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-3/+6
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-1/+1
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+140