summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31Make --without-mjit-tabs work againTakashi Kokubun
2021-05-31Revert "Try enabling VM_ASSERT in --jit CIs"Takashi Kokubun
2021-05-31Change the default --jit-max-cache to 10000Takashi Kokubun
2021-05-31Decompose the captured_cc code for investigationTakashi Kokubun
2021-05-31Try enabling VM_ASSERT in --jit CIsTakashi Kokubun
2021-06-01* 2021-06-01 [ci skip]git
2021-05-31Drop JIT_ISEQ_SIZE_THRESHOLDTakashi Kokubun
2021-05-31The test for command injection on Unix platforms should be omitted on Windowsaycabta
2021-05-31tool/ci_functions.sh: Fix typos and improve the comment. [ci skip]Jun Aruga
2021-05-31Tweak skipped files in bundler gemspecDavid Rodríguez
2021-05-31[ruby/net-protocol] Bump version to 0.1.1Hiroshi SHIBATA
2021-05-30Mark inlined ISeqs during MJIT compilation (#4539)Takashi Kokubun
2021-05-31* 2021-05-31 [ci skip]git
2021-05-31Update bundled_gemsKazuhiro NISHIYAMA
2021-05-29Attempt to fix floating point test failureJeremy Evans
2021-05-30* 2021-05-30 [ci skip]git
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-29* 2021-05-29 [ci skip]git
2021-05-28compile.c: Emit send for === calls in when statementsAlan Wu
2021-05-28Make range literal peephole optimization target "newrange"Alan Wu
2021-05-28Resolve to missing `Gem::TestCase` issue with random order testsHiroshi SHIBATA
2021-05-28Ignore test-bundled-gems on GitHub Actions because matrix tests has unknown i...Hiroshi SHIBATA
2021-05-28[rubygems/rubygems] Use pend instead of skipHiroshi SHIBATA
2021-05-28[rubygems/rubygems] Fix "instance variable not initialized" warningDavid Rodríguez
2021-05-28[rubygems/rubygems] Test installing a non deprecated fileDavid Rodríguez
2021-05-28[rubygems/rubygems] Remove no longer needed `RUBYGEMS_TEST_PATH` env variableDavid Rodríguez
2021-05-28[rubygems/rubygems] Remove no longer relevant commentsºDavid Rodríguez
2021-05-28[rubygems/rubygems] Require the new files in `test/` relativelyDavid Rodríguez
2021-05-28[rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez
2021-05-28[rubygems/rubygems] Try fix ruby-core CIHiroshi SHIBATA
2021-05-28Use require_relative to use Minitest library for testing.Hiroshi SHIBATA
2021-05-28* 2021-05-28 [ci skip]git
2021-05-27Fix lazy enumerator with index sizeJeremy Evans
2021-05-27Fixed target directory when copying from upstreamHiroshi SHIBATA
2021-05-27Removed dbm from sync_default_gemsHiroshi SHIBATA
2021-05-27Update rbs-1.2.1Hiroshi SHIBATA
2021-05-27Guard ruby/spec with spec/mspec/tool/wrap_with_guard.rbHiroshi SHIBATA
2021-05-27Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA
2021-05-27Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA
2021-05-27Use https://github.com/ruby/rbs/pull/679 for rbs tests on test-bundled-gemsHiroshi SHIBATA
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-pop to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote matrix to the bundled gemsHiroshi SHIBATA
2021-05-27Promote prime to the bundled gemsHiroshi SHIBATA
2021-05-27* 2021-05-27 [ci skip]git
2021-05-26Fill out switch statement in push_mark_stackAaron Patterson
2021-05-26.travis.yml: Remove skipped tests on ppc64le.Jun Aruga
2021-05-26Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh