index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2020-10-29
Make ENV.replace handle multiple environ entries with the same key
Jeremy Evans
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-12
[ci skip] Minor documentation fix.
Cristian Greco
2020-09-29
Add call-seq of [Feature #16274]
Kazuhiro NISHIYAMA
2020-09-26
Fix `ENV.except`'s docs
bogdanvlviv
2020-09-21
Make hash returned by Hash#transform_values not have a default
Jeremy Evans
2020-08-27
Comply with guide for method doc: hash.c (#3466)
Burdette Lamar
2020-08-27
Comply with guide for method doc: hash.c (#3465)
Burdette Lamar
2020-08-27
Comply with guide for method doc: hash.c (#3464)
Burdette Lamar
2020-08-27
Comply with guide for method doc: hash.c (#3459)
Burdette Lamar
2020-08-25
Comply with guide for method doc: hash.c (#3454)
Burdette Lamar
2020-08-25
Comply with guide for method doc: hash.c (#3451)
Burdette Lamar
2020-08-23
Remove checks for self returned in array.c and hash.c examples (#3446)
Burdette Lamar
2020-08-21
Remove nil-return examples from hash.c (#3438)
Burdette Lamar
2020-08-20
Partial compliance with doc/method_documentation.rdoc in hash.c (#3432)
Burdette Lamar
2020-08-19
[DOC] Improve Hash's doc for missing keys
Marc-Andre Lafortune
2020-08-19
[DOC] Improve and simplify key egality documentation for Hash
Marc-Andre Lafortune
2020-08-19
RHASH_TBL: is now ext-only
卜部昌平
2020-08-14
Fix links to Dig Methods document (#3421)
Burdette Lamar
2020-08-13
Adding doc/dig_methods.rdoc and links to it (#3416)
Burdette Lamar
2020-07-29
Fix arity of Hash#to_proc [Bug #12671]
Benoit Daloze
2020-06-29
rb_hash_transient_heap_evacuate: do not goto into a branch
卜部昌平
2020-06-29
any_hash: do not goto into a branch
卜部昌平
2020-06-18
Add Hash#except ENV#except [Feature #15822]
Timo Schilling
2020-06-10
ENV.delete should return the result of block on non-existing key
Nobuyoshi Nakada
2020-06-10
Enhanced Rdoc for Array#fetch and Array#index (#3202)
Burdette Lamar
2020-06-07
Enhanced Rdoc for Hash (#3187)
Burdette Lamar
2020-06-03
Enhanced Rdoc for Hash (#3178)
Burdette Lamar
2020-06-02
[ci skip] Enhanced Rdoc for Hash (#3162)
Burdette Lamar
2020-06-01
fix typo in Hash#delete docs
S-H-GAMELINKS
2020-05-29
[ci skip] Enhanced Rdoc for Hash (#3155)
Burdette Lamar
2020-05-28
Enhanced Rdoc for Hash (#3151)
Burdette Lamar
2020-05-27
[ci skip] Enhanced Rdoc for Hash (#3143)
Burdette Lamar
2020-05-23
Enhanced Rdoc for Hash (#3139)
Burdette Lamar
2020-05-23
Enhanced Rdoc for Hash
BurdetteLamar
2020-05-22
Enhanced rdoc for Hash (#3129)
Burdette Lamar
2020-05-22
add static modifier for rb_hash_keep_if func
S-H-GAMELINKS
2020-05-22
add static modifier for rb_hash_select_bang func
S-H-GAMELINKS
2020-05-22
add static modifier for rb_hash_select func
S-H-GAMELINKS
2020-05-21
[ci skip] Enhanced rdoc for Hash (#3121)
Burdette Lamar
2020-05-20
add static modifer for rb_hash_fetch_values func
S-H-GAMELINKS
2020-05-15
[CI skip] Enhance rdoc intro for Hash (#3056)
Burdette Lamar
2020-05-12
Document that #hash is not called for certain core classes [ci skip]
Jeremy Evans
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
Added more NORETURN declarations
Nobuyoshi Nakada
2020-04-23
RDoc enhancements for Hash[].
Burdette Lamar
2020-04-18
Env values removed by ENV.clear are not used
Nobuyoshi Nakada
2020-04-18
Bypass env key encoding conversion if unnecessary
Nobuyoshi Nakada
2020-04-18
Hoisted out reset_by_modified_env
Nobuyoshi Nakada
[next]