aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"mame2018-06-271-8/+3
* refactor move logics out of insns.defshyouhei2018-06-272-12/+13
* move function declarations from insns.def to internal.hshyouhei2018-06-273-5/+3
* bootstraptest/runner: speed up assert_finish by avoiding sleepnormal2018-06-261-3/+8
* * 2018-06-27svn2018-06-261-1/+1
* test: skip 2 major unstable tests with MJITk0kubun2018-06-262-0/+5
* mjit_compile.inc.erb: drop unnecessary variablek0kubun2018-06-252-9/+3
* test_range.rb: add tests to improve coveragewatson19782018-06-251-0/+14
* increase body sizenaruse2018-06-251-1/+1
* mjit.c: hide path search error behind verbose()normal2018-06-251-1/+1
* comma at the end of enum is a C99ismshyouhei2018-06-251-1/+1
* mjit.c: avoid signed pointer comparisons (fix for 32-bit)normal2018-06-251-2/+2
* mjit.c: set PIC flags on clang for FreeBSD and glibcnormal2018-06-251-1/+3
* mjit.c: avoid execvp PATH lookup in vfork-ed childnormal2018-06-251-7/+24
* * 2018-06-25svn2018-06-241-1/+1
* UNIXSocket#recv_io: trigger GC when out of FDsnormal2018-06-241-1/+27
* process.c (ruby_fork_ruby): fix race in signal handlingnormal2018-06-241-1/+1
* test_process.rb: skip tests for Bug 14867k0kubun2018-06-241-0/+3
* process.c (after_fork_ruby): make it a proper functionnormal2018-06-241-1/+6
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* lib/prime.rb: remove unused methodsmame2018-06-241-7/+0
* * 2018-06-24svn2018-06-241-1/+1
* test/test_prime.rb: add testcases of prime librarymame2018-06-241-0/+81
* mjit.c: disable calling JIT-ed codek0kubun2018-06-234-2/+14
* gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILStarui2018-06-231-0/+7
* mjit.c: unify the variable name with method namek0kubun2018-06-234-23/+23
* spec: skip Process wait specs on MJITk0kubun2018-06-235-104/+117
* mjit.c: initial cygwin supportk0kubun2018-06-232-3/+4
* [DOC] Add call signature for {Array,Hash}#any?ktsj2018-06-232-0/+2
* test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj2018-06-231-1/+0
* vm.c: fix infinite loopktsj2018-06-232-4/+19
* vm.c: fix typo in function namektsj2018-06-231-3/+3
* * 2018-06-23svn2018-06-231-1/+1
* thread_pthread.c (native_sleep): do not clear unblock.argnormal2018-06-231-1/+0
* remove debug printnaruse2018-06-221-1/+1
* check net.core.wmem_default and max instead of tcpnaruse2018-06-221-1/+1
* show net.ipv4.tcp_wmem to debug failure on travisnaruse2018-06-221-1/+1
* dir.c: define O_CLOEXEC for older systemsnormal2018-06-221-0/+4
* thread.c (sleep_timespec): avoid needless update w/o spuriuos checknormal2018-06-221-2/+2
* remove DISABLE_RUBYGEMS from config filesnobu2018-06-225-6/+11
* test/ruby/test_range.rb: add a test for endless range's min with comparisonmame2018-06-221-0/+2
* range.c: Range#last and #max raises a RangeError if it is endlessmame2018-06-222-5/+15
* range.c: Range#size now returns Float::INFINITY if it is endlessmame2018-06-222-4/+10
* range.c: Range#to_a now raises RangeError if it is endlessmame2018-06-222-0/+28
* vm_core.h (rb_vm_t): make sleeper non-volatilenormal2018-06-221-1/+1
* * 2018-06-22svn2018-06-221-1/+1
* thread_sync.c (rb_mutex_lock): fix deadlocknormal2018-06-221-8/+6
* mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun2018-06-212-18/+73
* thread_pthread.c: fix non-sleepy timer-thread with forknormal2018-06-201-5/+4
* test/ruby/test_io.rb: fix timing sensitive testnormal2018-06-201-5/+10