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
/
poll.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-4
/
+4
2024-08-25
link to Future::poll from the Poll docs
Jack O'Connor
-0
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-05-19
tidy
Ibraheem Ahmed
-1
/
+0
2023-05-19
remove unstable `Poll::ready`
Ibraheem Ahmed
-32
/
+0
2023-05-10
Remove useless drop of copy type
Urgau
-1
/
+1
2023-04-16
rm const traits in libcore
Deadbeef
-2
/
+1
2023-02-13
Inline `Poll` methods
EFanZh
-0
/
+5
2022-12-28
Update bootstrap cfg
Pietro Albini
-1
/
+1
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-0
/
+1
2021-12-04
Add documentation to more `From::from` implementations.
Kevin Reid
-1
/
+1
2021-10-18
Make more `From` impls `const`
woppopo
-1
/
+2
2021-10-11
fix minor spelling error in Poll::ready docs
ast-ral
-1
/
+1
2021-10-11
Add library tracking issue for poll_ready feature
David Tolnay
-1
/
+1
2021-10-07
add `Poll::ready`
Ibraheem Ahmed
-0
/
+33
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-2
/
+3
2021-08-21
Remove the `TryV2` alias
Scott McMurray
-2
/
+2
2021-07-04
Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitor
bors
-7
/
+100
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-53
/
+0
2021-06-25
Document the various methods of `core::task::Poll`
Yoshua Wuyts
-7
/
+100
2021-05-19
#[cfg(bootstrap)] out the v1 try_trait stuff
Scott McMurray
-0
/
+2
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-6
/
+6
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-3
/
+3
2021-04-17
Add the try_trait_v2 library basics
Scott McMurray
-1
/
+65
2021-01-13
stabilize the poll_map feature
Ashley Mannix
-2
/
+2
2020-11-08
Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus
Mara Bos
-2
/
+4
2020-10-16
Bump version to 1.49.0
CDirkx
-2
/
+2
2020-09-09
Add documentation for `impl<T> From<T> for Poll<T>`
Michael Howell
-0
/
+8
2020-09-02
Stabilize `Poll::is_ready` and `is_pending` as const
Christiaan Dirkx
-2
/
+4
2020-08-26
apply bootstrap cfgs
Pietro Albini
-2
/
+2
2020-08-16
hir: introduce lang items for AST lowering
David Wood
-0
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+167