summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2023-03-11Rename builtin attr :inline to :leafTakashi Kokubun
2023-03-11Support multiple attributes with Primitive.attr!Takashi Kokubun
2023-03-10Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun
2023-03-10RJIT: Simplify RubyVM::RJIT::InstructionTakashi Kokubun
2023-03-10RJIT: Remove unused code from headersTakashi Kokubun
2023-03-10[rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gemsIan Ker-Seymer
2023-03-08RJIT: Stop allowing leaked globals rjit_*Takashi Kokubun
2023-03-08Fix node search in bindgenTakashi Kokubun
2023-03-08Constify local static variables in yyparseNobuyoshi Nakada
2023-03-08code styleHiroshi SHIBATA
2023-03-08Added missing dependency for rubygemsHiroshi SHIBATA
2023-03-08Added debug info to gemspec version checkHiroshi SHIBATA
2023-03-08Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA
2023-03-07Remove MJIT's builtin function compilerTakashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-06Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun
2023-03-06Remove obsoleted tool/mjit_tabs.rbTakashi Kokubun
2023-03-06Remove obsoleted tool/mjit_archflag.shTakashi Kokubun
2023-03-06Drop obsoleted MJIT header (#7458)Takashi Kokubun
2023-03-05Implement struct arefTakashi Kokubun
2023-03-05Implement bmethodTakashi Kokubun
2023-03-05Optimize Thread.currentTakashi Kokubun
2023-03-05Implement opt_str_freezeTakashi Kokubun
2023-03-05Check for classes consistentlyTakashi Kokubun
2023-03-05Implement objtostringTakashi Kokubun
2023-03-05Implement getblockparamproxyTakashi Kokubun
2023-03-05Optimize BasicObject#!Takashi Kokubun
2023-03-05Implement known class guard for flonumTakashi Kokubun
2023-03-05Guard against GC of random ISEQsTakashi Kokubun
2023-03-05Implement invokesuperTakashi Kokubun
2023-03-05Implement optimized sendTakashi Kokubun
2023-03-05Implement opt_invokebuiltin_delegateTakashi Kokubun
2023-03-05Count optimized method typesTakashi Kokubun
2023-03-05Implement duparray and expandarrayTakashi Kokubun
2023-03-05Implement opt_eq and opt_neqTakashi Kokubun
2023-03-05Implement opt_and and opt_orTakashi Kokubun
2023-03-05Implement setlocal_WC_0Takashi Kokubun
2023-03-05Implement opt_modTakashi Kokubun
2023-03-05Implement Array#[]Takashi Kokubun
2023-03-05Implement opt_le, opt_ge, and opt_gtTakashi Kokubun
2023-03-05Do not compile C calls when C tracing is enabledTakashi Kokubun
2023-03-05Decode trace insns properlyTakashi Kokubun
2023-03-05Partially implement send of cfuncTakashi Kokubun
2023-03-05Implement attr_readerTakashi Kokubun
2023-03-05Count unsupported method typesTakashi Kokubun
2023-03-05Implement opt_aref for HashTakashi Kokubun
2023-03-05Implement jit_guard_known_classTakashi Kokubun
2023-03-05Implement getlocal_WC_1Takashi Kokubun