aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-0341-784/+5952
* Hoisted out warn_deprecatedNobuyoshi Nakada2020-09-031-25/+14
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-09-031-1/+1
* Don't call to_s in const_setAlan Wu2020-09-031-1/+2
* configure: detect that there is no g++卜部昌平2020-09-031-0/+8
* add lldb functions for getting the heap page / heap page bodyAaron Patterson2020-09-021-0/+40
* support T_MATCH in lldbAaron Patterson2020-09-021-0/+4
* Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn2020-09-023-7/+8
* Add category to `rb_warn_deprecated`eileencodes2020-09-022-4/+31
* Comply with guide for method doc: array.c (#3506)Burdette Lamar2020-09-022-140/+81
* Document that StringScanner#matched_size returns size in bytes [ci skip]Jeremy Evans2020-09-021-2/+3
* * 2020-09-03 [ci skip]git2020-09-031-1/+1
* Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans2020-09-021-0/+3
* new_dstr: hoisted out from literal_concat and evstr2dstrNobuyoshi Nakada2020-09-021-6/+12
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-09-021-1/+1
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-025-22/+59
* Fix error message for wb unprotected objects countPeter Zhu2020-09-011-1/+1
* Remove the pc argument of vm_trace()Alan Wu2020-09-012-3/+4
* Reapply "Special case Range#max for integer beginning and Float::Infinity end...Marc-Andre Lafortune2020-09-011-0/+6
* Support passing a category to `Warning.warn`eileencodes2020-09-013-8/+54
* Update documentation for Range#maxJeremy Evans2020-09-011-8/+28
* Revert "Fix Range#{max,minmax} for range with integer beginning and non-integ...Jeremy Evans2020-09-012-29/+5
* Revert "Special case Range#max for integer beginning and Float::Infinity end"Jeremy Evans2020-09-012-15/+0
* Comply with guide for method doc: array.c (#3499)Burdette Lamar2020-09-011-95/+12
* * 2020-09-02 [ci skip]git2020-09-021-1/+1
* Fixed argument typesNobuyoshi Nakada2020-09-021-4/+4
* Format with proper conversion specifiers instead of castsNobuyoshi Nakada2020-09-021-54/+74
* Fix pthread_setname_np arguments on NetBSDJeremy Evans2020-09-011-2/+2
* Fix syncing bundler man pagesDavid Rodríguez2020-09-011-1/+1
* Use RSTRING_LENINT for overflow checkNobuyoshi Nakada2020-09-011-1/+1
* Don't read past the end of the Ruby stringPeter Zhu2020-09-011-1/+1
* add RUBY_DEBUG=ci envval for GH actionsKoichi Sasada2020-09-011-0/+1
* Use the previous winflexbison3Nobuyoshi Nakada2020-09-011-1/+2
* minitest is working fine with Ruby 3Hiroshi SHIBATA2020-09-012-2/+2
* xmlrpc has been removed from the bundled gemsHiroshi SHIBATA2020-09-012-2/+2
* bump version to minitest-5.14.2Hiroshi SHIBATA2020-09-011-1/+1
* Revert the workaround of minitest and hoeHiroshi SHIBATA2020-09-014-3/+4
* congigure.ac: favour gcc on Linux卜部昌平2020-09-011-1/+3
* Comply with guide for method doc: array.c (#3489)Burdette Lamar2020-08-311-63/+11
* Comply with guide for method doc: array.c (#3484)Burdette Lamar2020-08-311-74/+19
* * 2020-09-01 [ci skip]git2020-09-011-2/+2
* Comply with guide for method doc: array.c (#3477)Burdette Lamar2020-08-311-90/+14
* Deprecate iterator? methodNobuyoshi Nakada2020-08-312-9/+23
* [ruby/strscan] Bump versionSutou Kouhei2020-08-312-2/+2
* [ruby/strscan] Replaced examples using $KCODE with encodingsNobuyoshi Nakada2020-08-311-7/+5
* Update version to 3.0.0 in NEWS.mdKazuhiro NISHIYAMA2020-08-311-1/+1
* Prohibit setter method names in endless method definitionYusuke Endoh2020-08-312-0/+4
* Removed minitest and hoe because they didn't support Ruby 3 yetHiroshi SHIBATA2020-08-313-3/+3
* Thread.exclusive: delete卜部昌平2020-08-312-47/+34
* The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada2020-08-311-66/+34