Skip to content

Pull requests: rust-lang/futures-rs

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

resolve unnecessary map_or Clippy issue
#2904 opened Jan 2, 2025 by brodycj Loading…
feat: select! macro for no-std environments
#2903 opened Dec 25, 2024 by ytakano Loading…
Shared: fix shared futures missing wake up
#2899 opened Nov 27, 2024 by zekun000 Loading…
Document cancel-safety of StreamExt::next
#2896 opened Nov 13, 2024 by akonradi-signal Loading…
Change condition for is_terminated in Zip
#2895 opened Oct 30, 2024 by haroldbruintjes Loading…
Allow Abortable::new to accept &mut AbortRegistration
#2881 opened Aug 30, 2024 by sutes-work Loading…
Add OptionalFuture helper
#2872 opened Jul 17, 2024 by jtojnar Loading…
Add BoxTryFuture and BoxTryStream aliases
#2870 opened Jul 12, 2024 by Velnbur Loading…
Support shared futures on no_std A-future Area: futures::future S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author
#2868 opened Jul 2, 2024 by adavis628 Loading…
Add OwnedMappedMutexGuard for OwnedMutexGuard
#2859 opened May 14, 2024 by borngraced Loading…
Add StreamExt::map_while
#2856 opened May 4, 2024 by nanoqsh Loading…
Add variant of LocalPool with bound lifetime
#2846 opened Mar 27, 2024 by haroldbruintjes Loading…
Implement the UnwindSafe/RefUnwindSafe traits on channels A-channel Area: futures::channel S-blocked Status: Blocked on something else
#2772 opened Sep 9, 2023 by tomaka Loading…
Constrain Future::Output in supertrait of TryFuture S-blocked Status: Blocked on something else
#2763 opened Jul 19, 2023 by hlbarber Loading…
add mapped_futures A-stream Area: futures::stream
#2751 opened Jun 11, 2023 by StoicDeveloper Loading…
futures-util: Update Future combinators to preserve Clone S-needs-decision Status: A decision on whether or not to do this is needed.
#2742 opened May 8, 2023 by zjijz Loading…
Improve comment for FuturesOrdered and FuturesUnordered docs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author
#2714 opened Mar 3, 2023 by th4s Loading…
add is_some and is_none to OptionFuture A-future Area: futures::future S-needs-decision Status: A decision on whether or not to do this is needed.
#2690 opened Jan 17, 2023 by MarinPostma Loading…
impl Future for stream::{Buffered, BufferUnordered, FuturesOrdered} S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author
#2677 opened Dec 18, 2022 by arcnmx Loading…
In ready_chunks, reserve capacity based on size_hint S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author
#2661 opened Oct 30, 2022 by stepancheg Loading…
ProTip! Filter pull requests by the default branch with base:master.