summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-11-08[Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-10-02Add rb_ident_hash_new_with_sizeNobuyoshi Nakada
2021-09-30Use faster any_hash logic in rb_hashJohn Hawthorn
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-14Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #1...Kenichi Kamiya
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-08-29Free previously used tables [Bug #18134]Nobuyoshi Nakada
2021-08-26Make Hash#each family usable in RactorSutou Kouhei
2021-08-19Remove old warning aged nearly 8 yearsNobuyoshi Nakada
2021-08-07Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada
2021-08-02Using RBOOL macroS.H
2021-07-28Fix a comment [ci skip]Nobuyoshi Nakada
2021-07-22Remove useless castsNobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-04[DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]Nobuyoshi Nakada
2021-06-30Specify version to remove as bare numbersNobuyoshi Nakada
2021-06-30rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada
2021-06-28Share freeze option handlingNobuyoshi Nakada
2021-06-24[DOC] fixed return value of ENV.clone [ci skip]Nobuyoshi Nakada
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-01Add static modifier to C function in hash.c (#3138)S.H
2021-05-07Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-30Correct documentation example on Hash#digNick Kelley
2021-04-23Fix wrong documentationromainsalles
2021-04-15[Doc] Add Hash#value? into call-seq (#4293)Kenichi Kamiya
2021-03-28Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]Kenichi Kamiya
2021-03-28Hide an intermediate arrayNobuyoshi Nakada
2021-03-28Clear an intermediate hash [Bug #17735]Nobuyoshi Nakada
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-22[Doc] Fix a typo around Hash#compare_by_identityKenichi Kamiya
2021-03-22Hash#transform_values! ensures receiver modifiable in block [Bug #17736]Kenichi Kamiya
2021-03-21Ensure the receiver hash modifiable before updating [Bug #17736]Nobuyoshi Nakada
2021-03-21Refactor hash aset callbackNobuyoshi Nakada
2021-03-20Refactor hash update callbacksNobuyoshi Nakada
2021-03-20Some Hash destructive methods ensure the receiver modifiable [Bug #17736]Kenichi Kamiya
2021-03-18Avoid rehashing in Hash#replace/dup/initialize_copy [Bug #16996]Marc-Andre Lafortune
2021-03-18Avoid rehashing in Hash#select/reject [Bug #16996]Marc-Andre Lafortune
2021-01-20Explicit references to EnumerableBurdetteLamar
2021-01-10Adds RDoc summary of Hash methods (#4045)Burdette Lamar
2020-12-31Make any hash values fixable [Bug #17488]Nobuyoshi Nakada
2020-12-28Adjusted indents [ci skip]Nobuyoshi Nakada
2020-12-25Optimize calls to `Kernel#hash` (#3987)Marc-André Lafortune
2020-12-19Make `Hash#except` always return a HashMarc-Andre Lafortune
2020-12-15Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]Marc-Andre Lafortune