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
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
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
2018-12-07
Adjust reserved hash values
nobu
2018-11-08
st.c: bin might be zero
shyouhei
2018-11-08
avoid (size_t)-- (2nd try)
shyouhei
2018-11-08
svn merge -r 65625:65623 .
shyouhei
2018-11-08
st.c: fix comparison between signed and unsigned
shyouhei
2018-11-08
avoid (size_t)--
shyouhei
2018-11-08
st.c: straight-forward comparison of characters
shyouhei
2018-11-08
st.c: suppress integer overlow warnings
shyouhei
2018-11-07
blacklist UBSAN's unsigned integer overflow
shyouhei
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-05-27
st.c: remove redundant export declaration
k0kubun
2018-02-13
st.c: retry operations if rebuilt
normal
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-19
st_hashtype_num marked as static
shyouhei
2018-01-15
__builtin_assume_aligned for *(foo *) casts
shyouhei
2017-12-30
hash literal deduplicates like Hash#[]=
normal
2017-12-19
Revert "Improve performance of creating Hash object"
watson1978
2017-12-19
st.c: fix up
nobu
2017-12-18
st.c: no C99 comment
nobu
2017-12-18
Improve performance of creating Hash object
watson1978
2017-09-05
st.c: fix num_entries
nobu
2017-09-05
st.c: fix false assertions
nobu
2017-09-05
optimize rb_hash_bulk_insert to generally outperform 2.4.
shyouhei
2017-07-19
st.c: adjust style
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
newhash insn reuses existing keys
normal
2017-05-10
adjust styles [ci skip]
nobu
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-25
fix macro expansion bug
shyouhei
2016-12-21
st.c: suppress a warning
nobu
[next]