summaryrefslogtreecommitdiff
path: root/internal/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Move ar_hint to ar_table_structPeter Zhu2023-05-171-10/+4
* Implement Hash ST tables on VWAPeter Zhu2023-05-171-8/+19
* Implement Hash AR tables on VWAPeter Zhu2023-05-171-34/+6
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-2/+0
* Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier2023-02-231-0/+2
* Remove rb_hash_st_tablePeter Zhu2023-01-311-1/+0
* Remove rb_hash_ar_tablePeter Zhu2023-01-311-26/+0
* Fix typo in RHASH_ST_CLEARPeter Zhu2023-01-201-1/+1
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-021-0/+2
* Add rb_ident_hash_new_with_sizeNobuyoshi Nakada2021-10-021-0/+1
* internal/*.h: skip doxygen卜部昌平2021-09-101-1/+0
* Ractor.make_shareable(obj)Koichi Sasada2020-10-211-1/+2
* include/ruby/backward/2/r_cast.h: deprecate卜部昌平2020-08-271-1/+1
* RHASH_EMPTY_P: convert into an inline function卜部昌平2020-08-191-0/+11
* RHASH_TBL: is now ext-only卜部昌平2020-08-191-5/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* add #include guard hack卜部昌平2020-04-131-3/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-9/+9
* decouple internal.h headers卜部昌平2019-12-261-2/+8
* internal/hash.h rework卜部昌平2019-12-261-79/+164
* split internal.h into files卜部昌平2019-12-261-0/+143