summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21[ruby/uri] Bump up uri version to 0.11.0Hiroshi SHIBATA
2021-10-21[ruby/ostruct] Bump up ostruct version to 0.5.0Hiroshi SHIBATA
2021-10-21[ruby/io-wait] Bump up io-wait version to 0.2.0Hiroshi SHIBATA
2021-10-21[ruby/stringio] Bump up stringio version to 3.0.1Hiroshi SHIBATA
2021-10-21[ruby/fileutils] Bump up fileutils version to 1.6.0Hiroshi SHIBATA
2021-10-21Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Fix test_version again for RUBY_YJIT_ENABLE=1Takashi Kokubun
2021-10-20Reduce the amount of false positive notificationsTakashi Kokubun
2021-10-21[ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA
2021-10-21Move the test fileNobuyoshi Nakada
2021-10-21Fix for out-of-place buildNobuyoshi Nakada
2021-10-21Suppress warningsNobuyoshi Nakada
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun
2021-10-20Add bit about YJIT to NEWS.mdMaxime Chevalier-Boisvert
2021-10-21* append newline at EOF. [ci skip]git
2021-10-20YJIT: Show GCC that the mmap probing loop runs at least onceAlan Wu
2021-10-20Fix non RUBY_DEBUG build warningsAlan Wu
2021-10-20Do kwarg shuffle after checking for interruptsAlan Wu
2021-10-20YJIT: check machine arch before enablingAlan Wu
2021-10-20Extract yjit_force_iv_index and make it work when object is frozenAlan Wu
2021-10-20Update yjit.mdMaxime Chevalier-Boisvert
2021-10-20Doc: remove outdated note about hooking into the interpreterAlan Wu
2021-10-20Move test_yjit_asm.sh into miscAlan Wu
2021-10-20Add comments about special runtime routines YJIT callsAlan Wu
2021-10-20Actually, tabs are okay in MakefileAlan Wu
2021-10-20Expand tabsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Match the main-branch location of yjit in inits.cNoah Gibbs
2021-10-20Fix indentation in ruby.cAlan Wu
2021-10-20Warn when trying to use YJIT in --disable-jit-support buildsAlan Wu
2021-10-20Show --yjit in help messageAlan Wu
2021-10-20Improve YJIT command line option parsingAlan Wu
2021-10-20Update yjit.mdMaxime Chevalier-Boisvert
2021-10-20Revert "Disable YJIT while running MJIT tests (#62)"Alan Wu
2021-10-20Simplify code for YJIT const cache in compile.cAlan Wu
2021-10-20Mention YJIT in Capstone autoconf checkAlan Wu
2021-10-20Minimize diff in existing workflow filesAlan Wu
2021-10-20Add String#bytesizeeileencodes
2021-10-20Use env var to turn on YJIT for test-bundled-gemsAlan Wu
2021-10-20Remove YJIT CI configs for tests make check runsAlan Wu
2021-10-20Turn on YJIT for repeat-count=2 runs through env varAlan Wu
2021-10-20Turn on YJIT in macOS workflowAlan Wu
2021-10-20Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu
2021-10-20More simple bootstrap tests for kwargsKevin Newton
2021-10-20else if styleAlan Wu
2021-10-20Update yjit_codegen.cMaxime Chevalier-Boisvert
2021-10-20Update yjit_codegen.cMaxime Chevalier-Boisvert
2021-10-20Feedback, tests, and rebase for kwargsKevin Newton