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-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
2020-04-18
Compare environment variable names in those manor [Bug #16798]
Nobuyoshi Nakada
2020-04-14
Improve Hash documentation.
Burdette Lamar
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-27
[ci skip] Doc-only enhancements for Hash
Burdette Lamar
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-16
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-15
Add missing write barrier for Hash#transform_values{,!}
Alan Wu
2020-03-09
Cast properly for shift operand
Koichi Sasada
2020-03-07
check ar_table first.
Koichi Sasada
2020-03-07
check ar_table after `#hash` call
Koichi Sasada
2020-03-04
fix compile error w/ -DUSE_TRANSIENT_HEAP=0
卜部昌平
2020-02-22
hash.c: [DOC] fix examples for ENV.merge!
Marcus Stollsteimer
2020-02-22
More ENV rdoc [ci skip]
Burdette Lamar
2020-02-20
[DOC] Fixed `ENV.rassoc` result order [ci skip]
Nobuyoshi Nakada
2020-02-19
hash.c: [DOC] fix typos
Marcus Stollsteimer
2020-02-15
[DOC] use local variable like names [ci skip]
Nobuyoshi Nakada
2020-02-14
Fix typos and add a space [ci skip]
Kazuhiro NISHIYAMA
2020-02-14
Enhanced doc for ENV
Burdette Lamar
2020-02-09
Enhance rdoc for ENV
Burdette Lamar
2020-01-28
Extract a function, ruby_reset_timezone().
Tanaka Akira
2020-01-23
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-22
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-17
hash.c: Add a feature to manipulate ruby2_keywords flag
Yusuke Endoh
[next]