Age | Commit message (Expand) | Author |
---|
9 days | Fix generic_ivar_set_shape_field for table rebuild | John Hawthorn |
14 days | Optimize callcache invalidation for refinements | alpaca-tc |
2025-05-08 | Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index` | Jean Boussier |
2025-04-29 | st.c: Removed unused `set_add_direct_with_hash` function | Jean Boussier |
2025-04-26 | Use `set_table` to track const caches | Jean Boussier |
2025-04-26 | Implement Set as a core class | Jeremy Evans |
2025-03-05 | Replace tombstone when converting AR to ST hash | John Hawthorn |
2025-02-13 | Remove dead rb_st_nth_key | Peter Zhu |
2024-02-09 | Move clean-up after table rebuilding | Nobuyoshi Nakada |
2023-12-25 | Move internal ST functions to internal/st.h | Peter Zhu |
2023-12-15 | check modifcation whil ar->st | Koichi Sasada |
2023-11-11 | [Bug #19969] Compact st_table after deleted if possible | Nobuyoshi Nakada |
2023-07-01 | Define `NO_SANITIZE` with reference to ext/bigdecimal/missing.c | jinroq |
2023-07-01 | Supress `warning: ‘unsigned-integer-overflow’ attribute directive ignored... | jinroq |
2023-06-30 | Don't check for null pointer in calls to free | Peter Zhu |
2023-06-29 | Fix memory when copying ST tables | Peter Zhu |
2023-06-24 | De-duplicate parse_st.c code from st.c | Nobuyoshi Nakada |
2023-06-17 | Use ruby functions if `RUBY` is defined | Nobuyoshi Nakada |
2023-06-17 | Expand `#ifdef RUBY` region | Nobuyoshi Nakada |
2023-05-17 | Implement Hash ST tables on VWA | Peter Zhu |
2023-03-20 | Use an st table for "too complex" objects | Aaron Patterson |
2023-02-10 | st.c: spell `perturb' properly | Eric Wong |
2022-10-19 | Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975) | Sergey Fedorov |
2022-10-06 | [Bug #19038] Fix corruption of generic_iv_tbl when compacting | Peter Zhu |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-02-28 | st.c: Fix a typo in a comment | Yusuke Endoh |
2022-02-10 | st.c: Do not clear entries_bound when calling Hash#shift for empty hash | Yusuke Endoh |
2021-06-17 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2021-04-11 | st.c: skip all deleted entries [Bug #17779] | tompng (tomoya ishida) |
2021-01-19 | Replace "iff" with "if and only if" | Gannon McGibbon |
2020-11-30 | [DOC] Fixed st_udpate comment [ci skip] | Nobuyoshi Nakada |
2020-10-17 | sync RClass::ext::iv_index_tbl | Koichi Sasada |
2020-08-14 | Enable arm64 optimizations that exist for power/x86 (#3393) | AGSaidi |
2020-06-04 | Removed no longer used constants [Bug #16934] | Nobuyoshi Nakada |
2020-03-16 | Adjusted indents [ci skip] | Nobuyoshi Nakada |
2020-03-11 | Fix typos (#2958) | K.Takata |
2020-02-27 | st.c: remove variables that are no longer used | Yusuke Endoh |
2020-02-26 | kill ST_DEBUG [Bug #16521] | 卜部昌平 |
2020-02-07 | more on NULL versus functions. | 卜部昌平 |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada |
2019-10-21 | st: Do error check only on non-Ruby | K.Takata |
2019-10-21 | st: Add NULL checking | K.Takata |
2019-09-22 | st.c: Use rb_st_* prefix instead of st_* (#2479) | Yusuke Endoh |
2019-09-22 | st.c (st_add_direct_with_hash): make it "static inline" | Yusuke Endoh |
2019-08-28 | optimize get_power2 [Feature #15631] | pavel |
2019-08-27 | struct st_hash_type now free from ANYARGS | 卜部昌平 |
2019-08-27 | st_foreach now free from ANYARGS | 卜部昌平 |
2019-04-20 | Add `GC.compact` again. | tenderlove |
2019-04-17 | Reverting compaction for now | tenderlove |