aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v2.7.1p83v2_7_1NARUSE, Yui2020-03-311-1/+1
* ext/socket/init.c: do not return uninitialized bufferNARUSE, Yui2020-03-311-9/+8
* * 2020-03-31 [ci skip]git2020-03-311-1/+1
* Fix pp when passed a empty ruby2_keywords-flagged hash as array element (#2966)Jeremy Evans2020-03-312-1/+15
* * 2020-03-30 [ci skip]git2020-03-301-1/+1
* Clear all trace events during teardownAlan Wu2020-03-304-1/+20
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-3057-260/+1169
* * 2020-03-28 [ci skip]git2020-03-281-1/+1
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-281-0/+1
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-282-0/+4
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-271-0/+2
* Allow newlines inside braced patternNobuyoshi Nakada2020-03-272-2/+24
* Allow trailing comma in hash patternKazuki Tsujimoto2020-03-272-0/+13
* Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada2020-03-272-1/+10
* Merge bundler-2.1.4Hiroshi SHIBATA2020-03-2769-184/+242
* * 2020-03-26 [ci skip]git2020-03-261-1/+1
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-261-1/+6
* check ar_table first.Koichi Sasada2020-03-261-2/+5
* check ar_table after `#hash` callKoichi Sasada2020-03-262-0/+76
* check flags passed to rb_nogvl()Koichi Sasada2020-03-261-1/+1
* Add missing write barrier for Hash#transform_values{,!}Alan Wu2020-03-261-3/+4
* Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada2020-03-261-4/+8
* Use power_assert 1.1.7NARUSE, Yui2020-03-261-1/+1
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-153-4/+21
* Do not autosplat when calling proc with empty keyword splatJeremy Evans2020-03-152-1/+22
* * 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