summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-14Removed old elisp files. New upstream repository was moved https://github.com...hsbt
2018-09-14PRI_64_PREFIX "u" is called PRIu64shyouhei
2018-09-14forgot to expand tabs [ci skip]shyouhei
2018-09-14* 2018-09-14svn
2018-09-14move ADD_PC around (take 2)shyouhei
2018-09-13iseq.c: prefix rb_ to non-static iseq functionsk0kubun
2018-09-13vm_insnhelper.h: drop OPT_CALL_FASTPATH macro supportk0kubun
2018-09-13Remove old ruby-mode.elkazu
2018-09-13warn unused blocks with Enumerable#all? any? one? none?nobu
2018-09-13Make qsort_r() flavor detecting work if qsort_r() is a macronobu
2018-09-13thread.c: fix -Wformat warning where uint64_t is not unsigned longnobu
2018-09-13Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun
2018-09-13thread.c: fix -Wformat warningk0kubun
2018-09-13vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun
2018-09-13node.h: removed unused macrosnobu
2018-09-13move canary-related statements into macrosshyouhei
2018-09-13appveyor.yml: increase timeout for vsk0kubun
2018-09-13thread.c (rb_thread_atfork): reinitialize current th->interrupt_locknormal
2018-09-12fiber: fix crash on GC after forkingnormal
2018-09-12cont.c (fiber_memsize): do not rely on ROOT_FIBER_CONTEXTnormal
2018-09-12cont.c (ec_set_vm_stack): avoid needless castingnormal
2018-09-12share VM stack between threads and fibers if identical in sizenormal
2018-09-12* 2018-09-13svn
2018-09-12[DOC] aseq.each always return self [ci skip]kazu
2018-09-12time.c split time_utc_or_localnobu
2018-09-12_mjit_compile_pc_and_sp.erb: forget about memcpy [ci skip]k0kubun
2018-09-12.travis.yml: run ruby/spec version guards check in parallelnobu
2018-09-12[DOC] Modify descriptions for ArithmeticSequencemrkn
2018-09-12[DOC] Add the documentation of ArithmeticSequencemrkn
2018-09-12enumerator.c: Fix ArithmeticSequence for complex stepmrkn
2018-09-12deduce versioned tools from CCnobu
2018-09-12Revert "enumerator.c: Fix ArithmeticSequence for complex step"mrkn
2018-09-12enumerator.c: Fix ArithmeticSequence for complex stepmrkn
2018-09-12resurrect the string to expect modificationsshyouhei
2018-09-12make opt_str_freeze leafshyouhei
2018-09-12make opt_case_dispatch leafshyouhei
2018-09-11* 2018-09-12svn
2018-09-11_mjit_compile_insn.erb: move pc on JIT cancelk0kubun
2018-09-11mjit_worker.c: atomically print main message and \nk0kubun
2018-09-11bare_instructions.rb: use Hash#fetch to read attrk0kubun
2018-09-11_mjit_compile_insn.erb: prefer insn.always_leaf?k0kubun
2018-09-11_mjit_compile_pc_and_sp.erb: skip moving pck0kubun
2018-09-11transform_mjit_header.rb: add static to Init_*k0kubun
2018-09-11test_jit.rb: show extra debug info for #test_unload_unitsk0kubun
2018-09-11random.c: prefixed fill_random_bytesnobu
2018-09-11vm_insnhelper.c: stop unnecessarily using rb_sprintfk0kubun
2018-09-11vm_insnhelper.c: fix -Wformat-security on rb_bugk0kubun
2018-09-11add new instruction attribute called leafshyouhei
2018-09-11* 2018-09-11svn
2018-09-11Use https instead of httpkazu