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-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
2019-01-05
fix last commit.
ko1
2019-01-05
refactoring.
ko1
2019-01-05
add ar_ prefix for ar_table functions.
ko1
2019-01-05
fix trivial indentation.
ko1
2019-01-05
call functions directly.
ko1
2019-01-04
refactoring usage of ar_lookup().
ko1
2019-01-04
skip to calculate hash value on empty Hash ar_table lookup.
ko1
2019-01-04
ar_table_entry::hash should be `st_hash_t`.
ko1
2018-12-29
hide ar_table internals from internal.h.
ko1
2018-12-20
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-14
separte NULL and EMPTY check.
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-12-10
Initialize bin
nobu
2018-12-07
Adjust reserved hash values
nobu
2018-12-07
Should use the proper constant
nobu
2018-12-03
make `RARRAY_PTR_USE` more conservertive.
ko1
2018-11-29
clear dst Hash on Hash#replace. [Bug #15358]
ko1
[next]