Ecosyste.ms: Issues

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

GitHub / Manishearth/elsa issues and pull requests

#73 - Question: Why cannot insert `usize` to FrozenIndexMap?

Issue - State: closed - Opened by namse 3 months ago - 1 comment

#72 - Fixes for PartialEq for frozen map and vec

Pull Request - State: closed - Opened by aminya 7 months ago

#71 - Set (and map) types that implement `Sync`?

Issue - State: closed - Opened by jplatte 8 months ago - 3 comments

#70 - fix: update indexmap and add its feature to Cargo.toml

Pull Request - State: closed - Opened by aminya 8 months ago

#69 - feat: implement Clone for all structures except LockfreeFrozenVec

Pull Request - State: open - Opened by aminya 8 months ago

#66 - feat: add iterator goodies to `sync::FrozenVec`

Pull Request - State: closed - Opened by huitseeker 9 months ago

#65 - feat: Implement Debug trait for sync variants of FrozenMap and FrozenVec

Pull Request - State: closed - Opened by huitseeker 9 months ago - 1 comment

#64 - Questions about `FrozenVec`

Issue - State: closed - Opened by bzm3r 9 months ago - 4 comments

#63 - doc: Enhance doctests for index set/map methods

Pull Request - State: closed - Opened by huitseeker 9 months ago

#62 - feat: implement PartialEq for LockFreeFrozenVec

Pull Request - State: closed - Opened by aminya 9 months ago

#61 - feat: add missing `#[derive(Debug)]` implementations

Pull Request - State: closed - Opened by huitseeker 9 months ago - 1 comment

#60 - feat: implement serde for all the containers

Pull Request - State: open - Opened by aminya 11 months ago - 5 comments

#59 - feat: implement Debug for all structures

Pull Request - State: closed - Opened by aminya 11 months ago - 1 comment

#58 - feat: add is empty for LockfreeFrozenVec

Pull Request - State: closed - Opened by aminya 11 months ago

#57 - feat: implement clone for LockFreeFrozenVec

Pull Request - State: closed - Opened by aminya 11 months ago - 1 comment

#56 - Actually avoid locks for reads

Pull Request - State: closed - Opened by oli-obk 11 months ago - 3 comments

#55 - Small docs fix

Pull Request - State: closed - Opened by sffc 11 months ago

#54 - Implement ~IntoIterator~ into_*_vec for everything

Pull Request - State: closed - Opened by sffc 11 months ago - 3 comments

#53 - AsMut in the code but not on docs.rs

Issue - State: closed - Opened by sffc 11 months ago - 2 comments

#52 - Add into_map for sync map

Pull Request - State: closed - Opened by sffc 11 months ago - 1 comment

#51 - sync::FrozenMap should have into_map

Issue - State: closed - Opened by sffc 11 months ago - 1 comment

#50 - Isn't indirect mutable aliasing also undefined behavior?

Issue - State: closed - Opened by lokegustafsson 11 months ago - 4 comments

#49 - Implement inserting items into `FrozenMap` with a callback function.

Pull Request - State: closed - Opened by alvra 11 months ago - 3 comments

#47 - Fix integer overflow -> undefined behavior in LockFreeFrozenVec capacity

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

#46 - Extend `sync::FrozenVec` and `sync::FrozenMap`

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

#45 - Fix two soundness bugs in LockFreeFrozenVec

Pull Request - State: closed - Opened by oli-obk about 1 year ago

#44 - Not actually lock-free

Issue - State: closed - Opened by Diggsey over 1 year ago - 8 comments

#43 - Add lock-free FrozenVecs

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

#42 - Implement `std::convert::AsMut` instead of "custom" `as_mut` functions

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

#41 - Add `is_empty` functions

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

#40 - Add note about write lock being held for duration

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

#39 - Fix version shield image in README

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

#38 - Expand `sync::FrozenMap` insertion API

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

#37 - Add Default implementations for `sync` versions

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

#36 - `sync` versions should also implement Default

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

#35 - Add FrozenMap::get_key_value

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

#34 - Give back references to keys

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

#33 - FrozenMap and friends should implement Clone

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

#32 - FrozenMap and friends should implement Debug

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

#31 - Implement `Debug` for relevant types.

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

#29 - FrozenVec invalidates references on resize

Issue - State: closed - Opened by sidju about 2 years ago - 2 comments

#28 - fix: implement Index<&Q> instead of Index<K>

Pull Request - State: closed - Opened by cjwcommuny about 2 years ago

#27 - Publish 1.7.0

Pull Request - State: closed - Opened by Manishearth over 2 years ago

#26 - Add non-sync btreemap

Pull Request - State: closed - Opened by Manishearth over 2 years ago

#25 - Add more methods to sync::FrozenBTreeMap

Pull Request - State: closed - Opened by Manishearth over 2 years ago

#24 - FrozenBTreeMap

Pull Request - State: closed - Opened by robertbastian over 2 years ago - 1 comment

#23 - Pin

Issue - State: closed - Opened by Yuri6037 over 2 years ago - 1 comment

#22 - Add `sync::FrozenVec::push_get_index` method

Pull Request - State: closed - Opened by tailhook over 2 years ago

#21 - Add hasher to other types

Pull Request - State: closed - Opened by Manishearth over 2 years ago

#20 - I found a way to iterate FrozenMap! (add FrozenMap::map_of_refs)

Pull Request - State: open - Opened by safinaskar over 2 years ago

#19 - index_set: allow customizing the hasher type.

Pull Request - State: closed - Opened by eddyb over 2 years ago - 1 comment

#18 - Added FrozenIndexMap::get_index

Pull Request - State: closed - Opened by safinaskar over 2 years ago - 2 comments

#17 - Add more functions to FrozenVec

Pull Request - State: closed - Opened by mwkmwkmwk almost 3 years ago - 1 comment

#16 - added map_get for sync::FrozenMap and FrozenIndexMap

Pull Request - State: closed - Opened by hclarke about 3 years ago

#15 - Ran cargo fmt and fixed warnings in sync example

Pull Request - State: closed - Opened by hclarke about 3 years ago - 1 comment

#14 - Added a way to safely use the smart pointers in FrozenMap

Pull Request - State: closed - Opened by hclarke about 3 years ago - 2 comments

#13 - Allow the use of custom hashers for FrozenMap

Issue - State: closed - Opened by brendanzab over 3 years ago - 2 comments

#12 - Add docs and doctests for methods

Issue - State: open - Opened by Manishearth over 3 years ago - 2 comments
Labels: help wanted

#11 - Bump 1.4.0

Pull Request - State: closed - Opened by zertosh over 3 years ago - 2 comments

#10 - Add FrozenIndexMap and FrozenIndexSet

Pull Request - State: closed - Opened by pczarn over 3 years ago - 4 comments

#9 - Add methods to get mutable access to the contents.

Pull Request - State: closed - Opened by m-ou-se almost 5 years ago - 2 comments

#8 - Add iteration over `FrozenHashMap`

Pull Request - State: closed - Opened by oli-cosmian almost 5 years ago - 6 comments

#7 - Add FrozenSet

Pull Request - State: closed - Opened by CAD97 almost 5 years ago - 3 comments

#6 - (Optional?) (Frozen)Index{Map,Set}

Issue - State: closed - Opened by eddyb almost 5 years ago - 6 comments

#5 - Add push_get

Pull Request - State: closed - Opened by Manishearth about 5 years ago

#4 - Support iteration

Pull Request - State: closed - Opened by Manishearth about 5 years ago

#3 - Split into modules

Pull Request - State: closed - Opened by Manishearth about 5 years ago

#2 - Some more trait impls

Pull Request - State: closed - Opened by Manishearth about 5 years ago

#1 - Add threadsafe version

Pull Request - State: closed - Opened by Manishearth over 5 years ago - 1 comment