summaryrefslogtreecommitdiff
path: root/src/liballoc/task.rs
Commit message (Expand)AuthorAgeFilesLines
* mv std libs to library/mark2020-07-271-91/+0
* Remove unnecessary type hints from the Wake implYoshua Wuyts2020-07-141-3/+2
* `#[deny(unsafe_op_in_unsafe_fn)]` in liballocLeSeulArtichaut2020-06-191-4/+5
* Add Arc::{incr,decr}_strong_countYoshua Wuyts2020-05-071-5/+7
* Fix link in task::Wake docsYoshua Wuyts2020-04-031-2/+4
* Apply suggestions from code reviewSaoirse Shipwreckt2020-03-231-5/+5
* Update src/liballoc/task.rsSaoirse Shipwreckt2020-03-231-1/+1
* More explicit; CFG on atomic pointerWithout Boats2020-03-231-3/+3
* typoWithout Boats2020-03-231-1/+1
* Improve safety implementation, fix typosWithout Boats2020-03-231-16/+12
* Add Wake trait for safe construction of Wakers.Without Boats2020-03-231-0/+91
* Update the future/task APIMatthias Einwag2019-02-031-130/+0
* liballoc: revert nested imports style changes.Mazdak Farrokhzad2019-02-031-5/+3
* liballoc: apply uniform_paths.Mazdak Farrokhzad2019-02-021-1/+1
* liballoc: refactor & fix some imports.Mazdak Farrokhzad2019-02-021-3/+5
* liballoc: cargo check passes on 2018Mazdak Farrokhzad2019-02-021-1/+1
* Remove licensesMark Rousskov2018-12-251-10/+0
* Switch to bootstrapping from 1.29 betaMark Rousskov2018-08-011-12/+3
* #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio2018-07-051-6/+12
* enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio2018-07-051-3/+6
* Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin2018-06-291-1/+1
* Add Future and task system to the standard libraryTaylor Cramer2018-06-061-0/+140