aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Run a TracePoint test in an insolated processTakashi Kokubun2020-06-241-8/+10
* [ci skip] Enhanced RDoc for Array (#3252)Burdette Lamar2020-06-241-73/+132
* Drop token info for endless method definitionNobuyoshi Nakada2020-06-253-9/+45
* [ripper] added endless method definition event testsNobuyoshi Nakada2020-06-251-0/+10
* * 2020-06-25 [ci skip]git2020-06-251-1/+1
* AST.of needs SCRIPT_LINES__ filled with a newlineNobuyoshi Nakada2020-06-251-1/+1
* [ripper] fix mismatched indentations warning [Bug #16981]Nobuyoshi Nakada2020-06-242-4/+11
* [ripper] fail unless got warning as expectedNobuyoshi Nakada2020-06-241-0/+2
* Fix a random test failure by TracePointTakashi Kokubun2020-06-241-2/+4
* Add another missing castTakashi Kokubun2020-06-231-1/+1
* Include workflow name in a notification of CompilationsTakashi Kokubun2020-06-231-1/+1
* Add missing castTakashi Kokubun2020-06-231-1/+1
* Annotate Kernel#class as inline (#3250)Takashi Kokubun2020-06-235-24/+34
* Trace :return of builtin methodsTakashi Kokubun2020-06-233-2/+20
* * 2020-06-24 [ci skip]git2020-06-241-1/+1
* Fix RubyVM::AbstractSyntaxTree documentMasataka Pocke Kuwabara2020-06-241-2/+2
* [ci skip] Enhanced RDoc for Array (#3237)Burdette Lamar2020-06-231-107/+272
* Avoid generating opt_send with cfunc cc with JITTakashi Kokubun2020-06-233-7/+22
* lldb_cruby.py: show the sign of Bignum [ci skip]Nobuyoshi Nakada2020-06-231-2/+3
* [ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141cHiroshi SHIBATA2020-06-231-1/+1
* [ruby/psych] Bump version strings for header fileHiroshi SHIBATA2020-06-231-5/+5
* [ruby/psych] Bump libyaml version to 0.2.5Hiroshi SHIBATA2020-06-239-192/+433
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-232-7/+17
* Match the output without encoding for localized compilersNobuyoshi Nakada2020-06-231-1/+1
* Improved error messages for mjit optionNobuyoshi Nakada2020-06-231-15/+26
* Removed execpath argument of path_check_0 as always TRUE nowNobuyoshi Nakada2020-06-231-5/+5
* Removed fpath_check, no longer used since taint flag was removedNobuyoshi Nakada2020-06-231-6/+0
* Convert RMoved to a doubly linked listAaron Patterson2020-06-221-35/+34
* Skip test_read_body_block_mod for --jit-waitTakashi Kokubun2020-06-221-1/+2
* * 2020-06-23 [ci skip]git2020-06-231-1/+1
* Ignore configurations in un-built extension librariesNobuyoshi Nakada2020-06-231-0/+1
* Fix Encoding::CompatibilityError in `FileUtils::Entry_#join`Kazuhiro NISHIYAMA2020-06-222-4/+9
* Fix typosKazuhiro NISHIYAMA2020-06-221-2/+2
* Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug printKazuhiro NISHIYAMA2020-06-222-6/+5
* Compile opt_send for opt_* only when cc has ISeqTakashi Kokubun2020-06-224-8/+32
* Use filesystem encoding for file path onlyKazuhiro NISHIYAMA2020-06-221-4/+7
* Add tests of nested multibyte path and DirectoryIndexKazuhiro NISHIYAMA2020-06-221-13/+23
* Fix remove_entry error when path encoding is not compatible UTF-8Kazuhiro NISHIYAMA2020-06-222-1/+22
* Check symlink in tmpdir and do not use empty pathKazuhiro NISHIYAMA2020-06-221-1/+5
* Share warmup logic across MJIT benchmarksTakashi Kokubun2020-06-225-30/+38
* The RUBYOPT= comment is no longer neededTakashi Kokubun2020-06-223-6/+0
* Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`Takashi Kokubun2020-06-224-4/+4
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada2020-06-221-2/+2
* * 2020-06-22 [ci skip]git2020-06-221-1/+1
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-213-13/+16
* test/ruby/test_jit.rb: Change the condition to detect RHEL 7.1 s390xYusuke Endoh2020-06-211-1/+1
* Increase read timeout of FTP tests with --jit-waitTakashi Kokubun2020-06-211-1/+13
* Fix -Wmaybe-uninitialized at vm_invoke_blockTakashi Kokubun2020-06-211-0/+1