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
/
wake.rs
Age
Commit message (
Expand
)
Author
Lines
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-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-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-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-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-13
document expectations for Waker::wake
Roland Kuhn
-0
/
+7
2021-12-17
Implement data and vtable getters for `RawWaker`
oxalica
-0
/
+24
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+2
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+2
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+2
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2020-11-19
Bump bootstrap compiler version
Jake Goulding
-2
/
+1
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-1
/
+2
2020-10-07
Bump to 1.48 bootstrap compiler
Mark Rousskov
-2
/
+1
2020-09-27
Remove `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-6
/
+1
2020-09-27
Add a feature gate for basic function pointer use in `const fn`
Dylan MacKenzie
-0
/
+1
2020-09-17
Use intra-doc links
Denis Vasilik
-26
/
+3
2020-07-28
Add #[inline] to RawWaker::new
Tomasz Miąsko
-0
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+320