aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-04Update source-urlHEADmasterPatrick Spek1-2/+2
2020-11-15Bump to version 2.0.0v2.0.0Patrick Spek2-4/+4
2020-11-15Move to SourcehutPatrick Spek3-1/+6
2020-11-15RakuDist doesn't support this feature in the way I had hopedPatrick Spek1-8/+0
2020-11-15Rename Perl 6 to RakuPatrick Spek7-10/+16
2020-11-15Update usage documentationPatrick Spek1-22/+61
2020-11-15Bring the other sub in line tooPatrick Spek1-5/+7
2020-11-13Remove reference to unused exceptionPatrick Spek1-1/+0
2020-11-13Perform prove6 test on all branchesPatrick Spek1-4/+0
2020-11-13Rewrite READMEPatrick Spek3-12/+60
2020-11-12Rewrite modulePatrick Spek7-115/+166
2018-03-28Bump version to 1.0.0v1.0.0Patrick Spek2-4/+4
2018-03-28Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::FPatrick Spek8-114/+123
Original Hash::Merge is incredibly slow due to the MONKEY. This is someone that is very unlikely to be what people want. App::Assixt reports parse time to go from 13s to 7s on first run, 13s to 0.3s on subsequent runs, which is *massive*.
2018-03-28Add Hash::Merge::UnitPatrick Spek2-23/+85
2018-03-28Add tests for a unit modulePatrick Spek1-0/+59
2018-03-28Update Travis config to use rakudo-pkgPatrick Spek1-7/+15
2018-03-14Merge branch 'master' of github.com:scriptkitties/p6-Hash-Mergev0.2.0Patrick Spek0-0/+0
2018-03-14Bump version to 0.2.0Patrick Spek2-2/+2
2018-03-14Merge pull request #4 from scriptkitties/hotfix/no-precompilationPatrick Spek4-14/+221
Add no precompilation pragma
2018-03-14Update travis testing targetsPatrick Spek1-13/+2
It seems zef doesn't install properly with the older Perl 6 releases anymore, making our tests fail.
2018-03-14Add a LICENSE filePatrick Spek2-1/+204
Fixes #3
2018-03-14Add a CHANGELOGPatrick Spek1-0/+9
Fixes #2
2018-03-14Add no precompilation pragmaPatrick Spek1-1/+7
Fixes #1
2017-04-27Update rakudo versionsPatrick Spek1-1/+2
2017-04-26Merge branch 'master' of github.com:scriptkitties/p6-Hash-MergePatrick Spek1-1/+8
2017-04-25Add travis irc notificationPatrick Spek1-0/+2
2017-04-25Enable travis IRC notificationsSamantha McVey1-0/+9
2017-04-25Use MONKEY-TYPING instead of enabling all MONKEY'sSamantha McVey1-1/+1
2017-04-25Fix tests for passing a type object hashSamantha McVey2-4/+8
2017-04-25Clean up code some with a given whenSamantha McVey1-15/+17
2017-04-25Merge branch 'master' of github.com:scriptkitties/p6-Hash-MergePatrick Spek2-2/+12
2017-04-25Add tests for merging into empty hashPatrick Spek1-0/+28
2017-04-25Readme perl6 highlightingSamantha McVey1-2/+2
2017-04-25Update README.mdSamantha McVey2-2/+12
2017-04-25Merge branch 'master' of github.com:scriptkitties/p6-Hash-MergePatrick Spek1-0/+1
2017-04-25Put version into pre-releasePatrick Spek1-1/+1
2017-04-25Have Travis build git development branch of rakudo as wellSamantha McVey1-0/+1
2017-04-25Add travis configPatrick Spek1-0/+15
2017-04-25Rename to Hash::MergePatrick Spek4-6/+41
2017-04-25Reformat code to my likingPatrick Spek1-12/+19
2017-04-25Ignore .precompPatrick Spek1-0/+1
2017-04-24Add META6.json with license fieldSamantha McVey1-0/+3
2017-04-24POD6 updatesSamantha McVey1-6/+10
2017-04-24Add support for replacing and not appending the array. Add POD6Samantha McVey2-17/+32
2017-04-24Clean up the code someSamantha McVey2-8/+10
2017-04-24Get array merging functionalitySamantha McVey2-5/+35
2017-04-24Add tests and get order rightSamantha McVey2-13/+21
2017-04-24Initial commit of merge hash functionalitySamantha McVey1-0/+28