aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_thread.rb (test_thread_interrupt_for_killed_thread): reprieve for MJITnormal2018-06-291-1/+6
* signal.c: use ATOMIC_EXCHANGE for sigchld_hitnormal2018-06-291-4/+3
* * 2018-06-30svn2018-06-291-1/+1
* test/lib/test/unit/assertions.rb (assert_in_out_err): disable gemsnormal2018-06-291-0/+2
* process.c: handle errno correctly in non-SIGCHLD pathnormal2018-06-291-0/+2
* process.c (waitpid_nogvl): check interrupts before sleepingnormal2018-06-291-1/+5
* improve C0 coverage of insns.defshyouhei2018-06-291-4/+34
* rethrow the caught exception as-isnobu2018-06-291-1/+1
* test_process.rb (test_wait_exception): check assertion soonernormal2018-06-291-3/+6
* process.c: fix typo in non-SIGCHLD waitpid :xnormal2018-06-291-1/+1
* * 2018-06-29svn2018-06-281-1/+1
* rb_enc_aliasnobu2018-06-284-10/+10
* ast.c: Fix defsyui-knk2018-06-282-2/+21
* Revert "rb_enc_alias"mame2018-06-283-8/+11
* Use nd_X shorthand for annotationnobu2018-06-281-3/+3
* rb_enc_aliasnobu2018-06-283-11/+8
* fix feature name and removed a duplicate conditionnobu2018-06-281-6/+2
* check enc_capable.ko12018-06-284-44/+39
* symbol.c: dsymbol initial encodingnobu2018-06-281-1/+1
* Fix typo of file path [ci skip]a_matsuda2018-06-281-1/+1
* tests: increase timeouts and speedup some slow testsnormal2018-06-274-7/+7
* * 2018-06-28svn2018-06-271-1/+1
* Added guard condition for old ruby about RubyVM::MJIT.hsbt2018-06-271-1/+1
* use the prefixed macronobu2018-06-271-1/+1
* use rb_pid_t instead of pid_tnobu2018-06-271-3/+3
* Update to ruby/spec@98c7d74eregon2018-06-271-2/+2
* Update to ruby/spec@a454137eregon2018-06-27143-146/+328
* Update to ruby/spec@41068a6eregon2018-06-273-52/+52
* Update to ruby/mspec@7074b56eregon2018-06-276-31/+70
* remove assertion for hidden objects.ko12018-06-271-1/+1
* process.c (waitpid_wait): do not set ECHILD prematurelynormal2018-06-274-8/+20
* give up insn attr handles_frameshyouhei2018-06-279-82/+132
* signal.c: fix braino in fake_grantfdnormal2018-06-271-1/+1
* s/pid_t/rb_pid_t/normal2018-06-272-2/+2
* Revert "spec: skip Process wait specs on MJIT"normal2018-06-274-116/+104
* Revert "test_process.rb: skip tests for Bug 14867"normal2018-06-271-3/+0
* hijack SIGCHLD handler for internal usenormal2018-06-279-98/+446
* 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