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
/
core
/
src
/
task
Age
Commit message (
Expand
)
Author
Lines
2024-01-20
docs: remove recommendations to use LocalWaker in stable API documentation
Tomás Vallotton
-57
/
+46
2024-01-20
fix: Apply suggestions from code review
tvallotton
-3
/
+2
2024-01-20
doc: update thread safety explanation for RawWakerVTable and RawWaker.
Tomás Vallotton
-19
/
+43
2024-01-20
chore: add and !Sync impls for LocalWaker as a stability guarantee.
Tomás Vallotton
-0
/
+5
2024-01-20
fix: change issue number of waker_getters from #87021 to #96992.
Tomás Vallotton
-1
/
+1
2024-01-20
chore: fix ci failures
Tomás Vallotton
-3
/
+3
2024-01-20
feat: impl AsRef<LocalWaker> for Waker.
Tomás Vallotton
-0
/
+8
2024-01-20
chore: add tracking issue number to local waker feature
Tomás Vallotton
-14
/
+14
2024-01-20
fix: make LocalWake available in targets that don't support atomics by removi...
Tomás Vallotton
-2
/
+2
2024-01-20
feat: add try_waker and From<&mut Context> for ContextBuilder to allow the ex...
Tomás Vallotton
-12
/
+67
2024-01-20
refactor: remove in favor of and to make the API infallible.
Tomás Vallotton
-52
/
+29
2024-01-20
perf: move null check from local_wake() to build()
Tomás Vallotton
-9
/
+16
2024-01-20
feat: add LocalWaker type, ContextBuilder type, and LocalWake trait.
Tomás Vallotton
-24
/
+339
2024-01-17
Change return type of unstable `Waker::noop()` from `Waker` to `&Waker`.
Kevin Reid
-5
/
+12
2024-01-11
Waker::will_wake: Compare vtable address instead of its content
Tomasz Miąsko
-1
/
+3
2023-12-12
fix `waker_getters` tracking issue number
Lukas Markeffsky
-3
/
+3
2023-12-10
remove redundant imports
surechen
-2
/
+1
2023-07-27
Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily
SabrinaJewson
-1
/
+14
2023-06-07
Auto merge of #96875 - SabrinaJewson:noop-waker, r=m-ou-se
bors
-0
/
+40
2023-05-19
tidy
Ibraheem Ahmed
-1
/
+0
2023-05-19
remove unstable `Poll::ready`
Ibraheem Ahmed
-91
/
+0
2023-05-16
Hide repr attribute from doc of types without guaranteed repr
David Tolnay
-1
/
+1
2023-05-10
Remove useless drop of copy type
Urgau
-3
/
+3
2023-04-16
rm const traits in libcore
Deadbeef
-2
/
+1
2023-02-13
Inline `Poll` methods
EFanZh
-0
/
+5
2023-01-30
stage-step cfgs
Mark Rousskov
-1
/
+1
2023-01-19
Transform async ResumeTy in generator transform
Arpad Borsos
-0
/
+1
2023-01-02
Add PhantomData marker to Context to make Context !Send and !Sync
James Higgins
-1
/
+4
2022-12-28
Update bootstrap cfg
Pietro Albini
-1
/
+1
2022-12-20
Refer to "Waker" rather than "RawWaker" in `drop` comment
Geoffry Song
-2
/
+2
2022-12-19
Revert "Replace usage of `ResumeTy` in async lowering with `Context`"
Andrew Pollack
-1
/
+0
2022-12-06
Replace usage of `ResumeTy` in async lowering with `Context`
Arpad Borsos
-0
/
+1
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+1
2022-09-19
Added tracking issue
y86-dev
-3
/
+3
2022-09-14
Made from_waker, waker, from_raw const
y86-dev
-3
/
+6
2022-08-03
Remove self-referential intra-doc links.
Kevin Reid
-4
/
+4
2022-08-03
Document that `RawWakerVTable` functions must be thread-safe.
Kevin Reid
-12
/
+38
2022-07-18
stabilize `core::task::ready!`
Yoshua Wuyts
-5
/
+2
2022-06-20
Add tracking issue for `noop_waker`
SabrinaJewson
-1
/
+1
2022-05-25
Rollup merge of #93966 - rkuhn:patch-1, r=tmandry
Yuki Okushi
-0
/
+13
2022-05-13
Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.
Nicholas Nethercote
-1
/
+0
2022-05-09
Add `task::Waker::noop`
SabrinaJewson
-0
/
+40
2022-05-04
add caveat discussed in #74335
Roland Kuhn
-0
/
+4
2022-02-20
improve wording of Waker::wake documentation
Roland Kuhn
-6
/
+8
2022-02-17
Rollup merge of #89869 - kpreid:from-doc, r=yaahc
Matthias Krüger
-1
/
+1
2022-02-13
document expectations for Waker::wake
Roland Kuhn
-0
/
+7
2021-12-17
Implement data and vtable getters for `RawWaker`
oxalica
-0
/
+24
2021-12-04
Add documentation to more `From::from` implementations.
Kevin Reid
-1
/
+1
2021-10-31
Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett
Matthias Krüger
-0
/
+2
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+2
[prev]
[next]