aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-2015-17/+686
* common.mk: BTESTS to direct tests by btestnobu2018-11-201-2/+2
* thread_pthread.c (rb_reserved_fd_p): false-positive on negative FDnormal2018-11-201-0/+4
* run single test [ci skip]nobu2018-11-201-0/+3
* vm_insnhelper.c: fix indent [ci skip]shyouhei2018-11-201-21/+21
* Simply treat IO::WaitReadable just like Errno::EAGAINusa2018-11-201-7/+1
* vm_insnhelper.c: recv -1 + 3 overflowsshyouhei2018-11-201-7/+29
* revert r65822shugo2018-11-202-41/+1
* rdoc querynobu2018-11-201-0/+6
* mjit.c: fix typos [ci skip]kazu2018-11-201-2/+2
* Remove unnecessary spacekazu2018-11-201-1/+1
* * properties.svn2018-11-200-0/+0
* lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo2018-11-202-1/+41
* revert r65820 and retry assert_finishk0kubun2018-11-203-8/+12
* test_thread.rb: skip test_thread.rb broken for Windowsk0kubun2018-11-202-6/+8
* Check -fcf-protectionnobu2018-11-201-2/+1
* thread.c: fix obsoleted comment [ci skip]k0kubun2018-11-201-1/+1
* process.c: do not try to pause MJITk0kubun2018-11-202-21/+8
* test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun2018-11-191-2/+2
* configure.ac: avoid crashing MJIT with -fcf-protectionk0kubun2018-11-191-0/+6
* revert r65807k0kubun2018-11-194-16/+8
* * 2018-11-20svn2018-11-191-1/+1
* ruby/ruby.h: void rb_scan_args_verifynobu2018-11-191-3/+3
* appveyor.yml: separately execute test_bignumk0kubun2018-11-191-2/+2
* ruby.c: do not surface MJIT to userk0kubun2018-11-192-12/+12
* internal.h: resurrect --disable-mjit-supportk0kubun2018-11-191-0/+1
* fix for Solaris shnobu2018-11-192-2/+2
* process.c: do not run signal handler before forkk0kubun2018-11-193-6/+15
* configure.ac: rename extra_warning as extra_warnflagsnobu2018-11-191-3/+3
* configure.ac: respect extra_warnflags if givennobu2018-11-191-4/+3
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-192-3/+19
* .travis.yml: do not pass unnecessary warnflagsnobu2018-11-191-3/+1
* io.c: ungetbyte silently ignores upper bitsshyouhei2018-11-192-5/+31
* _colorize_result_prepare.m4: do not save CONFIGURE_TTYnobu2018-11-191-5/+5
* Makefile.in: reconfig with the original warnflagsnobu2018-11-191-0/+1
* .travis.yml: use dedicated flagsnobu2018-11-191-14/+17
* array.c: avoid (VALUE)--shyouhei2018-11-191-1/+2
* .travis.yml: -Wno-unknown-warning-option is needed, too.shyouhei2018-11-191-1/+1
* .travis.yml: extra CFLAGS to suppress warningsshyouhei2018-11-191-0/+5
* -Wno-unused-value [ci skip]shyouhei2018-11-191-0/+1
* sort lines [ci skip]shyouhei2018-11-191-20/+22
* * 2018-11-19svn2018-11-181-1/+1
* Also clean ruby-runner.o and ruby.imp [ci skip]nobu2018-11-182-2/+3
* update-deps: fix runtime error [ci skip]nobu2018-11-181-1/+1
* mjit.c: fix deadlock introduced by r65785k0kubun2018-11-181-1/+1
* wercker.yml: debug problematic test on test-allk0kubun2018-11-181-1/+1
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* * expand tabs.svn2018-11-181-1/+1
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-185-20/+115