aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2020-03-15 [ci skip]git2020-03-151-1/+1
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-03-154-8/+50
* Avoid infinite loop on --jit-waitTakashi Kokubun2020-03-152-5/+34
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-03-152-1/+22
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-03-152-1/+9
* Make ruby2_keywords methods correctly handle **{} optimizationJeremy Evans2020-03-152-0/+22
* * 2020-03-14 [ci skip]git2020-03-141-1/+1
* Drop MinGW build from AppVeyorTakashi Kokubun2020-03-141-50/+0
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-143-1/+34
* Fixed duplicated warningNobuyoshi Nakada2020-03-142-6/+6
* Fixed symbol misused as IDNobuyoshi Nakada2020-03-143-4/+13
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-03-132-2/+13
* lib/drb/drb.rb: Use ruby2_keywords for keyword separationYusuke Endoh2020-03-133-1/+29
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-03-132-2/+8
* fix the order of definitionNARUSE, Yui2020-03-131-1/+1
* Use osuosl instead of GitHub releasesHiroshi SHIBATA2020-03-131-3/+3
* Switch to download libffi source package to github releases from sourceware.orgHiroshi SHIBATA2020-03-131-3/+3
* [ruby/io-console] Set `OPOST` when `intr` is trueNobuyoshi Nakada2020-03-131-0/+1
* Separate objspace argument for rb_gc_disable and rb_gc_enableNobuyoshi Nakada2020-03-132-6/+27
* Skip empty directories to install [Bug #16596]Nobuyoshi Nakada2020-03-131-1/+2
* Squashed commit of the following: [Backport #16516]NARUSE, Yui2020-03-133-2/+15
* Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada2020-03-133-0/+4
* Increase the frozen_strings table initial sizeJean Boussier2020-03-131-1/+1
* * 2020-03-13 [ci skip]git2020-03-131-2/+2
* Update documentation for Array/Hash Argument section of methods.rdocAdam Isom2020-03-131-2/+13
* Use `brew upgrade` instead of `brew update`Kazuhiro NISHIYAMA2020-02-201-1/+1
* * 2020-02-20 [ci skip]git2020-02-201-1/+1
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-202-2/+17
* * 2020-02-18 [ci skip]git2020-02-181-1/+1
* increment teenyNARUSE, Yui2020-02-181-2/+2
* Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/Ryuta Kamizono2020-02-181-1/+1
* hash.c: Add a feature to manipulate ruby2_keywords flagYusuke Endoh2020-02-182-0/+73
* * 2020-02-13 [ci skip]git2020-02-131-3/+3
* Return the makefile contentNobuyoshi Nakada2020-02-131-0/+1
* Move .IGNORE in extconf.rbNARUSE, Yui2020-02-132-3/+1
* Support nmakeNARUSE, Yui2020-02-131-0/+2
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-02-131-0/+1
* Restart timer thread even after preparation failedNobuyoshi Nakada2020-02-132-2/+18
* check ruby_2_7 branchNARUSE, Yui2020-01-301-6/+6
* Allow rexml to fail on macOS of Github ActionsNobuyoshi Nakada2020-01-301-2/+2
* Stop test-bundled-gems on macOS for nowNobuyoshi Nakada2020-01-301-1/+1
* .github/workflows/cygwin.yml: RemovedYusuke Endoh2020-01-301-93/+0
* Checkout with git on cygwin for EOL codeNobuyoshi Nakada2020-01-301-2/+2
* Allow failures with rss tests on test-bundled-gemsHiroshi SHIBATA2020-01-302-2/+4
* Add branch option to checkout on pushKazuhiro NISHIYAMA2020-01-306-7/+9
* Slightly change the job wording [ci skip]Takashi Kokubun2020-01-306-6/+6
* Support running Actions on a forkTakashi Kokubun2020-01-306-12/+12
* Directly refer to GitHub eventsTakashi Kokubun2020-01-304-22/+9
* Remove code to prevent double build on trunkTakashi Kokubun2020-01-307-9/+6
* More consistent failure notificationsTakashi Kokubun2020-01-306-10/+24