summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-10Rightward-assign by ASSOCNobuyoshi Nakada
2020-04-10update dependenciesKoichi Sasada
2020-04-10reduce duplicate include.Koichi Sasada
2020-04-10Make `#inspect` interruptible in `Kernel#p`Nobuyoshi Nakada
2020-04-10* 2020-04-10 [ci skip]git
2020-04-10Constified writev function familyNobuyoshi Nakada
2020-04-09Fixed to initialize ruby-core repository when it has no master branchHiroshi SHIBATA
2020-04-09Support one repository for updating the latest commitsHiroshi SHIBATA
2020-04-09Revert "include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compi...Yusuke Endoh
2020-04-09should check pending interrupts correctly.Koichi Sasada
2020-04-09include/ruby/3/core/rtypeddata.h: Use 0 instead of NULL for C++ compilerYusuke Endoh
2020-04-09Ignore upper bits of pw_change on macOS tooNobuyoshi Nakada
2020-04-09Ignore upper bits of pw_expire on macOSNobuyoshi Nakada
2020-04-09internal/bits.h: Suppress "uninitialized variable"Yusuke Endoh
2020-04-09numeric.c: Remove unreachable codeYusuke Endoh
2020-04-09configure.ac: Skip C++ compiler of Sun OpenStudioYusuke Endoh
2020-04-09include/ruby/3: Skip RUBY3_UNREACHABLE_RETURN for iccYusuke Endoh
2020-04-09* 2020-04-09 [ci skip]git
2020-04-09include/ruby/3: Stop RUBY3_UNREACHABLE_RETURN to suppress a SunC warningYusuke Endoh
2020-04-08Disable deprecation error on mingwNobuyoshi Nakada
2020-04-08RARRAY_EMBED_LEN/RSTRING_EMBED_LEN: add RUBY3_CAST卜部昌平
2020-04-08RUBY3_HAS_BUILTIN: icc has broken __has_builtin卜部昌平
2020-04-08[ruby/weakref] Update TODO on READMEHiroshi SHIBATA
2020-04-08Suppress C4244 "possible loss of data" warningsNobuyoshi Nakada
2020-04-08Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada
2020-04-08RUBY3_HAS_BUILTIN: fix for nonexistent builtin卜部昌平
2020-04-08The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA
2020-04-08[ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA
2020-04-08[ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA
2020-04-08The current tempfile.rb is only works with Ruby 2.5+Hiroshi SHIBATA
2020-04-08Suppress -Wswitch warningsNobuyoshi Nakada
2020-04-08Update the latest gemspec of prime.Hiroshi SHIBATA
2020-04-08Update the version of published gemspec.Hiroshi SHIBATA
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-08[win32] Moved `MSC_VER` to verconf.mk and reduce running CPPNobuyoshi Nakada
2020-04-08[win32] Removed useless macro name that isn't expanded in `#error`Nobuyoshi Nakada
2020-04-08Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada
2020-04-08* 2020-04-08 [ci skip]git
2020-04-07Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada
2020-04-07Removed unnecessary castNobuyoshi Nakada
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada
2020-04-07Bundler is not documented in RDoc, but something differentNobuyoshi Nakada
2020-04-07* 2020-04-07 [ci skip]git
2020-04-07Show the deprecated name in the warningNobuyoshi Nakada
2020-04-06[DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada
2020-04-06Moved `Dir.[]` to dir.rbNobuyoshi Nakada
2020-04-06Moved `Dir.glob` to dir.rbNobuyoshi Nakada
2020-04-06Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada
2020-04-06Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada
2020-04-06Remove unused variable stack_sizeTakashi Kokubun