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
*
Enhancements for ENV doc
BurdetteLamar
2019-12-22
1
-13
/
+55
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-2
/
+2
*
Enhancements for ENV doc
BurdetteLamar
2019-12-16
1
-46
/
+194
*
Avoid unnecessary tzset() call
KOSAKI Motohiro
2019-12-01
1
-3
/
+11
*
ENV.update should not call block on existing keys
Nobuyoshi Nakada
2019-11-30
1
-3
/
+13
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-1
/
+1
*
make functions static
卜部昌平
2019-11-19
1
-3
/
+5
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-46
/
+7
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-2
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-2
/
+2
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-07
1
-2
/
+6
*
Revert "Use a monotonically increasing number for object_id"
Aaron Patterson
2019-11-06
1
-6
/
+2
*
Use a monotonically increasing number for object_id
John Hawthorn
2019-11-06
1
-2
/
+6
*
Put an empty line [ci skip]
Nobuyoshi Nakada
2019-11-05
1
-1
/
+2
*
More rdoc for ENV
Burdette Lamar
2019-11-05
1
-0
/
+28
*
Correct documented return values for certain ENV methods (#2620)
Burdette Lamar
2019-11-02
1
-8
/
+8
*
hash.c: Do not use Unicode double-quotes
Yusuke Endoh
2019-10-24
1
-1
/
+1
*
More rdoc for ENV#[] and ENV#fetch
BurdetteLamar
2019-10-23
1
-13
/
+30
*
[Bug #16121] adjusted indent [ci skip]
Nobuyoshi Nakada
2019-10-21
1
-15
/
+15
*
Stop making a redundant hash copy in Hash#dup (#2489)
Dylan Thacker-Smith
2019-10-21
1
-55
/
+21
*
Use identhash as WeakMap
Nobuyoshi Nakada
2019-10-18
1
-1
/
+2
*
Enhance doc for ENV.delete
Burdette Lamar
2019-10-13
1
-3
/
+15
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-1
/
+1
*
Fix documentation for ENV.each to return ENV
Jeremy Evans
2019-09-20
1
-2
/
+2
*
Avoid rehashing keys in transform_values
John Hawthorn
2019-09-11
1
-7
/
+17
*
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
1
-8
/
+0
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-0
/
+8
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-42
/
+69
*
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-14
/
+27
*
Move Object#hash rdoc to hash.c [ci skip]
Jeremy Evans
2019-08-24
1
-0
/
+19
*
hash.c: gc.h is needed when HASH_DEBUG mode
Yusuke Endoh
2019-08-07
1
-0
/
+4
*
hash.c: gc.h is no longer needed
Yusuke Endoh
2019-08-07
1
-1
/
+0
*
fix spelling
Daniel Radetsky
2019-08-07
1
-2
/
+2
*
introduce ar_hint_t.
Koichi Sasada
2019-08-01
1
-9
/
+10
*
use internal_id.
Koichi Sasada
2019-08-01
1
-2
/
+4
*
make inline functions from macros.
Koichi Sasada
2019-08-01
1
-25
/
+36
*
use hash_ar_table_set() directly
Koichi Sasada
2019-07-31
1
-7
/
+5
*
HASH_ASSERT() respects HASH_DEBUG
Koichi Sasada
2019-07-31
1
-1
/
+1
*
move macro to internal.h for documentation.
Koichi Sasada
2019-07-31
1
-1
/
+0
*
Moved RHASH_LEV_MASK and turned into a macro
Nobuyoshi Nakada
2019-07-31
1
-1
/
+2
*
* expand tabs.
git
2019-07-31
1
-4
/
+4
*
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-31
1
-146
/
+191
*
remove RHash::iter_lev.
Koichi Sasada
2019-07-31
1
-2
/
+58
*
Adjust styles and indents
Nobuyoshi Nakada
2019-07-19
1
-1
/
+2
*
respect RUBY_DEBUG.
Koichi Sasada
2019-07-15
1
-2
/
+2
*
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-03
1
-8
/
+0
*
Raise TypeError if calling ENV.freeze
Jeremy Evans
2019-07-01
1
-0
/
+15
*
Alias ENV.merge! as ENV.update
Kenichi Kamiya
2019-06-21
1
-0
/
+3
*
hash.c (rb_hash_s_create): Reject `Hash[[nil]]`
Yusuke Endoh
2019-05-23
1
-9
/
+0
*
Fix complex hash keys to work with compaction
Aaron Patterson
2019-04-23
1
-1
/
+5
[next]