summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-15Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-03-15Avoid infinite loop on --jit-waitTakashi Kokubun
2020-03-15Fix SimpleDelegator respond_to? regressionJean Boussier
2020-03-15delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada
2020-03-15Make ruby2_keywords methods correctly handle **{} optimizationJeremy Evans
2020-03-14* 2020-03-14 [ci skip]git
2020-03-14Drop MinGW build from AppVeyorTakashi Kokubun
2020-03-14Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2020-03-14Fixed duplicated warningNobuyoshi Nakada
2020-03-14Fixed symbol misused as IDNobuyoshi Nakada
2020-03-13Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada
2020-03-13lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh
2020-03-13Add the loaded feature after no exception raisedNobuyoshi Nakada
2020-03-13fix the order of definitionNARUSE, Yui
2020-03-13Use osuosl instead of GitHub releasesHiroshi SHIBATA
2020-03-13Switch to download libffi source package to github releases from sourceware.orgHiroshi SHIBATA
2020-03-13[ruby/io-console] Set `OPOST` when `intr` is trueNobuyoshi Nakada
2020-03-13Separate objspace argument for rb_gc_disable and rb_gc_enableNobuyoshi Nakada
2020-03-13Skip empty directories to install [Bug #16596]Nobuyoshi Nakada
2020-03-13Squashed commit of the following: [Backport #16516]NARUSE, Yui
2020-03-13Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada
2020-03-13Increase the frozen_strings table initial sizeJean Boussier
2020-03-13* 2020-03-13 [ci skip]git
2020-03-13Update documentation for Array/Hash Argument section of methods.rdocAdam Isom
2020-02-20Use `brew upgrade` instead of `brew update`Kazuhiro NISHIYAMA
2020-02-20* 2020-02-20 [ci skip]git
2020-02-20Avoid jumping to a wrong destinationTakashi Kokubun
2020-02-18* 2020-02-18 [ci skip]git
2020-02-18increment teenyNARUSE, Yui
2020-02-18Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono
2020-02-18hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh
2020-02-13* 2020-02-13 [ci skip]git
2020-02-13Return the makefile contentNobuyoshi Nakada
2020-02-13Move .IGNORE in extconf.rbNARUSE, Yui
2020-02-13Support nmakeNARUSE, Yui
2020-02-13Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui
2020-02-13Restart timer thread even after preparation failedNobuyoshi Nakada
2020-01-30check ruby_2_7 branchNARUSE, Yui
2020-01-30Allow rexml to fail on macOS of Github ActionsNobuyoshi Nakada
2020-01-30Stop test-bundled-gems on macOS for nowNobuyoshi Nakada
2020-01-30.github/workflows/cygwin.yml: RemovedYusuke Endoh
2020-01-30Checkout with git on cygwin for EOL codeNobuyoshi Nakada
2020-01-30Allow failures with rss tests on test-bundled-gemsHiroshi SHIBATA
2020-01-30Add branch option to checkout on pushKazuhiro NISHIYAMA
2020-01-30Slightly change the job wording [ci skip]Takashi Kokubun
2020-01-30Support running Actions on a forkTakashi Kokubun
2020-01-30Directly refer to GitHub eventsTakashi Kokubun
2020-01-30Remove code to prevent double build on trunkTakashi Kokubun
2020-01-30More consistent failure notificationsTakashi Kokubun
2020-01-30Make test run condition consistent with other jobsTakashi Kokubun