Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yewstack/implicit-clone issues and pull requests
#55 - Update trybuild requirement from =1.0.89 to =1.0.99
Pull Request -
State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies, rust
#54 - Update trybuild requirement from =1.0.89 to =1.0.98
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, rust
#53 - Update trybuild requirement from =1.0.89 to =1.0.97
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies, rust
#52 - Update indexmap requirement from >= 1, <= 2 to >= 1, <= 2.2.6
Pull Request -
State: open - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust
#51 - Restrict the dependency on `indexmap` to v2 only
Pull Request -
State: closed - Opened by its-the-shrimp 6 months ago
- 10 comments
#50 - Fix wrong implementation of make_mut() for IArray::Single
Pull Request -
State: closed - Opened by cecton 9 months ago
#49 - IString: implement From<std::fmt::Arguments> for IString
Pull Request -
State: closed - Opened by cecton 10 months ago
#48 - IArray: from_iter optimization for empty arrays
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 6 comments
#47 - Derive macro should also work on enums
Pull Request -
State: closed - Opened by cecton about 1 year ago
#46 - Add derive macro to get ImplicitClone implemented quicker
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 1 comment
#45 - Attempt to improve the documentation
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 6 comments
#44 - Add method implicit_clone() to help ensure the type is ImplicitClone
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 3 comments
#43 - Usecases
Issue -
State: closed - Opened by SylvKT about 1 year ago
- 1 comment
#42 - Impl ImplicitClone for arrays and ref arrays
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 7 comments
#41 - Make from_iter() optimized
Pull Request -
State: closed - Opened by cecton about 1 year ago
#40 - Remove opaque type on function iter() of IArray
Pull Request -
State: closed - Opened by cecton about 1 year ago
#39 - Introduce unstruct macro to help destructuring
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 16 comments
#38 - IArray: avoid heap allocation if there is only one element
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 5 comments
#37 - string: add impl From<&IString> for IString
Pull Request -
State: closed - Opened by cecton about 1 year ago
- 6 comments
#36 - Add IArray::get_mut and IArray::make_mut
Pull Request -
State: closed - Opened by ColonelThirtyTwo about 1 year ago
#35 - Fix clippy warning related to IString PartialOrd implementation
Pull Request -
State: closed - Opened by ColonelThirtyTwo about 1 year ago
- 2 comments
#34 - Add alteration methods to IArray
Pull Request -
State: open - Opened by ColonelThirtyTwo about 1 year ago
- 11 comments
#33 - Use mod paths instead of include
Pull Request -
State: closed - Opened by ColonelThirtyTwo about 1 year ago
- 2 comments
#32 - `ImplicitClone` for `Copy` types
Issue -
State: open - Opened by kirillsemyonkin about 1 year ago
- 5 comments
#31 - Update indexmap requirement from >= 1, <= 2 to >= 1, <= 3
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 2 comments
Labels: dependencies, rust
#30 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, github_actions
#29 - chore: Release implicit-clone version 0.4.1
Pull Request -
State: closed - Opened by kirillsemyonkin over 1 year ago
#28 - Add clarifications for documentation
Pull Request -
State: closed - Opened by kirillsemyonkin over 1 year ago
#27 - Add impl for PartialOrd, Ord, reverse PartialEq
Pull Request -
State: closed - Opened by kirillsemyonkin over 1 year ago
#26 - impl FromStr for IString
Issue -
State: closed - Opened by OmmyZhang over 1 year ago
- 6 comments
#25 - Add implementation for single-item tuples
Pull Request -
State: closed - Opened by kirillsemyonkin over 1 year ago
#24 - Relax indexmap version to include 1 and 2
Pull Request -
State: closed - Opened by cecton over 1 year ago
#23 - Bump actions/checkout from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions
#22 - Update Indexmap Dependency and Enable Dependabot.
Pull Request -
State: closed - Opened by futursolo over 1 year ago
- 8 comments
#21 - Implement FromStr for IString
Pull Request -
State: closed - Opened by uzytkownik over 1 year ago
- 3 comments
#20 - Add Serialize/Deserialize implementations
Pull Request -
State: closed - Opened by uzytkownik over 1 year ago
- 4 comments
#19 - IString should implement serde Serialize, Deserialize with a feature flag
Issue -
State: closed - Opened by ColonelThirtyTwo over 1 year ago
- 2 comments
#18 - IString should implement PartialOrd, Ord
Issue -
State: closed - Opened by ColonelThirtyTwo over 1 year ago
- 4 comments
#17 - Immutable collection operations
Issue -
State: open - Opened by alexfoxgill almost 2 years ago
- 6 comments
#16 - Implement ImplicitClone for char
Pull Request -
State: closed - Opened by cecton almost 2 years ago
- 2 comments
#15 - Add macro iformat!() which is exactly the same as format!()
Pull Request -
State: closed - Opened by cecton almost 2 years ago
- 6 comments
#14 - Add `()` to the `impl_implicit_clone!` macro
Pull Request -
State: closed - Opened by yozhgoor almost 2 years ago
#13 - Set MSRV to match Yew's MSRV
Pull Request -
State: closed - Opened by cecton almost 2 years ago
#12 - Clippy fixes
Pull Request -
State: closed - Opened by cecton almost 2 years ago
- 2 comments
#11 - Impl ImplicitClone for tuples up to 12 items
Pull Request -
State: closed - Opened by cecton almost 2 years ago
- 4 comments
#10 - Add Cow helpers for IString
Pull Request -
State: closed - Opened by hamza1311 over 2 years ago
- 2 comments
#9 - Impl ImplicitClone on bool, usize and isize
Pull Request -
State: closed - Opened by cecton over 2 years ago
- 3 comments
#8 - Impl From<&String> for IString
Pull Request -
State: closed - Opened by cecton over 2 years ago
- 3 comments
#7 - Add str borrowing and fix hash calculation bug
Pull Request -
State: closed - Opened by XX over 2 years ago
- 5 comments
#6 - How to use the library?
Issue -
State: closed - Opened by guitarino over 2 years ago
- 6 comments
#5 - Add generic type ISlice for IString and IArray
Pull Request -
State: closed - Opened by cecton over 2 years ago
- 1 comment
#4 - Remove unneeded Empty variant for Map
Pull Request -
State: closed - Opened by cecton over 2 years ago
#3 - Probably fix doc.rs documentation
Pull Request -
State: closed - Opened by cecton over 2 years ago
#2 - Fix links to `std` in the README
Pull Request -
State: closed - Opened by yozhgoor over 2 years ago
- 1 comment
#1 - Add doc.rs tags for `map` feature
Pull Request -
State: closed - Opened by cecton over 2 years ago