aboutsummaryrefslogtreecommitdiffstats
path: root/id_table.h
Commit message (Expand)AuthorAgeFilesLines
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-031-1/+1
* refactor add rb_id_table_foreach_with_replace_with_key卜部昌平2019-09-301-0/+1
* refactor delete ID_TABLE_ITERATOR_RESULT_END卜部昌平2019-09-301-1/+0
* Add `GC.compact` again.tenderlove2019-04-201-0/+3
* Reverting compaction for nowtenderlove2019-04-171-3/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+3
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-3/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-0/+3
* id_table.h: dummy sentinelnobu2016-08-061-0/+1
* id_table: const correctness for _size and _memsizenormal2015-11-021-2/+2
* id_table.h: include guardnobu2015-09-171-0/+4
* id_table.h: callback function typesnobu2015-08-261-2/+5
* * id_table.h: introduce ID key table.ko12015-08-121-0/+23