-
Notifications
You must be signed in to change notification settings - Fork 662
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rust-lang/futures-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.27
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/futures-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.28
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 26 files changed
- 5 contributors
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8869f59 - Browse repository at this point
Copy the full SHA 8869f59View commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b86e46 - Browse repository at this point
Copy the full SHA 4b86e46View commit details -
``` warning: `crate::task::panic_waker` is both a module and a function --> futures-test/src/task/mod.rs:26:23 | 26 | //! - [`panic_waker`](crate::task::panic_waker) creates a waker that panics when | ^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default help: to link to the module, prefix with `mod@` | 26 | //! - [`panic_waker`](mod@crate::task::panic_waker) creates a waker that panics when | ++++ help: to link to the function, add parentheses | 26 | //! - [`panic_waker`](crate::task::panic_waker()) creates a waker that panics when | ++ ```
Configuration menu - View commit details
-
Copy full SHA for 890f893 - Browse repository at this point
Copy the full SHA 890f893View commit details -
Configuration menu - View commit details
-
Copy full SHA for a730a19 - Browse repository at this point
Copy the full SHA a730a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94e020d - Browse repository at this point
Copy the full SHA 94e020dView commit details -
Don't ignore empty state polling (#2728)
* Don't ignore empty state polling * Test case * Start polling in a loop to ensure we don't wait for an outdated waker
Configuration menu - View commit details
-
Copy full SHA for 6a436eb - Browse repository at this point
Copy the full SHA 6a436ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bee396 - Browse repository at this point
Copy the full SHA 3bee396View commit details -
Fix unknown_lints and unused_imports warnings in test (#2732)
``` error: unknown lint: `useless_anonymous_reexport` --> futures/tests/no-std/src/lib.rs:3:10 | 3 | #![allow(useless_anonymous_reexport)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unknown-lints` implied by `-D warnings` error: unused import: `futures_core::task::__internal::AtomicWaker as _` --> futures/tests/no-std/src/lib.rs:7:9 | 7 | pub use futures_core::task::__internal::AtomicWaker as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` error: unused import: `futures_channel::oneshot as _` --> futures/tests/no-std/src/lib.rs:15:9 | 15 | pub use futures_channel::oneshot as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unused import: `futures::task::AtomicWaker as _` --> futures/tests/no-std/src/lib.rs:19:9 | 19 | pub use futures::task::AtomicWaker as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unused import: `futures::stream::FuturesOrdered as _` --> futures/tests/no-std/src/lib.rs:23:9 | 23 | pub use futures::stream::FuturesOrdered as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unused import: `futures_util::task::AtomicWaker as _` --> futures/tests/no-std/src/lib.rs:27:9 | 27 | pub use futures_util::task::AtomicWaker as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: unused import: `futures_util::stream::FuturesOrdered as _` --> futures/tests/no-std/src/lib.rs:31:9 | 31 | pub use futures_util::stream::FuturesOrdered as _; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
Configuration menu - View commit details
-
Copy full SHA for a3f80e6 - Browse repository at this point
Copy the full SHA a3f80e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e80d4 - Browse repository at this point
Copy the full SHA 98e80d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206b12b - Browse repository at this point
Copy the full SHA 206b12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1685f8b - Browse repository at this point
Copy the full SHA 1685f8bView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.27...0.3.28