summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-23[ruby/psych] Bump libyaml version to 0.2.5Hiroshi SHIBATA
2020-06-23[ruby/psych] Fix anchor lookup with symbolized namesJean Boussier
2020-06-23Match the output without encoding for localized compilersNobuyoshi Nakada
2020-06-23Improved error messages for mjit optionNobuyoshi Nakada
2020-06-23Removed execpath argument of path_check_0 as always TRUE nowNobuyoshi Nakada
2020-06-23Removed fpath_check, no longer used since taint flag was removedNobuyoshi Nakada
2020-06-22Convert RMoved to a doubly linked listAaron Patterson
2020-06-22Skip test_read_body_block_mod for --jit-waitTakashi Kokubun
2020-06-23* 2020-06-23 [ci skip]git
2020-06-23Ignore configurations in un-built extension librariesNobuyoshi Nakada
2020-06-22Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA
2020-06-22Fix typosKazuhiro NISHIYAMA
2020-06-22Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA
2020-06-22Compile opt_send for opt_* only when cc has ISeqTakashi Kokubun
2020-06-22Use filesystem encoding for file path onlyKazuhiro NISHIYAMA
2020-06-22Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA
2020-06-22Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA
2020-06-22Check symlink in tmpdir and do not use empty pathKazuhiro NISHIYAMA
2020-06-22Share warmup logic across MJIT benchmarksTakashi Kokubun
2020-06-22The RUBYOPT= comment is no longer neededTakashi Kokubun
2020-06-22Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`Takashi Kokubun
2020-06-21Try increasing read_timeout a little moreTakashi Kokubun
2020-06-21Increase read_timeout for --jit-waitTakashi Kokubun
2020-06-22Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada
2020-06-22* 2020-06-22 [ci skip]git
2020-06-21Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun
2020-06-21test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh
2020-06-21Increase read timeout of FTP tests with --jit-waitTakashi Kokubun
2020-06-21Fix -Wmaybe-uninitialized at vm_invoke_blockTakashi Kokubun
2020-06-21[DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada
2020-06-21[ruby/date] [DOC] Mentioned alternative `strptime` methodsNobuyoshi Nakada
2020-06-21[ruby/date] [DOC] Emphasized that `parse` methods are not validatorsNobuyoshi Nakada
2020-06-20Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun
2020-06-21Prefer more descriptive assertion methodsNobuyoshi Nakada
2020-06-21Prefer ruby_install_name as runnerNobuyoshi Nakada
2020-06-20Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun
2020-06-21C-expression does not include a semicolonNobuyoshi Nakada
2020-06-21* 2020-06-21 [ci skip]git
2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun
2020-06-20[ruby/date] Bump version to 3.0.1Hiroshi SHIBATA
2020-06-20[ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada
2020-06-20[ruby/date] Fix cannot load complex into simple error when loading marshal du...Jeremy Evans
2020-06-20Removed space linesNobuyoshi Nakada
2020-06-20Remove unused variablesKazuki Tsujimoto
2020-06-20test/coverage/test_coverage.rb: Add a test for [Bug #16967]Yusuke Endoh
2020-06-20compile.c: Improve branch coverage instrumentation [Bug #16967]Yusuke Endoh
2020-06-20compile.c: pass NODE* instead of a quadruple of code locationYusuke Endoh
2020-06-20compile.c (branch_coverage_valid_p): Refactored outYusuke Endoh
2020-06-20compile.c: Use functions for building branch coverage instructionsYusuke Endoh
2020-06-19Implement Proc#== and #eql?Jeremy Evans