summaryrefslogtreecommitdiffstats
path: root/id_table.h (follow)
Commit message (Expand)AuthorAgeLines
* Rename rb_id_table_foreach_with_replacePeter Zhu2022-01-25-2/+2
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-11-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-11-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-1/+1
* decouple internal.h headers卜部昌平2019-12-26-0/+2
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-03-1/+1
* refactor add rb_id_table_foreach_with_replace_with_key卜部昌平2019-09-30-0/+1
* refactor delete ID_TABLE_ITERATOR_RESULT_END卜部昌平2019-09-30-1/+0
* Add `GC.compact` again.tenderlove2019-04-20-0/+3
* Reverting compaction for nowtenderlove2019-04-17-3/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-17-0/+3
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-10-3/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-09-0/+3
* id_table.h: dummy sentinelnobu2016-08-06-0/+1
* id_table: const correctness for _size and _memsizenormal2015-11-02-2/+2
* id_table.h: include guardnobu2015-09-17-0/+4
* id_table.h: callback function typesnobu2015-08-26-2/+5
* * id_table.h: introduce ID key table.ko12015-08-12-0/+23