aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Partly reverted for ruby-style.el.hsbt2018-09-142-0/+82
* Added entries for lldb files in misc directory.hsbt2018-09-141-3/+5
* Removed old elisp files. New upstream repository was moved https://github.com...hsbt2018-09-148-1657/+0
* PRI_64_PREFIX "u" is called PRIu64shyouhei2018-09-141-1/+4
* forgot to expand tabs [ci skip]shyouhei2018-09-141-2/+2
* * 2018-09-14svn2018-09-141-1/+1
* move ADD_PC around (take 2)shyouhei2018-09-145-103/+44
* iseq.c: prefix rb_ to non-static iseq functionsk0kubun2018-09-133-19/+19
* vm_insnhelper.h: drop OPT_CALL_FASTPATH macro supportk0kubun2018-09-132-10/+2
* Remove old ruby-mode.elkazu2018-09-131-1584/+0
* warn unused blocks with Enumerable#all? any? one? none?nobu2018-09-134-0/+77
* Make qsort_r() flavor detecting work if qsort_r() is a macronobu2018-09-131-2/+2
* thread.c: fix -Wformat warning where uint64_t is not unsigned longnobu2018-09-131-1/+1
* Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun2018-09-134-7/+9
* thread.c: fix -Wformat warningk0kubun2018-09-131-2/+2
* vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun2018-09-134-9/+7
* node.h: removed unused macrosnobu2018-09-131-101/+0
* move canary-related statements into macrosshyouhei2018-09-133-23/+38
* appveyor.yml: increase timeout for vsk0kubun2018-09-131-1/+1
* thread.c (rb_thread_atfork): reinitialize current th->interrupt_locknormal2018-09-131-0/+4
* fiber: fix crash on GC after forkingnormal2018-09-122-24/+28
* cont.c (fiber_memsize): do not rely on ROOT_FIBER_CONTEXTnormal2018-09-121-5/+8
* cont.c (ec_set_vm_stack): avoid needless castingnormal2018-09-121-2/+2
* share VM stack between threads and fibers if identical in sizenormal2018-09-123-20/+28
* * 2018-09-13svn2018-09-121-1/+1
* [DOC] aseq.each always return self [ci skip]kazu2018-09-121-1/+1
* time.c split time_utc_or_localnobu2018-09-121-18/+10
* _mjit_compile_pc_and_sp.erb: forget about memcpy [ci skip]k0kubun2018-09-121-1/+1
* .travis.yml: run ruby/spec version guards check in parallelnobu2018-09-121-1/+1
* [DOC] Modify descriptions for ArithmeticSequencemrkn2018-09-122-1/+8
* [DOC] Add the documentation of ArithmeticSequencemrkn2018-09-121-0/+82
* enumerator.c: Fix ArithmeticSequence for complex stepmrkn2018-09-122-1/+21
* deduce versioned tools from CCnobu2018-09-122-5/+11
* Revert "enumerator.c: Fix ArithmeticSequence for complex step"mrkn2018-09-122-22/+1
* enumerator.c: Fix ArithmeticSequence for complex stepmrkn2018-09-122-1/+22
* resurrect the string to expect modificationsshyouhei2018-09-121-2/+2
* make opt_str_freeze leafshyouhei2018-09-124-7/+35
* make opt_case_dispatch leafshyouhei2018-09-123-18/+44
* * 2018-09-12svn2018-09-111-1/+1
* _mjit_compile_insn.erb: move pc on JIT cancelk0kubun2018-09-113-2/+5
* mjit_worker.c: atomically print main message and \nk0kubun2018-09-111-2/+8
* bare_instructions.rb: use Hash#fetch to read attrk0kubun2018-09-111-2/+2
* _mjit_compile_insn.erb: prefer insn.always_leaf?k0kubun2018-09-111-9/+1
* _mjit_compile_pc_and_sp.erb: skip moving pck0kubun2018-09-112-2/+8
* transform_mjit_header.rb: add static to Init_*k0kubun2018-09-112-2/+2
* test_jit.rb: show extra debug info for #test_unload_unitsk0kubun2018-09-111-6/+8
* random.c: prefixed fill_random_bytesnobu2018-09-113-3/+5
* vm_insnhelper.c: stop unnecessarily using rb_sprintfk0kubun2018-09-111-3/+1
* vm_insnhelper.c: fix -Wformat-security on rb_bugk0kubun2018-09-111-1/+1
* add new instruction attribute called leafshyouhei2018-09-1110-1/+279