aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Fixed st_udpate comment [ci skip]Nobuyoshi Nakada2020-11-301-8/+9
* sync RClass::ext::iv_index_tblKoichi Sasada2020-10-171-0/+15
* Enable arm64 optimizations that exist for power/x86 (#3393)AGSaidi2020-08-141-1/+1
* Removed no longer used constants [Bug #16934]Nobuyoshi Nakada2020-06-041-3/+0
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-03-161-28/+28
* Fix typos (#2958)K.Takata2020-03-111-3/+3
* st.c: remove variables that are no longer usedYusuke Endoh2020-02-271-4/+1
* kill ST_DEBUG [Bug #16521]卜部昌平2020-02-261-153/+0
* more on NULL versus functions.卜部昌平2020-02-071-2/+2
* decouple internal.h headers卜部昌平2019-12-261-0/+3
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* st: Do error check only on non-RubyK.Takata2019-10-211-0/+16
* st: Add NULL checkingK.Takata2019-10-211-2/+26
* st.c: Use rb_st_* prefix instead of st_* (#2479)Yusuke Endoh2019-09-221-1/+1
* st.c (st_add_direct_with_hash): make it "static inline"Yusuke Endoh2019-09-221-1/+1
* optimize get_power2 [Feature #15631]pavel2019-08-281-4/+1
* struct st_hash_type now free from ANYARGS卜部昌平2019-08-271-3/+20
* st_foreach now free from ANYARGS卜部昌平2019-08-271-5/+18
* Add `GC.compact` again.tenderlove2019-04-201-3/+20
* Reverting compaction for nowtenderlove2019-04-171-20/+3
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-3/+20
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-20/+3
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-3/+20
* st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds writemame2019-01-151-1/+1
* Adjust reserved hash valuesnobu2018-12-071-0/+3
* st.c: bin might be zeroshyouhei2018-11-081-1/+1
* avoid (size_t)-- (2nd try)shyouhei2018-11-081-1/+2
* svn merge -r 65625:65623 .shyouhei2018-11-081-2/+1
* st.c: fix comparison between signed and unsignedshyouhei2018-11-081-1/+1
* avoid (size_t)--shyouhei2018-11-081-1/+2
* st.c: straight-forward comparison of charactersshyouhei2018-11-081-10/+10
* st.c: suppress integer overlow warningsshyouhei2018-11-081-0/+1
* blacklist UBSAN's unsigned integer overflowshyouhei2018-11-071-1/+5
* support theap for T_HASH. [Feature #14989]ko12018-10-301-17/+9
* st.c: remove redundant export declarationk0kubun2018-05-271-1/+1
* st.c: retry operations if rebuiltnormal2018-02-131-73/+185
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* st_hashtype_num marked as staticshyouhei2018-01-191-1/+1
* __builtin_assume_aligned for *(foo *) castsshyouhei2018-01-151-2/+8
* hash literal deduplicates like Hash#[]=normal2017-12-301-2/+2
* Revert "Improve performance of creating Hash object"watson19782017-12-191-59/+6
* st.c: fix upnobu2017-12-191-5/+5
* st.c: no C99 commentnobu2017-12-181-1/+1
* Improve performance of creating Hash objectwatson19782017-12-181-6/+59
* st.c: fix num_entriesnobu2017-09-051-0/+2
* st.c: fix false assertionsnobu2017-09-051-35/+42
* optimize rb_hash_bulk_insert to generally outperform 2.4.shyouhei2017-09-051-25/+67
* st.c: adjust stylenobu2017-07-191-31/+41
* revert r59359, r59356, r59355, r59354normal2017-07-191-18/+2
* newhash insn reuses existing keysnormal2017-07-181-2/+18