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
/
future
Age
Commit message (
Expand
)
Author
Lines
2025-06-07
Address documentation issues identified with Future
Diggory Blake
-7
/
+16
2025-05-12
update cfg(bootstrap)
Pietro Albini
-3
/
+0
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-273
/
+41
2025-02-15
tidying up tidy
progressive-galib
-4
/
+4
2025-02-15
replaced the four occurrences of issue ="50547" in
progressive.galib
-4
/
+4
2025-01-08
update cfg(bootstrap)
Pietro Albini
-3
/
+2
2024-12-20
split up `#[rustc_deny_explicit_impl]` attribute
Lukas Markeffsky
-1
/
+3
2024-11-27
update cfgs
Boxy
-1
/
+1
2024-10-30
rustdoc-search: simplify rules for generics and type params
Michael Howell
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+7
2024-09-03
replace placeholder version
Boxy
-1
/
+1
2024-08-31
Fixed more typos in library/core
ranger-ross
-2
/
+2
2024-08-08
Stabilize `Ready::into_inner()`
daxpedda
-2
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+8
2024-07-26
Fix doc nits
John Arundel
-6
/
+6
2024-06-17
Add tracking issue to async_drop API
Daria Sukhonina
-13
/
+13
2024-06-11
remove cfg(bootstrap)
Pietro Albini
-2
/
+1
2024-05-31
Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk
bors
-0
/
+13
2024-05-29
Add lang item for Future::Output
Michael Goulet
-1
/
+1
2024-05-29
Add safety comment to fix tidy
Daria Sukhonina
-0
/
+2
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-0
/
+11
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-2
/
+0
2024-04-16
Add simple async drop glue generation
zetanumbers
-0
/
+277
2024-04-09
Fix typo in `Future::poll()` docs
Jules Bertholet
-1
/
+1
2024-03-03
Use root obligation on E0277 for some cases
Esteban Küber
-2
/
+6
2024-01-05
Replace some usage of `#[rustc_on_unimplemented]` with
Georg Semmler
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-06-19
Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,...
Matthias Krüger
-0
/
+87
2023-06-18
[doc] poll_fn: explain how to pin captured state safely
Daniel Henry-Mantilla
-0
/
+87
2023-05-19
tidy
Ibraheem Ahmed
-1
/
+1
2023-05-19
remove unstable `Poll::ready`
Ibraheem Ahmed
-3
/
+3
2023-05-07
Remove `identity_future` from stdlib
Arpad Borsos
-7
/
+0
2023-05-01
Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber
Matthias Krüger
-0
/
+1
2023-04-28
handle cfg(bootstrap)
Pietro Albini
-1
/
+0
2023-04-27
Don't call await a method
Michael Goulet
-0
/
+1
2023-03-08
Remove `identity_future` indirection
Arpad Borsos
-5
/
+1
2023-01-29
Remove `GenFuture` from core
Arpad Borsos
-45
/
+0
2023-01-19
Transform async ResumeTy in generator transform
Arpad Borsos
-0
/
+4
2023-01-03
Suggest more impl Trait on `-> _`
Michael Goulet
-0
/
+1
2022-12-28
Update bootstrap cfg
Pietro Albini
-3
/
+2
2022-12-19
Revert "Replace usage of `ResumeTy` in async lowering with `Context`"
Andrew Pollack
-8
/
+2
2022-12-06
Replace usage of `ResumeTy` in async lowering with `Context`
Arpad Borsos
-2
/
+8
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-8
/
+19
2022-11-17
Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk
bors
-0
/
+1
2022-11-09
Allow and add `track_caller` to generators
Bryan Garza
-0
/
+1
2022-10-06
poll_fn and Unpin: fix pinning
Ralf Jung
-4
/
+7
2022-08-30
Implement `Ready::into_inner()`
dAxpeDDa
-0
/
+24
2022-07-16
Stabilize `future_poll_fn`
Yuki Okushi
-9
/
+8
2022-06-30
Stabilize `into_future`
Yoshua Wuyts
-14
/
+6
[next]