index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
st.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-19
1
-1
/
+2
*
[Bug #19038] Fix corruption of generic_iv_tbl when compacting
Peter Zhu
2022-10-06
1
-5
/
+10
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-317
/
+317
*
st.c: Fix a typo in a comment
Yusuke Endoh
2022-02-28
1
-1
/
+1
*
st.c: Do not clear entries_bound when calling Hash#shift for empty hash
Yusuke Endoh
2022-02-10
1
-1
/
+0
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-3
/
+5
*
st.c: skip all deleted entries [Bug #17779]
tompng (tomoya ishida)
2021-04-11
1
-2
/
+7
*
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-19
1
-1
/
+1
*
[DOC] Fixed st_udpate comment [ci skip]
Nobuyoshi Nakada
2020-11-30
1
-8
/
+9
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-0
/
+15
*
Enable arm64 optimizations that exist for power/x86 (#3393)
AGSaidi
2020-08-14
1
-1
/
+1
*
Removed no longer used constants [Bug #16934]
Nobuyoshi Nakada
2020-06-04
1
-3
/
+0
*
Adjusted indents [ci skip]
Nobuyoshi Nakada
2020-03-16
1
-28
/
+28
*
Fix typos (#2958)
K.Takata
2020-03-11
1
-3
/
+3
*
st.c: remove variables that are no longer used
Yusuke Endoh
2020-02-27
1
-4
/
+1
*
kill ST_DEBUG [Bug #16521]
卜部昌平
2020-02-26
1
-153
/
+0
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-2
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-0
/
+3
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
st: Do error check only on non-Ruby
K.Takata
2019-10-21
1
-0
/
+16
*
st: Add NULL checking
K.Takata
2019-10-21
1
-2
/
+26
*
st.c: Use rb_st_* prefix instead of st_* (#2479)
Yusuke Endoh
2019-09-22
1
-1
/
+1
*
st.c (st_add_direct_with_hash): make it "static inline"
Yusuke Endoh
2019-09-22
1
-1
/
+1
*
optimize get_power2 [Feature #15631]
pavel
2019-08-28
1
-4
/
+1
*
struct st_hash_type now free from ANYARGS
卜部昌平
2019-08-27
1
-3
/
+20
*
st_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-5
/
+18
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-3
/
+20
*
Reverting compaction for now
tenderlove
2019-04-17
1
-20
/
+3
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-3
/
+20
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-20
/
+3
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-3
/
+20
*
st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
mame
2019-01-15
1
-1
/
+1
*
Adjust reserved hash values
nobu
2018-12-07
1
-0
/
+3
*
st.c: bin might be zero
shyouhei
2018-11-08
1
-1
/
+1
*
avoid (size_t)-- (2nd try)
shyouhei
2018-11-08
1
-1
/
+2
*
svn merge -r 65625:65623 .
shyouhei
2018-11-08
1
-2
/
+1
*
st.c: fix comparison between signed and unsigned
shyouhei
2018-11-08
1
-1
/
+1
*
avoid (size_t)--
shyouhei
2018-11-08
1
-1
/
+2
*
st.c: straight-forward comparison of characters
shyouhei
2018-11-08
1
-10
/
+10
*
st.c: suppress integer overlow warnings
shyouhei
2018-11-08
1
-0
/
+1
*
blacklist UBSAN's unsigned integer overflow
shyouhei
2018-11-07
1
-1
/
+5
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-17
/
+9
*
st.c: remove redundant export declaration
k0kubun
2018-05-27
1
-1
/
+1
*
st.c: retry operations if rebuilt
normal
2018-02-13
1
-73
/
+185
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-1
/
+1
*
st_hashtype_num marked as static
shyouhei
2018-01-19
1
-1
/
+1
*
__builtin_assume_aligned for *(foo *) casts
shyouhei
2018-01-15
1
-2
/
+8
*
hash literal deduplicates like Hash#[]=
normal
2017-12-30
1
-2
/
+2
*
Revert "Improve performance of creating Hash object"
watson1978
2017-12-19
1
-59
/
+6
*
st.c: fix up
nobu
2017-12-19
1
-5
/
+5
[next]