Skip to content
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

[pull] master from bluss:master #5

Open
wants to merge 283 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 20, 2020

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 20, 2020
@pull pull bot added the merge-conflict Resolve conflicts manually label Mar 15, 2021
cuviper and others added 28 commits July 30, 2021 16:25
Add minimal support for rustc-rayon
This patch adds `IndexMap::from(array)` and `IndexSet::from(array)` to
match the API for `HashMap`, `HashSet`, etc. as of
rust-lang/rust#84111.
Add `IndexMap::from(array)` and `IndexSet::from(array)`
This adds a builder to run `cargo miri` in order to check for certain
classes of undefined behavior.

One thing to note is that we've had to parameterize a number of tests to
use a smaller cycle count under miri. This is because miri's stacked
borrows checker is superlinear:

rust-lang/miri#1367

This can cause the miri builder to run out of memory. To avoid this, we
reduce the cycle counts for a few tests that are particularly expensive
when we're running inside miri.
cuviper and others added 30 commits February 11, 2024 13:35
... but also add `--all-features` to CI so we're sure it builds.
Fully mask the `"test_debug"` code from normal builds
Add more indexed methods to entries
We already avoid hashing for get/remove on empty maps, but we can also
do this for single-entry maps. Even with a cheap hash function, a single
equality check ought to be faster than any hash table lookup.
Avoid hashing for single-entry maps
Limit preallocation in deserializers
Simplify `cautious_capacity` since `Bucket` is never a ZST
Opt-in mutable access on IndexSet, release 2.2.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet