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
2019-10-24
hash.c: Do not use Unicode double-quotes
Yusuke Endoh
2019-10-23
More rdoc for ENV#[] and ENV#fetch
BurdetteLamar
2019-10-21
[Bug #16121] adjusted indent [ci skip]
Nobuyoshi Nakada
2019-10-21
Stop making a redundant hash copy in Hash#dup (#2489)
Dylan Thacker-Smith
2019-10-18
Use identhash as WeakMap
Nobuyoshi Nakada
2019-10-13
Enhance doc for ENV.delete
Burdette Lamar
2019-09-26
Fix more keyword separation issues
Jeremy Evans
2019-09-20
Fix documentation for ENV.each to return ENV
Jeremy Evans
2019-09-11
Avoid rehashing keys in transform_values
John Hawthorn
2019-08-30
Allow ** syntax to be used for calling methods that do not accept keywords
Jeremy Evans
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-27
rb_hash_foreach now free from ANYARGS
卜部昌平
2019-08-24
Move Object#hash rdoc to hash.c [ci skip]
Jeremy Evans
2019-08-07
hash.c: gc.h is needed when HASH_DEBUG mode
Yusuke Endoh
2019-08-07
hash.c: gc.h is no longer needed
Yusuke Endoh
2019-08-07
fix spelling
Daniel Radetsky
2019-08-01
introduce ar_hint_t.
Koichi Sasada
2019-08-01
use internal_id.
Koichi Sasada
2019-08-01
make inline functions from macros.
Koichi Sasada
2019-07-31
use hash_ar_table_set() directly
Koichi Sasada
2019-07-31
HASH_ASSERT() respects HASH_DEBUG
Koichi Sasada
2019-07-31
move macro to internal.h for documentation.
Koichi Sasada
2019-07-31
Moved RHASH_LEV_MASK and turned into a macro
Nobuyoshi Nakada
2019-07-31
* expand tabs.
git
2019-07-31
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-31
remove RHash::iter_lev.
Koichi Sasada
2019-07-19
Adjust styles and indents
Nobuyoshi Nakada
2019-07-15
respect RUBY_DEBUG.
Koichi Sasada
2019-07-03
Use rb_ident_hash_new instead of rb_hash_new_compare_by_id
Nobuyoshi Nakada
2019-07-01
Raise TypeError if calling ENV.freeze
Jeremy Evans
2019-06-21
Alias ENV.merge! as ENV.update
Kenichi Kamiya
2019-05-23
hash.c (rb_hash_s_create): Reject `Hash[[nil]]`
Yusuke Endoh
2019-04-23
Fix complex hash keys to work with compaction
Aaron Patterson
2019-04-21
Drop MJIT_FUNC_EXPORTED from rb_hash_bulk_insert
k0kubun
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-02-27
* expand tabs.
svn
2019-02-27
Remove stale arguments
nobu
2019-01-30
hash.c: hoisted out st_index_hash
nobu
2019-01-30
hash.c: hoisted out dbl_to_index
nobu
2019-01-30
* expand tabs.
svn
2019-01-30
hash.c: remove repeated rb_hash_start
nobu
2019-01-17
reset bound if the size is 0.
ko1
2019-01-09
add setter of iter_lev.
ko1
[next]