summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DOC] Mentioned that `Time.parse` method is not validatorNobuyoshi Nakada2020-06-211-0/+5
* [ruby/date] [DOC] Mentioned alternative `strptime` methodsNobuyoshi Nakada2020-06-211-3/+6
* [ruby/date] [DOC] Emphasized that `parse` methods are not validatorsNobuyoshi Nakada2020-06-211-4/+15
* Skip a test_jit with builtin for rhel_zlinuxTakashi Kokubun2020-06-201-0/+1
* Prefer more descriptive assertion methodsNobuyoshi Nakada2020-06-211-11/+11
* Prefer ruby_install_name as runnerNobuyoshi Nakada2020-06-211-2/+3
* Introduce Primitive.attr! to annotate 'inline' (#3242)Takashi Kokubun2020-06-207-2/+74
* C-expression does not include a semicolonNobuyoshi Nakada2020-06-211-1/+1
* * 2020-06-21 [ci skip]git2020-06-211-1/+1
* Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun2020-06-208-8/+44
* [ruby/date] Bump version to 3.0.1Hiroshi SHIBATA2020-06-201-1/+1
* [ruby/date] Promote simple date to complex date to load fractional date (Fixe...Nobuyoshi Nakada2020-06-201-4/+7