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
/
internal
/
hash.h
Age
Commit message (
Expand
)
Author
2023-09-24
Add rb_hash_free for the GC to use
Peter Zhu
2023-06-23
Declare `RHASH_AR_TABLE` and `RHASH_ST_TABLE` return non-null
Nobuyoshi Nakada
2023-06-08
Remove RHASH_TRANSIENT_FLAG
Peter Zhu
2023-05-23
Fix crash when replacing ST hash with AR hash
Peter Zhu
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash ST tables on VWA
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-23
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-01-31
Remove rb_hash_st_table
Peter Zhu
2023-01-31
Remove rb_hash_ar_table
Peter Zhu
2023-01-20
Fix typo in RHASH_ST_CLEAR
Peter Zhu
2021-10-02
Restore Hash#compare_by_identity mode [Bug #18171]
Nobuyoshi Nakada
2021-10-02
Add rb_ident_hash_new_with_size
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2020-10-21
Ractor.make_shareable(obj)
Koichi Sasada
2020-08-27
include/ruby/backward/2/r_cast.h: deprecate
卜部昌平
2020-08-19
RHASH_EMPTY_P: convert into an inline function
卜部昌平
2020-08-19
RHASH_TBL: is now ext-only
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/hash.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平