aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add some missing documentation to Queue#{close|deq} [ci skip]marcandre2018-09-161-1/+3
* array.c: Optimize rb_ary_and. Patch by Stefan Schüßler. [Fix GH-1938]marcandre2018-09-161-1/+1
* * 2018-09-16svn2018-09-151-1/+1
* encoding.c: check external encodingnobu2018-09-152-1/+8
* Work on Benchmark::Tms documentation [ci skip]nobu2018-09-151-5/+8
* get rid of newer syntax for old versionsnobu2018-09-151-4/+5
* Fix issues detected by code analysis tool (mainly Coverity).nobu2018-09-152-2/+9
* Expand spec files to realpathsnobu2018-09-151-1/+4
* rid of warnings [Fix GH-1953]nobu2018-09-154-16/+28
* test_sprintf.rb: test for %pnobu2018-09-151-0/+6
* * 2018-09-15svn2018-09-151-1/+1
* Use opt_{aref,aset} over opt_{aref,aset}_withnobu2018-09-151-0/+2
* * properties.svn2018-09-140-0/+0
* 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