summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
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
2023-03-05Implement getivarTakashi Kokubun
2023-03-05Refactor BranchStubTakashi Kokubun
2023-03-05Implement opt_plusTakashi Kokubun
2023-03-05Implement method callTakashi Kokubun
2023-03-05Initial implementation of sendTakashi Kokubun
2023-03-05Implement opt_minusTakashi Kokubun
2023-03-05Implement initial opt_ltTakashi Kokubun
2023-03-05Partly implement BOP assumptionTakashi Kokubun
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Implement asm commentsTakashi Kokubun
2023-03-05Move modules aroundTakashi Kokubun
2023-03-06Introduce `UPDATE_BUNDLED_GEMS_ALL` option for auto update for bundled_gems fileHiroshi SHIBATA
2023-03-03Expand the test directory to real pathNobuyoshi Nakada
2023-03-02Fix rbs (#7415)Soutaro Matsumoto
2023-02-28fix test/rubygems/test_gem_package_task.rb when in -j modelukeg
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-26Fix autoconf RUBY_STACK_GROW_DIRECTION on ARM devicesBen Hamilton
2023-02-24Fix incorrect line numbers in GC hookPeter Zhu
2023-02-24Fix RubyVM::CExpr#inspectPeter Zhu
2023-02-22Refine exception messages when git failedNobuyoshi Nakada
2023-02-22Use `Gem::Package#build` instead of the class method for old baserubyNobuyoshi Nakada
2023-02-22Clone and create dummy gemspec in sequential buildNobuyoshi Nakada
2023-02-22Move dummy gemspec file creation for extract-gems-sequentialNobuyoshi Nakada
2023-02-21Fix detection of compiler_wd in tool/update-depsMatt Valentine-House
2023-02-19Create a dummy minitest.gemspec for a bundled gemYusuke Endoh
2023-02-13Apply zone offset to the last modified timeNobuyoshi Nakada
2023-02-10Enhancement github releases generatorHiroshi SHIBATA
2023-02-09Avoid to duplicate entries that own redmine and github idsHiroshi SHIBATA
2023-02-09Added helper script for generate github releasesHiroshi SHIBATA
2023-02-08Removed svn feature from make-snapshotHiroshi SHIBATA
2023-02-01fix to work with the case default issue is usedNARUSE, Yui