index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Hash#except ENV#except [Feature #15822]
Timo Schilling
2020-06-18
1
-0
/
+52
*
ENV.delete should return the result of block on non-existing key
Nobuyoshi Nakada
2020-06-10
1
-6
/
+7
*
Enhanced Rdoc for Array#fetch and Array#index (#3202)
Burdette Lamar
2020-06-10
1
-6
/
+6
*
Enhanced Rdoc for Hash (#3187)
Burdette Lamar
2020-06-07
1
-57
/
+76
*
Enhanced Rdoc for Hash (#3178)
Burdette Lamar
2020-06-03
1
-53
/
+160
*
[ci skip] Enhanced Rdoc for Hash (#3162)
Burdette Lamar
2020-06-02
1
-135
/
+254
*
fix typo in Hash#delete docs
S-H-GAMELINKS
2020-06-01
1
-1
/
+1
*
[ci skip] Enhanced Rdoc for Hash (#3155)
Burdette Lamar
2020-05-29
1
-58
/
+96
*
Enhanced Rdoc for Hash (#3151)
Burdette Lamar
2020-05-28
1
-87
/
+180
*
[ci skip] Enhanced Rdoc for Hash (#3143)
Burdette Lamar
2020-05-27
1
-50
/
+71
*
Enhanced Rdoc for Hash (#3139)
Burdette Lamar
2020-05-23
1
-40
/
+109
*
Enhanced Rdoc for Hash
BurdetteLamar
2020-05-23
1
-37
/
+104
*
Enhanced rdoc for Hash (#3129)
Burdette Lamar
2020-05-22
1
-24
/
+29
*
add static modifier for rb_hash_keep_if func
S-H-GAMELINKS
2020-05-22
1
-1
/
+1
*
add static modifier for rb_hash_select_bang func
S-H-GAMELINKS
2020-05-22
1
-1
/
+1
*
add static modifier for rb_hash_select func
S-H-GAMELINKS
2020-05-22
1
-1
/
+1
*
[ci skip] Enhanced rdoc for Hash (#3121)
Burdette Lamar
2020-05-21
1
-55
/
+72
*
add static modifer for rb_hash_fetch_values func
S-H-GAMELINKS
2020-05-20
1
-1
/
+1
*
[CI skip] Enhance rdoc intro for Hash (#3056)
Burdette Lamar
2020-05-15
1
-67
/
+238
*
Document that #hash is not called for certain core classes [ci skip]
Jeremy Evans
2020-05-12
1
-0
/
+3
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-1
/
+2
*
RDoc enhancements for Hash[].
Burdette Lamar
2020-04-23
1
-12
/
+64
*
Env values removed by ENV.clear are not used
Nobuyoshi Nakada
2020-04-18
1
-4
/
+3
*
Bypass env key encoding conversion if unnecessary
Nobuyoshi Nakada
2020-04-18
1
-9
/
+13
*
Hoisted out reset_by_modified_env
Nobuyoshi Nakada
2020-04-18
1
-10
/
+12
*
Compare environment variable names in those manor [Bug #16798]
Nobuyoshi Nakada
2020-04-18
1
-3
/
+19
*
Improve Hash documentation.
Burdette Lamar
2020-04-14
1
-35
/
+62
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-5
/
+7
*
[ci skip] Doc-only enhancements for Hash
Burdette Lamar
2020-03-27
1
-11
/
+112
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-1
/
+1
*
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-16
1
-3
/
+3
*
Add missing write barrier for Hash#transform_values{,!}
Alan Wu
2020-03-15
1
-3
/
+4
*
Cast properly for shift operand
Koichi Sasada
2020-03-09
1
-1
/
+1
*
check ar_table first.
Koichi Sasada
2020-03-07
1
-2
/
+5
*
check ar_table after `#hash` call
Koichi Sasada
2020-03-07
1
-0
/
+18
*
fix compile error w/ -DUSE_TRANSIENT_HEAP=0
卜部昌平
2020-03-04
1
-0
/
+2
*
hash.c: [DOC] fix examples for ENV.merge!
Marcus Stollsteimer
2020-02-22
1
-5
/
+6
*
More ENV rdoc [ci skip]
Burdette Lamar
2020-02-22
1
-61
/
+116
*
[DOC] Fixed `ENV.rassoc` result order [ci skip]
Nobuyoshi Nakada
2020-02-20
1
-2
/
+3
*
hash.c: [DOC] fix typos
Marcus Stollsteimer
2020-02-19
1
-3
/
+3
*
[DOC] use local variable like names [ci skip]
Nobuyoshi Nakada
2020-02-15
1
-24
/
+24
*
Fix typos and add a space [ci skip]
Kazuhiro NISHIYAMA
2020-02-14
1
-3
/
+3
*
Enhanced doc for ENV
Burdette Lamar
2020-02-14
1
-28
/
+61
*
Enhance rdoc for ENV
Burdette Lamar
2020-02-09
1
-14
/
+80
*
Extract a function, ruby_reset_timezone().
Tanaka Akira
2020-01-28
1
-3
/
+3
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-1
/
+1
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-1
/
+1
*
hash.c: Add a feature to manipulate ruby2_keywords flag
Yusuke Endoh
2020-01-17
1
-0
/
+49
[next]