index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
st.c
Age
Commit message (
Expand
)
Author
3 days
Use `set_table` to track const caches
Jean Boussier
3 days
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 leak 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
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-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-01-15
st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
mame
[next]