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
/
library
/
alloc
/
src
/
task.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-05
Stabilize noop_waker
Eric Holk
-1
/
+0
2024-11-10
split up the first paragraph of doc comments for better summaries
binarycat
-3
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-03-25
lib: fix some unnecessary_cast clippy lint
klensy
-2
/
+2
2024-02-26
Generate original vtable and clone's vtable in the same CGU
David Tolnay
-0
/
+13
2024-02-10
Remove the link.
Kevin Reid
-4
/
+5
2024-02-10
URL-encode chars in fragment.
Kevin Reid
-1
/
+1
2024-02-10
Additional doc links and explanation of `Wake`.
Kevin Reid
-3
/
+9
2024-01-20
doc: fix some doctests after rebase
Tomás Vallotton
-2
/
+2
2024-01-20
refactor: make waker mandatory.
Tomás Vallotton
-6
/
+10
2024-01-20
fix: Apply suggestions from code review
tvallotton
-3
/
+3
2024-01-20
chore: fix ci failures
Tomás Vallotton
-1
/
+1
2024-01-20
chore: add tracking issue number to local waker feature
Tomás Vallotton
-10
/
+12
2024-01-20
fix: make LocalWake available in targets that don't support atomics by removi...
Tomás Vallotton
-7
/
+11
2024-01-20
feat: add try_waker and From<&mut Context> for ContextBuilder to allow the ex...
Tomás Vallotton
-9
/
+11
2024-01-20
feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.
Tomás Vallotton
-1
/
+164
2023-04-25
Updating Wake example to use new 'pin!' macro
Mads Ravn
-1
/
+2
2022-06-17
Document the conditional existence of `alloc::sync` and `alloc::task`.
Kevin Reid
-0
/
+6
2021-04-22
Document From implementations for Waker and RawWaker
Michael Howell
-0
/
+6
2021-02-20
Update the bootstrap compiler
Joshua Nelson
-4
/
+0
2021-02-03
Stabilize the Wake trait
Yoshua Wuyts
-7
/
+59
2021-01-31
Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o...
Jonas Schievink
-2
/
+2
2021-01-15
Don't mark `ineffective_unstable_trait_impl` as an internal lint
Joshua Nelson
-2
/
+4
2020-12-18
Stabilize Arc::{incr,decr}_strong_count
Yoshua Wuyts
-2
/
+2
2020-09-11
Allow unstable From impl for [Raw]Waker.
Mara Bos
-0
/
+2
2020-08-18
Move to intra-doc links for task.rs and vec.rs
Surya Midatala
-3
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+91