summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate JIT skip to all testsTakashi Kokubun2020-03-062-8/+7
* Document defined? and global_variables handling of regexp global variables [c...Jeremy Evans2020-03-062-1/+34
* check ar_table first.Koichi Sasada2020-03-071-2/+5
* check ar_table after `#hash` callKoichi Sasada2020-03-072-0/+76
* * 2020-03-07 [ci skip]git2020-03-071-1/+1
* Skip jit_test on some new RubyCI envs for nowTakashi Kokubun2020-03-061-0/+7
* thread_pthread.c: allocate sigaltstack before pthread_createYusuke Endoh2020-03-063-8/+27
* Improve docs for Prime.{prime_division,int_from_prime_division} (#8)Marcus Stollsteimer2020-03-061-18/+29
* [ruby/prime] Fix typoMarcus Stollsteimer2020-03-061-1/+1
* [ruby/prime] Improve docs for Prime.include? (#7)Marcus Stollsteimer2020-03-061-1/+2
* [ruby/prime] Fix Prime.include?Jeremy Evans2020-03-062-0/+20
* * 2020-03-06 [ci skip]git2020-03-061-1/+1
* Mask RubyVM-specific testCharles Oliver Nutter2020-03-051-6/+8
* spec/ruby/core/process/exec_spec.rb: remove a guard for openbsdYusuke Endoh2020-03-051-10/+2
* Renamed `lex_flags` as `lex_context`Nobuyoshi Nakada2020-03-051-49/+49
* Fixed a typoNobuyoshi Nakada2020-03-051-1/+1
* [win32] get rid of redefinition of reserved macroNobuyoshi Nakada2020-03-051-0/+2
* * 2020-03-05 [ci skip]git2020-03-051-1/+1
* [ruby/fiddle] always use ffi_closure_alloc on WindowsNobuyoshi Nakada2020-03-051-1/+6
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2
* [ruby/fiddle] use ffi_closure_alloc only with 3.2 or laterNobuyoshi Nakada2020-03-041-4/+2
* [win32] suppress false warning by mingw gccNobuyoshi Nakada2020-03-042-2/+2
* [win32] suppress false warning by MSVCNobuyoshi Nakada2020-03-041-1/+2
* Fixed never-defined symbol nameNobuyoshi Nakada2020-03-041-1/+1
* [ruby/fiddle] ffi_closure_free is available in the bundled libffiNobuyoshi Nakada2020-03-041-1/+3
* [ruby/fiddle] Use ffi_closure_free if availableNobuyoshi Nakada2020-03-042-6/+4
* Revert "Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)"""Yusuke Endoh2020-03-042-6/+42
* Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)""Yusuke Endoh2020-03-042-42/+6
* test/lib/jit_support.rb: The path to icc was changedYusuke Endoh2020-03-041-1/+1
* suppress uninitialized variable warnings卜部昌平2020-03-042-2/+2
* tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平2020-03-041-1/+1
* %p is for void *卜部昌平2020-03-042-4/+4
* fix compile error w/ -DUSE_TRANSIENT_HEAP=0卜部昌平2020-03-042-0/+4
* fix compile error w/ -DCALC_EXACT_MALLOC_SIZE卜部昌平2020-03-041-4/+0
* fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada2020-03-041-1/+1
* Run major GC to make sure the minor GC reasonKoichi Sasada2020-03-041-0/+1
* Run major GC to make sure the minor GC next time.Koichi Sasada2020-03-041-1/+2
* Narrow the check target.Koichi Sasada2020-03-041-1/+4
* * 2020-03-04 [ci skip]git2020-03-041-1/+1
* Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter2020-03-031-6/+10
* Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh2020-03-031-1/+1
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-031-0/+1
* [DOC] Separated parenthesized notes from subsection headingsNobuyoshi Nakada2020-03-031-4/+12
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-032-0/+4
* add debug code for SolarisKoichi Sasada2020-03-031-0/+1
* Ignore incompatible convert of symbolsKoichi Sasada2020-03-031-0/+2
* Convert incompatible encoding symbol namesaycabta2020-03-031-1/+3
* * 2020-03-03 [ci skip]git2020-03-031-1/+1
* method_missing_reason should be set.Koichi Sasada2020-03-031-0/+1
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-021-0/+2