summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-02Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-09-01Fix error message for wb unprotected objects countPeter Zhu
2020-09-01Remove the pc argument of vm_trace()Alan Wu
2020-09-01Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-09-01Update documentation for Range#maxJeremy Evans
2020-09-01Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans
2020-09-01Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans
2020-09-01Comply with guide for method doc: array.c (#3499)Burdette Lamar
2020-09-02* 2020-09-02 [ci skip]git
2020-09-02Fixed argument typesNobuyoshi Nakada
2020-09-02Format with proper conversion specifiers instead of castsNobuyoshi Nakada
2020-09-01Fix pthread_setname_np arguments on NetBSDJeremy Evans
2020-09-01Fix syncing bundler man pagesDavid Rodríguez
2020-09-01Use RSTRING_LENINT for overflow checkNobuyoshi Nakada
2020-09-01Don't read past the end of the Ruby stringPeter Zhu
2020-09-01add RUBY_DEBUG=ci envval for GH actionsKoichi Sasada
2020-09-01Use the previous winflexbison3Nobuyoshi Nakada
2020-09-01minitest is working fine with Ruby 3Hiroshi SHIBATA
2020-09-01xmlrpc has been removed from the bundled gemsHiroshi SHIBATA
2020-09-01bump version to minitest-5.14.2Hiroshi SHIBATA
2020-09-01Revert the workaround of minitest and hoeHiroshi SHIBATA
2020-09-01congigure.ac: favour gcc on Linux卜部昌平
2020-08-31Comply with guide for method doc: array.c (#3489)Burdette Lamar
2020-08-31Comply with guide for method doc: array.c (#3484)Burdette Lamar
2020-09-01* 2020-09-01 [ci skip]git
2020-08-31Comply with guide for method doc: array.c (#3477)Burdette Lamar
2020-08-31Deprecate iterator? methodNobuyoshi Nakada
2020-08-31[ruby/strscan] Bump versionSutou Kouhei
2020-08-31[ruby/strscan] Replaced examples using $KCODE with encodingsNobuyoshi Nakada
2020-08-31Update version to 3.0.0 in NEWS.mdKazuhiro NISHIYAMA
2020-08-31Prohibit setter method names in endless method definitionYusuke Endoh
2020-08-31Removed minitest and hoe because they didn't support Ruby 3 yetHiroshi SHIBATA
2020-08-31Thread.exclusive: delete卜部昌平
2020-08-31The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada
2020-08-31Get rid of using Socket.gethostbynameNobuyoshi Nakada
2020-08-31Temporary removed minitest from bundled gems.Hiroshi SHIBATA
2020-08-31[DOC] Fixed wording [ci skip]Nobuyoshi Nakada
2020-08-31[DOC] Indent a code block in NEWS [ci skip]Nobuyoshi Nakada
2020-08-31Version number bumped to 3.0.0 from 2.8.0 (tentative).Yukihiro "Matz" Matsumoto
2020-08-31* 2020-08-31 [ci skip]git
2020-08-30Comply with guide for method doc: array.c (#3475)Burdette Lamar
2020-08-30KNOWNBUGS.rb: use-after-poison since b9007b6c548f91e88fd3f2ffa23de740431fa969Nobuyoshi Nakada
2020-08-29Comply with guide for method doc: array.c (#3474)Burdette Lamar
2020-08-30* 2020-08-30 [ci skip]git
2020-08-29Comply with guide for method doc: array.c (#3473)Burdette Lamar
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze