-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Deny OOM, embrace try_reserve
#448
Open
VictorKoenders
wants to merge
13
commits into
trunk
Choose a base branch
from
feature/fallible_allocations
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 17, 2024
-
Added a pipeline to deny 'no_global_oom_handling'
Added try_reserve to VecWriter, Vec, VecDeque and HashMap Made the OOM test succeed on the latest nightly Made the OOM check work on nightly Disabled stable checks for now Removed feature that is stable in current nightly Fixed issue where Box<[T]> would not do the size limit check Added a drop guard to `impl<T> Decode for Vec<T>` to make sure memory is not leaked when T::Decode panics Made the implementation of `VecWriter` use less lines of unsfe Fixed errors while merging
Configuration menu - View commit details
-
Copy full SHA for b77d9ea - Browse repository at this point
Copy the full SHA b77d9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b2702 - Browse repository at this point
Copy the full SHA 07b2702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d2a0b0 - Browse repository at this point
Copy the full SHA 1d2a0b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740c5ee - Browse repository at this point
Copy the full SHA 740c5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcc4f8 - Browse repository at this point
Copy the full SHA cfcc4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c02c1 - Browse repository at this point
Copy the full SHA 93c02c1View commit details -
Disabled test_std_file when running on miri as ignoring the tempfile …
…did not fix the runtime error
Configuration menu - View commit details
-
Copy full SHA for 2b4677a - Browse repository at this point
Copy the full SHA 2b4677aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c96ac68 - Browse repository at this point
Copy the full SHA c96ac68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 680ca6d - Browse repository at this point
Copy the full SHA 680ca6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36eea25 - Browse repository at this point
Copy the full SHA 36eea25View commit details -
Fixed a possible fallible allocation issue
Victor Koenders committedMar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 735e175 - Browse repository at this point
Copy the full SHA 735e175View commit details -
Victor Koenders committed
Mar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for e44d7c1 - Browse repository at this point
Copy the full SHA e44d7c1View commit details -
Victor Koenders committed
Mar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for c4e11a1 - Browse repository at this point
Copy the full SHA c4e11a1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.