summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-07Use osuosl instead of GitHub releasesHiroshi SHIBATA
2020-03-07Switch to download libffi source package to github releases from sourceware.orgHiroshi SHIBATA
2020-03-07rb_check_safe_obj no longer exists卜部昌平
2020-03-07Hook an experimental alert from ActionsTakashi Kokubun
2020-03-07Hook an experimental alert from TravisTakashi Kokubun
2020-03-07Removed unnecessary `chomp`Nobuyoshi Nakada
2020-03-06Hook an experimental alert from AppVeyorTakashi Kokubun
2020-03-07Fix a typoKazuhiro NISHIYAMA
2020-03-06Propagate JIT skip to all testsTakashi Kokubun
2020-03-06Document defined? and global_variables handling of regexp global variables [c...Jeremy Evans
2020-03-07check ar_table first.Koichi Sasada
2020-03-07check ar_table after `#hash` callKoichi Sasada
2020-03-07* 2020-03-07 [ci skip]git
2020-03-06Skip jit_test on some new RubyCI envs for nowTakashi Kokubun
2020-03-06thread_pthread.c: allocate sigaltstack before pthread_createYusuke Endoh
2020-03-06Improve docs for Prime.{prime_division,int_from_prime_division} (#8)Marcus Stollsteimer
2020-03-06[ruby/prime] Fix typoMarcus Stollsteimer
2020-03-06[ruby/prime] Improve docs for Prime.include? (#7)Marcus Stollsteimer
2020-03-06[ruby/prime] Fix Prime.include?Jeremy Evans
2020-03-06* 2020-03-06 [ci skip]git
2020-03-05Mask RubyVM-specific testCharles Oliver Nutter
2020-03-05spec/ruby/core/process/exec_spec.rb: remove a guard for openbsdYusuke Endoh
2020-03-05Renamed `lex_flags` as `lex_context`Nobuyoshi Nakada
2020-03-05Fixed a typoNobuyoshi Nakada
2020-03-05[win32] get rid of redefinition of reserved macroNobuyoshi Nakada
2020-03-05* 2020-03-05 [ci skip]git
2020-03-05[ruby/fiddle] always use ffi_closure_alloc on WindowsNobuyoshi Nakada
2020-03-04Fixed FD leakNobuyoshi Nakada
2020-03-04[ruby/fiddle] use ffi_closure_alloc only with 3.2 or laterNobuyoshi Nakada
2020-03-04[win32] suppress false warning by mingw gccNobuyoshi Nakada
2020-03-04[win32] suppress false warning by MSVCNobuyoshi Nakada
2020-03-04Fixed never-defined symbol nameNobuyoshi Nakada
2020-03-04[ruby/fiddle] ffi_closure_free is available in the bundled libffiNobuyoshi Nakada
2020-03-04[ruby/fiddle] Use ffi_closure_free if availableNobuyoshi Nakada
2020-03-04Revert "Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)"""Yusuke Endoh
2020-03-04Revert "Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)""Yusuke Endoh
2020-03-04test/lib/jit_support.rb: The path to icc was changedYusuke Endoh
2020-03-04suppress uninitialized variable warnings卜部昌平
2020-03-04tool/lib/test/unit: support TESTS='-- -ext-' again卜部昌平
2020-03-04%p is for void *卜部昌平
2020-03-04fix compile error w/ -DUSE_TRANSIENT_HEAP=0卜部昌平
2020-03-04fix compile error w/ -DCALC_EXACT_MALLOC_SIZE卜部昌平
2020-03-04fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada
2020-03-04Run major GC to make sure the minor GC reasonKoichi Sasada
2020-03-04Run major GC to make sure the minor GC next time.Koichi Sasada
2020-03-04Narrow the check target.Koichi Sasada
2020-03-04* 2020-03-04 [ci skip]git
2020-03-03Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter
2020-03-03Limit the debug code conditon so that it runs only under i386-solarisYusuke Endoh
2020-03-03Suppress an "assigned but unused variable" warningYusuke Endoh