summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
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
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis
2020-12-07Hash#index: delete卜部昌平
2020-12-02ENV.index: delete卜部昌平
2020-11-19Fix USE_TRANSIENT_HEAP macro usage in hash.cCristian Greco
2020-10-29Make ENV.replace handle multiple environ entries with the same keyJeremy Evans
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-12[ci skip] Minor documentation fix.Cristian Greco
2020-09-29Add call-seq of [Feature #16274]Kazuhiro NISHIYAMA
2020-09-26Fix `ENV.except`'s docsbogdanvlviv
2020-09-21Make hash returned by Hash#transform_values not have a defaultJeremy Evans
2020-08-27Comply with guide for method doc: hash.c (#3466)Burdette Lamar
2020-08-27Comply with guide for method doc: hash.c (#3465)Burdette Lamar
2020-08-27Comply with guide for method doc: hash.c (#3464)Burdette Lamar
2020-08-27Comply with guide for method doc: hash.c (#3459)Burdette Lamar
2020-08-25Comply with guide for method doc: hash.c (#3454)Burdette Lamar
2020-08-25Comply with guide for method doc: hash.c (#3451)Burdette Lamar
2020-08-23Remove checks for self returned in array.c and hash.c examples (#3446)Burdette Lamar
2020-08-21Remove nil-return examples from hash.c (#3438)Burdette Lamar
2020-08-20Partial compliance with doc/method_documentation.rdoc in hash.c (#3432)Burdette Lamar
2020-08-19[DOC] Improve Hash's doc for missing keysMarc-Andre Lafortune
2020-08-19[DOC] Improve and simplify key egality documentation for HashMarc-Andre Lafortune
2020-08-19RHASH_TBL: is now ext-only卜部昌平
2020-08-14Fix links to Dig Methods document (#3421)Burdette Lamar
2020-08-13Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar
2020-07-29Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze
2020-06-29rb_hash_transient_heap_evacuate: do not goto into a branch卜部昌平