Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CIONOCID
/
implicit-clone
Public
forked from
yewstack/implicit-clone
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 12, 2024
chore: Release
cecton
committed
047f7dd
View commit details
Copy full SHA for 047f7dd
Browse repository at this point
Restrict the dependency on `indexmap` to v2 only (#51)
Show description for 14f4da6
its-the-shrimp
authored
14f4da6
View commit details
Copy full SHA for 14f4da6
Browse repository at this point
Commits on Feb 23, 2024
Fix wrong implementation of make_mut() for IArray::Single (#50)
cecton
authored
967ccac
View commit details
Copy full SHA for 967ccac
Browse repository at this point
Commits on Feb 21, 2024
chore: Release
cecton
committed
4f02849
View commit details
Copy full SHA for 4f02849
Browse repository at this point
Commits on Jan 26, 2024
IString: implement From<std::fmt::Arguments> for IString (#49)
cecton
authored
b757b45
View commit details
Copy full SHA for b757b45
Browse repository at this point
Commits on Nov 20, 2023
IArray: from_iter optimization for empty arrays (#48)
Show description for c95b92e
cecton
authored
c95b92e
View commit details
Copy full SHA for c95b92e
Browse repository at this point
Commits on Nov 19, 2023
chore: Release
cecton
committed
30c7c20
View commit details
Copy full SHA for 30c7c20
Browse repository at this point
Commits on Nov 17, 2023
Attempt to improve the documentation (#45)
cecton
authored
a3636d8
View commit details
Copy full SHA for a3636d8
Browse repository at this point
Make from_iter() optimized (#41)
cecton
authored
00aed91
View commit details
Copy full SHA for 00aed91
Browse repository at this point
Commits on Nov 11, 2023
chore: Release
cecton
committed
1c30020
View commit details
Copy full SHA for 1c30020
Browse repository at this point
Derive macro should also work on enums (#47)
cecton
authored
085211b
View commit details
Copy full SHA for 085211b
Browse repository at this point
chore: Release
cecton
committed
8714ccf
View commit details
Copy full SHA for 8714ccf
Browse repository at this point
Fix invalid missing README file
cecton
committed
cdb7d07
View commit details
Copy full SHA for cdb7d07
Browse repository at this point
Add derive macro to get ImplicitClone implemented quicker (#46)
Show description for 7ac979a
cecton
authored
7ac979a
View commit details
Copy full SHA for 7ac979a
Browse repository at this point
Commits on Nov 9, 2023
chore: Release implicit-clone version 0.4.6
cecton
committed
801ee5f
View commit details
Copy full SHA for 801ee5f
Browse repository at this point
Add method to help ensure the type impl ImplicitClone (#44)
Show description for 90c56f8
cecton
authored
90c56f8
View commit details
Copy full SHA for 90c56f8
Browse repository at this point
Impl ImplicitClone for arrays and ref arrays (#42)
Show description for 2606c0f
cecton
authored
2606c0f
View commit details
Copy full SHA for 2606c0f
Browse repository at this point
Commits on Nov 1, 2023
chore: Release implicit-clone version 0.4.5
cecton
committed
8ad7a09
View commit details
Copy full SHA for 8ad7a09
Browse repository at this point
Fix missing exports
cecton
committed
1f9fbcb
View commit details
Copy full SHA for 1f9fbcb
Browse repository at this point
chore: Release implicit-clone version 0.4.4
cecton
committed
1973cfa
View commit details
Copy full SHA for 1973cfa
Browse repository at this point
Remove opaque type on function iter() of IArray (#40)
cecton
authored
c4138b6
View commit details
Copy full SHA for c4138b6
Browse repository at this point
chore: Release implicit-clone version 0.4.2
cecton
committed
5055bcb
View commit details
Copy full SHA for 5055bcb
Browse repository at this point
Commits on Oct 29, 2023
IArray: avoid heap allocation if there is only one element (#38)
cecton
authored
6ebe2e2
View commit details
Copy full SHA for 6ebe2e2
Browse repository at this point
Commits on Oct 28, 2023
string: add impl From<&IString> for IString (#37)
cecton
authored
ac29809
View commit details
Copy full SHA for ac29809
Browse repository at this point
Commits on Oct 25, 2023
Add IArray::get_mut and IArray::make_mut (#36)
Show description for cba5148
ColonelThirtyTwo
authored
cba5148
View commit details
Copy full SHA for cba5148
Browse repository at this point
Commits on Oct 24, 2023
Use mod paths instead of include (#33)
Show description for 40a5ec8
ColonelThirtyTwo
authored
40a5ec8
View commit details
Copy full SHA for 40a5ec8
Browse repository at this point
Commits on Oct 22, 2023
Fix clippy warning related to IString PartialOrd implementation (#35)
Show description for 238d464
ColonelThirtyTwo
authored
238d464
View commit details
Copy full SHA for 238d464
Browse repository at this point
Commits on Sep 8, 2023
Bump actions/checkout from 3 to 4 (#30)
Show description for b981974
dependabot[bot]
authored
b981974
View commit details
Copy full SHA for b981974
Browse repository at this point
Commits on Aug 17, 2023
chore: Release implicit-clone version 0.4.1
kirillsemyonkin
authored
d8d6c86
View commit details
Copy full SHA for d8d6c86
Browse repository at this point
Add clarifications for documentation (#28)
Show description for 5f2072c
kirillsemyonkin
and
cecton
authored
5f2072c
View commit details
Copy full SHA for 5f2072c
Browse repository at this point
Commits on Aug 10, 2023
Add impl for PartialOrd, Ord, reverse PartialEq (#27)
Show description for d3bb992
kirillsemyonkin
authored
d3bb992
View commit details
Copy full SHA for d3bb992
Browse repository at this point
Commits on Jul 30, 2023
Add implementation for single-item tuples (#25)
Show description for cef5246
kirillsemyonkin
authored
cef5246
View commit details
Copy full SHA for cef5246
Browse repository at this point
Implement FromStr for IString (#21)
Show description for 6d6a228
uzytkownik
and
cecton
authored
6d6a228
View commit details
Copy full SHA for 6d6a228
Browse repository at this point
Commits on Jul 29, 2023
chore: Release implicit-clone version 0.4.0
cecton
committed
a5ead43
View commit details
Copy full SHA for a5ead43
Browse repository at this point
chore: Release implicit-clone version 0.3.8
cecton
committed
45430fe
View commit details
Copy full SHA for 45430fe
Browse repository at this point
Previous
Next
You can’t perform that action at this time.