Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-lang/hashbrown issues and pull requests

#466 - Add low-level `HashTable` API

Pull Request - State: closed - Opened by Amanieu about 1 year ago - 15 comments

#465 - Fix two bugs in `clone_from` one of which is mine 😅 (was introduced in #458)

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#464 - Change `&` to `&mut` where applicable

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#464 - Change `&` to `&mut` where applicable

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#463 - Remove duplicate job

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog about 1 year ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog about 1 year ago - 4 comments

#462 - Gate tests behind basic checks passing first

Pull Request - State: closed - Opened by udoprog about 1 year ago - 4 comments

#461 - Shared context

Pull Request - State: closed - Opened by udoprog about 1 year ago - 8 comments

#461 - Shared context

Pull Request - State: open - Opened by udoprog about 1 year ago - 6 comments

#460 - Temporary fix `cross` and `CI`

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#460 - Temporary fix `cross` and `CI`

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 4 comments

#459 - Update RawTable with fallible APIs

Pull Request - State: open - Opened by udoprog about 1 year ago - 2 comments

#459 - Update RawTable with fallible APIs

Pull Request - State: closed - Opened by udoprog about 1 year ago - 4 comments

#458 - Simplify `Clone` by removing redundant guards

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 5 comments

#457 - Relax MSRV to 1.63.0

Pull Request - State: closed - Opened by cuviper about 1 year ago - 21 comments

#456 - Support fallible eq and hasher in raw API

Issue - State: open - Opened by udoprog about 1 year ago - 8 comments

#456 - Support fallible eq and hasher in raw API

Issue - State: open - Opened by udoprog about 1 year ago - 1 comment

#455 - Returning / Accepting hash codes

Issue - State: open - Opened by YuriGor about 1 year ago

#455 - Returning / Accepting hash codes

Issue - State: open - Opened by YuriGor about 1 year ago

#454 - Properly document algorithm

Issue - State: open - Opened by clarfonthey about 1 year ago

#453 - Bug in `RawIter::reflect_toggle_full`

Issue - State: closed - Opened by JustForFun88 about 1 year ago

#452 - Add a `insert_unique_hashed_nocheck` method

Pull Request - State: closed - Opened by Zoxc about 1 year ago - 2 comments

#451 - Slightly speed up the `resize_inner` function + documentation of other functions.

Pull Request - State: closed - Opened by JustForFun88 about 1 year ago - 13 comments

#450 - Add reinsert to RawOccupiedEntryMut

Pull Request - State: closed - Opened by 1kjo about 1 year ago - 3 comments

#449 - Allow serializing `HashMap`s that use a custom allocator

Pull Request - State: closed - Opened by tomcc-reactor about 1 year ago - 7 comments

#448 - Update CHANGELOG.md

Pull Request - State: closed - Opened by SWW13 about 1 year ago - 5 comments

#447 - Reserve extra element only if not found

Pull Request - State: closed - Opened by Dandandan about 1 year ago - 1 comment

#446 - Publicly re-export `Equivalent` from the crate root

Pull Request - State: closed - Opened by Amanieu about 1 year ago - 4 comments

#445 - hashbrown fails to build with stable Rust

Issue - State: closed - Opened by yurivict about 1 year ago - 3 comments

#444 - Consider not dropping entries on panicky rehashes

Issue - State: open - Opened by Manishearth about 1 year ago - 2 comments

#443 - Add `--generate-link-to-definition` option when building on docs.rs

Pull Request - State: closed - Opened by GuillaumeGomez about 1 year ago - 4 comments

#442 - Use the `Equivalent` trait from the `equivalent` crate

Pull Request - State: closed - Opened by Amanieu about 1 year ago - 4 comments

#440 - Update Cargo.toml

Pull Request - State: closed - Opened by ghost over 1 year ago - 2 comments

#439 - Fix leaking of allocator in `RawIntoIter` and `RawIntoParIter`

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 4 comments

#438 - bug: Memory leak when using `into_iter`.

Issue - State: closed - Opened by liurenjie1024 over 1 year ago

#437 - A heisenbug in generic version of Group::match_bytes

Issue - State: closed - Opened by sweet-jelly over 1 year ago - 2 comments

#436 - Avoid reporting a capacity of zero when there is still space in the map.

Pull Request - State: open - Opened by Diggsey over 1 year ago - 4 comments

#435 - Conversion of raw pointers into buckets

Issue - State: open - Opened by florian1345 over 1 year ago - 5 comments

#434 - Prepare release of v0.14.0

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 4 comments

#433 - Clean up some internals

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 4 comments

#432 - Add support for rkyv serialization and deserialization

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 7 comments

#431 - Bump MSRV to 1.64

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 8 comments

#430 - Add NEON backend for RawTable

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 8 comments

#429 - Clean up `RawTable` API

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 4 comments

#428 - Special case `clear()` on empty tables

Pull Request - State: closed - Opened by fornwall over 1 year ago - 7 comments

#427 - Remove lifetime on RawIterHash, for more flexibility & to match RawIter

Pull Request - State: closed - Opened by moulins over 1 year ago - 4 comments

#425 - Change key to return `&K` rather than `&Q`

Pull Request - State: closed - Opened by programmerjake over 1 year ago - 5 comments

#424 - Consider extracting RawTable into a separate crate

Issue - State: open - Opened by stepancheg over 1 year ago - 1 comment

#423 - Relax the trait bounds of `HashSet::raw_table{,_mut}`

Pull Request - State: closed - Opened by kawadakk over 1 year ago - 4 comments

#422 - Relax the trait bounds of `HashSet::raw_table{,_mut}`

Pull Request - State: closed - Opened by kawadakk over 1 year ago - 1 comment

#421 - `map::OccupiedEntryRef::key` should return `&K` rather than `&Q`

Issue - State: closed - Opened by programmerjake over 1 year ago - 1 comment

#420 - Implement iterator which starts at arbitrary location

Pull Request - State: open - Opened by alfa07 over 1 year ago - 5 comments

#419 - feat: add return val to `replace_bucket_with` `replace_entry_with`

Pull Request - State: open - Opened by Daniel-Aaron-Bloom over 1 year ago - 6 comments

#418 - shared reference version of `HashMap::raw_table`

Issue - State: closed - Opened by digama0 over 1 year ago - 3 comments

#417 - Add support for allocator-api2

Pull Request - State: closed - Opened by zakarumych over 1 year ago - 17 comments

#416 - Fix CI by removing stabilized nightly feature

Pull Request - State: closed - Opened by Amanieu over 1 year ago - 4 comments

#415 - `RawIterHash` is unnecessarily restrictive

Issue - State: closed - Opened by moulins over 1 year ago - 1 comment

#414 - Correct a typo in macros.rs

Pull Request - State: closed - Opened by felixonmars over 1 year ago - 4 comments

#413 - Make non-nightly Allocator public

Issue - State: open - Opened by duarten over 1 year ago - 1 comment

#411 - Doc `erase` and `prepare_rehash_in_place`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 13 comments

#410 - "Pony" is misspelled as "Poney" in dozens of places in map.rs.

Issue - State: open - Opened by fadedbee over 1 year ago - 1 comment

#409 - Fixed spelling of "pony".

Pull Request - State: closed - Opened by fadedbee over 1 year ago - 1 comment

#408 - Initial implementation of `try_get_many`

Pull Request - State: open - Opened by JustForFun88 over 1 year ago - 1 comment

#407 - Fix last bug in `RawTable::clone_from_impl`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 4 comments

#406 - Doc `RawTableInner::find_inner`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago

#405 - Doc `RawTableInner::find_insert_slot` and also make it unsafe

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 6 comments

#404 - raw_table + raw_table_mut

Pull Request - State: closed - Opened by tower120 over 1 year ago - 4 comments

#403 - immutable access to RawTable?

Issue - State: open - Opened by tower120 over 1 year ago - 6 comments

#402 - Optimize insertion to use only one lookup (second try)

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago

#401 - Feature request: Add `get_or_compute`/`compute_if_absent` function

Issue - State: open - Opened by yyny over 1 year ago - 1 comment

#400 - Fix `HashSet::get_or_insert_with`

Pull Request - State: open - Opened by JustForFun88 over 1 year ago - 4 comments

#399 - Violating the set invariant with `HashSet::get_or_insert_with`

Issue - State: open - Opened by JustForFun88 over 1 year ago - 2 comments

#398 - Doc `RawTableInner::set_ctrl_h2`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 4 comments

#397 - Doc `replace_ctrl_h2`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 4 comments

#396 - Add `HashSet::get_or_insert_with_mut`

Pull Request - State: open - Opened by yyny over 1 year ago - 4 comments

#395 - Apply Clippy suggestions

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 4 comments

#394 - Doc `RawTableInner::set_ctrl`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 4 comments

#393 - Doc `RawTableInner::ctrl`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 8 comments

#392 - Doc `new_uninitialized` and `fallible_with_capacity`

Pull Request - State: closed - Opened by JustForFun88 over 1 year ago - 5 comments

#391 - Experiment with Equivalent that takes self by value

Pull Request - State: closed - Opened by cuviper over 1 year ago - 3 comments

#390 - use strict provenance APIs on nightly

Pull Request - State: closed - Opened by RalfJung over 1 year ago - 11 comments

#389 - Provide default hasher types to `Vacant` and `Occupied` entries

Pull Request - State: closed - Opened by TheBlueMatt over 1 year ago - 4 comments

#388 - No-op branch in RawIter::next

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 4 comments

#387 - Mark RawTable::data_start NonNull

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 11 comments

#386 - Wrong nightly guard in RawTable::data_start

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 4 comments

#385 - Mark non-private members of mod raw pub(crate)

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 4 comments

#384 - hashbrown is not following strict provenance

Issue - State: closed - Opened by RalfJung over 1 year ago - 4 comments

#383 - rayon parallel iterators execute serially

Issue - State: open - Opened by farnoy over 1 year ago - 4 comments

#382 - Add a `take_any` method

Issue - State: open - Opened by timothee-haudebourg over 1 year ago - 3 comments

#381 - Apply clippy suggestions

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 10 comments

#380 - Add .rustfmt.toml with two options:

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 1 comment

#379 - Fix RawTable::allocation_info for empty table

Pull Request - State: closed - Opened by stepancheg over 1 year ago - 4 comments

#378 - chore: update version in README

Pull Request - State: closed - Opened by sno2 almost 2 years ago - 1 comment