summaryrefslogtreecommitdiff
path: root/id_table.h
AgeCommit message (Expand)Author
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-10-03Revert https://github.com/ruby/ruby/pull/2486卜部昌平
2019-09-30refactor add rb_id_table_foreach_with_replace_with_key卜部昌平
2019-09-30refactor delete ID_TABLE_ITERATOR_RESULT_END卜部昌平
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2016-08-06id_table.h: dummy sentinelnobu
2015-11-02id_table: const correctness for _size and _memsizenormal
2015-09-17id_table.h: include guardnobu
2015-08-26id_table.h: callback function typesnobu
2015-08-12* id_table.h: introduce ID key table.ko1