aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* adjust styles [ci skip]nobu2017-05-101-11/+22
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-0/+165
* fix macro expansion bugshyouhei2017-04-251-2/+2
* st.c: suppress a warningnobu2016-12-211-1/+4
* st.c: fix st_hash* functions [Bug #13019]nobu2016-12-211-170/+78
* st: Add 'static const'naruse2016-12-121-2/+2
* switching hash removalnobu2016-12-061-44/+0
* remove unnecessary variablenobu2016-12-061-51/+90
* st.c: fix crashes on huge hash tablesnormal2016-11-151-2/+2
* Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko12016-11-071-1027/+1360