summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed no longer used flagsNobuyoshi Nakada2020-06-271-2/+0
* Not to rewrite node while compilingNobuyoshi Nakada2020-06-271-9/+4
* Avoid duplicated "when"s [ci skip]Takashi Kokubun2020-06-261-2/+2
* Add a NEWS placeholder for disposable cc [ci skip]Takashi Kokubun2020-06-261-0/+5
* Add NEWS entries about JIT optimizationsTakashi Kokubun2020-06-261-0/+22
* [ruby/fiddle] Fixed typosNobuyoshi Nakada2020-06-262-4/+24
* Show what's inlined first in "JIT inline" logTakashi Kokubun2020-06-252-3/+6
* Decide JIT-ed insn based on cached cfuncTakashi Kokubun2020-06-254-9/+23
* Collect insns from a child processTakashi Kokubun2020-06-251-1/+4
* test/ruby/test_settracefunc.rb: Suppress a warningYusuke Endoh2020-06-261-1/+1
* Try increasing read timeout of rinda testsTakashi Kokubun2020-06-251-2/+8
* fix return event and opt_invokebuiltin_delegate_leave (#3256)Koichi Sasada2020-06-262-8/+10
* * 2020-06-26 [ci skip]git2020-06-261-1/+1
* Add require to Delegator examplesRichard Schneeman2020-06-251-0/+4
* Removed duplicate targetNobuyoshi Nakada2020-06-251-1/+1
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-255-5/+0
* [flori/json] add metadatanoraj2020-06-251-0/+8
* [flori/json] Gem::Specification#date is set automatically by RubyGems.org.Hiroshi SHIBATA2020-06-251-1/+0
* [flori/json] keyword argument is provided after Ruby 2.0+Hiroshi SHIBATA2020-06-251-1/+1
* Do not JIT inline builtin methodsTakashi Kokubun2020-06-242-0/+5
* 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