-
Notifications
You must be signed in to change notification settings - Fork 447
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: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7684d50d6ede
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f65bc8aa7910
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 1 file changed
- 1 contributor
Commits on Sep 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7b29dfe - Browse repository at this point
Copy the full SHA 7b29dfeView commit details -
Add RingBuffer::{enqueue_allocated,dequeue_allocated}.
These should be used instead of enqueue_many because they do not require the caller to handle wraparound explicitly.
Configuration menu - View commit details
-
Copy full SHA for 3c74d33 - Browse repository at this point
Copy the full SHA 3c74d33View commit details -
Make sure all side-effectful RingBuffer methods are #[must_use].
Some of them already use Result, but the ones that can return an empty slice (or a slice shorter than requested) also must have their return value (at least) checked.
Configuration menu - View commit details
-
Copy full SHA for f65bc8a - Browse repository at this point
Copy the full SHA f65bc8aView commit details
There are no files selected for viewing