summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
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卜部昌平
2020-06-29any_hash: do not goto into a branch卜部昌平
2020-06-18Add Hash#except ENV#except [Feature #15822]Timo Schilling
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-06-10Enhanced Rdoc for Array#fetch and Array#index (#3202)Burdette Lamar
2020-06-07Enhanced Rdoc for Hash (#3187)Burdette Lamar
2020-06-03Enhanced Rdoc for Hash (#3178)Burdette Lamar
2020-06-02[ci skip] Enhanced Rdoc for Hash (#3162)Burdette Lamar
2020-06-01fix typo in Hash#delete docsS-H-GAMELINKS
2020-05-29[ci skip] Enhanced Rdoc for Hash (#3155)Burdette Lamar
2020-05-28Enhanced Rdoc for Hash (#3151)Burdette Lamar
2020-05-27[ci skip] Enhanced Rdoc for Hash (#3143)Burdette Lamar
2020-05-23Enhanced Rdoc for Hash (#3139)Burdette Lamar
2020-05-23Enhanced Rdoc for HashBurdetteLamar
2020-05-22Enhanced rdoc for Hash (#3129)Burdette Lamar
2020-05-22add static modifier for rb_hash_keep_if funcS-H-GAMELINKS
2020-05-22add static modifier for rb_hash_select_bang funcS-H-GAMELINKS
2020-05-22add static modifier for rb_hash_select funcS-H-GAMELINKS
2020-05-21[ci skip] Enhanced rdoc for Hash (#3121)Burdette Lamar
2020-05-20add static modifer for rb_hash_fetch_values funcS-H-GAMELINKS
2020-05-15 [CI skip] Enhance rdoc intro for Hash (#3056)Burdette Lamar
2020-05-12Document that #hash is not called for certain core classes [ci skip]Jeremy Evans
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-11Added more NORETURN declarationsNobuyoshi Nakada
2020-04-23RDoc enhancements for Hash[].Burdette Lamar
2020-04-18Env values removed by ENV.clear are not usedNobuyoshi Nakada
2020-04-18Bypass env key encoding conversion if unnecessaryNobuyoshi Nakada
2020-04-18Hoisted out reset_by_modified_envNobuyoshi Nakada
2020-04-18Compare environment variable names in those manor [Bug #16798]Nobuyoshi Nakada
2020-04-14Improve Hash documentation.Burdette Lamar
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-27[ci skip] Doc-only enhancements for HashBurdette Lamar