summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-31v2.7.1p83v2_7_1NARUSE, Yui
2020-03-31ext/socket/init.c: do not return uninitialized bufferNARUSE, Yui
2020-03-31* 2020-03-31 [ci skip]git
2020-03-31Fix pp when passed a empty ruby2_keywords-flagged hash as array element (#2966)Jeremy Evans
2020-03-30* 2020-03-30 [ci skip]git
2020-03-30Clear all trace events during teardownAlan Wu
2020-03-30Ruby 2.7 backport about IRB (#2990)aycabta
2020-03-28* 2020-03-28 [ci skip]git
2020-03-28Suppress an "assigned but unused variable" warningYusuke Endoh
2020-03-28Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada
2020-03-27Suppress "assigned but unused variable" warningsYusuke Endoh
2020-03-27Allow newlines inside braced patternNobuyoshi Nakada
2020-03-27Allow trailing comma in hash patternKazuki Tsujimoto
2020-03-27Make RbConfig::CONFIG values mutable [Bug #16738]Nobuyoshi Nakada
2020-03-27Merge bundler-2.1.4Hiroshi SHIBATA
2020-03-26* 2020-03-26 [ci skip]git
2020-03-26test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh
2020-03-26check ar_table first.Koichi Sasada
2020-03-26check ar_table after `#hash` callKoichi Sasada
2020-03-26check flags passed to rb_nogvl()Koichi Sasada
2020-03-26Add missing write barrier for Hash#transform_values{,!}Alan Wu
2020-03-26Do not make disabled directories at installation [Bug #12392]Nobuyoshi Nakada
2020-03-26Use power_assert 1.1.7NARUSE, Yui
2020-03-15[ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier
2020-03-15Do not autosplat when calling proc with empty keyword splatJeremy Evans
2020-03-15* 2020-03-15 [ci skip]git
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