Age | Commit message (Expand) | Author |
---|
2025-06-04 | shape.c: fix off by one error in `shape_tree_mark` | Jean Boussier |
2025-06-02 | shape.c: Implement a lock-free version of get_next_shape_internal | Jean Boussier |
2024-02-12 | Replace assert with RUBY_ASSERT in id_table.c | Peter Zhu |
2023-03-06 | Stop exporting symbols for MJIT | Takashi Kokubun |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-01-25 | Support ID_TABLE_STOP for replace function | Peter Zhu |
2022-01-25 | Rename rb_id_table_foreach_with_replace | Peter Zhu |
2022-01-26 | Revert "`ID` in `rb_id_table_foreach_with_replace` [Feature #18253]" | Nobuyoshi Nakada |
2022-01-24 | `ID` in `rb_id_table_foreach_with_replace` [Feature #18253] | Nobuyoshi Nakada |
2021-10-13 | Qundef is not for ID | Nobuyoshi Nakada |
2021-06-18 | Add a cache for class variables | eileencodes |
2021-05-11 | Revert "Filling cache values on cvar write" | Aaron Patterson |
2021-05-11 | Add a cache for class variables | eileencodes |
2020-08-10 | Suppress unused-variable warning | Nobuyoshi Nakada |
2020-04-21 | reroute redefinition of NDEBUG | 卜部昌平 |
2020-02-22 | Introduce disposable call-cache. | Koichi Sasada |
2019-10-03 | Revert https://.com/ruby/ruby/pull/2486 | 卜部昌平 |
2019-09-30 | refactor add rb_id_table_foreach_with_replace_with_key | 卜部昌平 |
2019-04-20 | Add `GC.compact` again. | tenderlove |
2019-04-17 | Reverting compaction for now | tenderlove |
2019-04-17 | Adding `GC.compact` and compacting GC support. | tenderlove |
2019-04-10 | Reverting all commits from r67479 to r67496 because of CI failures | kazu |
2019-04-10 | id_table.c: use NULL as ID* instead of Qundef | nobu |
2019-04-10 | Adjusted styles | nobu |
2019-04-09 | Adding `GC.compact` and compacting GC support. | tenderlove |
2017-05-10 | adjust styles [ci skip] | nobu |
2017-01-25 | swithc id_table data structure. | ko1 |
2017-01-19 | id_table.c: fix typo | nobu |
2016-08-14 | id_table.c: extend, don't shrink | nobu |
2016-08-06 | id_table.h: dummy sentinel | nobu |
2016-05-20 | capa should be even number on 64-bit SPARC for 8-byte word alignment | ngoto |
2016-01-22 | RUBY_ASSERT | nobu |
2015-11-02 | id_table: const correctness for _size and _memsize | normal |
2015-11-01 | * id_table.c (mix_id_table_insert): do not touch list during | ko1 |
2015-09-27 | id_table.c: fix names | nobu |
2015-09-27 | id_table.c: fix names | nobu |
2015-09-27 | id_table.c: suppress warnings | nobu |
2015-09-25 | * id_table.c: fix typo. [ci skip][fix GH-1031] @davydovanton | hsbt |
2015-09-17 | id_table.c: fix types | nobu |
2015-08-26 | id_table.c: aliases | nobu |
2015-08-26 | id_table.h: callback function types | nobu |
2015-08-26 | id_table.c: adjust indent | nobu |
2015-08-26 | id_table.c: constify | nobu |
2015-08-26 | id_table.c: fix for C89 compilers | nobu |
2015-08-13 | id_table.c: TOKEN_PASTE | nobu |
2015-08-12 | id_table.c: prefix first | nobu |
2015-08-12 | * id_table.c: IMPL() macro accept op as _opname instead of opname | ko1 |
2015-08-12 | * id_table.c (mix_id_table_insert): fix memory . | ko1 |
2015-08-12 | * id_table.h: introduce ID key table. | ko1 |