index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liballoc
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-91
/
+0
2020-07-14
Remove unnecessary type hints from the Wake impl
Yoshua Wuyts
-3
/
+2
2020-06-19
`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc
LeSeulArtichaut
-4
/
+5
2020-05-07
Add Arc::{incr,decr}_strong_count
Yoshua Wuyts
-5
/
+7
2020-04-03
Fix link in task::Wake docs
Yoshua Wuyts
-2
/
+4
2020-03-23
Apply suggestions from code review
Saoirse Shipwreckt
-5
/
+5
2020-03-23
Update src/liballoc/task.rs
Saoirse Shipwreckt
-1
/
+1
2020-03-23
More explicit; CFG on atomic pointer
Without Boats
-3
/
+3
2020-03-23
typo
Without Boats
-1
/
+1
2020-03-23
Improve safety implementation, fix typos
Without Boats
-16
/
+12
2020-03-23
Add Wake trait for safe construction of Wakers.
Without Boats
-0
/
+91
2019-02-03
Update the future/task API
Matthias Einwag
-130
/
+0
2019-02-03
liballoc: revert nested imports style changes.
Mazdak Farrokhzad
-5
/
+3
2019-02-02
liballoc: apply uniform_paths.
Mazdak Farrokhzad
-1
/
+1
2019-02-02
liballoc: refactor & fix some imports.
Mazdak Farrokhzad
-3
/
+5
2019-02-02
liballoc: cargo check passes on 2018
Mazdak Farrokhzad
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-12
/
+3
2018-07-05
#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]
Jorge Aparicio
-6
/
+12
2018-07-05
enable Atomic*.{load,store} for ARMv6-M / MSP430
Jorge Aparicio
-3
/
+6
2018-06-29
Rename alloc::arc to alloc::sync, to match std::sync
Simon Sapin
-1
/
+1
2018-06-06
Add Future and task system to the standard library
Taylor Cramer
-0
/
+140