summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-05Removed useless castsNobuyoshi Nakada
2020-09-05Fix typo in ractor.mdandrewmelis
2020-09-04Fix typos in Ractor README.Tom Schady
2020-09-05* 2020-09-05 [ci skip]git
2020-09-05break around function definition [ci skip]Nobuyoshi Nakada
2020-09-04Sort links in NEWS.md by URI [ci skip]Nobuyoshi Nakada
2020-09-04Added Symbol#nameNobuyoshi Nakada
2020-09-04Updated dependencyNobuyoshi Nakada
2020-09-04Fixed heap-use-after-free on racterNobuyoshi Nakada
2020-09-04lib/ostruct.rb: Revert "To use RuntimeError instead of FrozenError for old ru...Marc-Andre Lafortune
2020-09-04check multi_ractor mode at main_pKoichi Sasada
2020-09-04Initialize loop variables of list_for_each for MS VCNobuyoshi Nakada
2020-09-03Avoid potential for rb_raise() while crashingAlan Wu
2020-09-04* 2020-09-04 [ci skip]git
2020-09-04don't use toplevel returnKoichi Sasada
2020-09-03skip Ractor tests on Compiler testsKoichi Sasada
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-09-03Hoisted out warn_deprecatedNobuyoshi Nakada
2020-09-03Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-09-03Don't call to_s in const_setAlan Wu
2020-09-03configure: detect that there is no g++卜部昌平
2020-09-02add lldb functions for getting the heap page / heap page bodyAaron Patterson
2020-09-02support T_MATCH in lldbAaron Patterson
2020-09-02Initialize new T_OBJECT as ROBJECT_EMBEDJohn Hawthorn
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-02Comply with guide for method doc: array.c (#3506)Burdette Lamar
2020-09-02Document that StringScanner#matched_size returns size in bytes [ci skip]Jeremy Evans
2020-09-03* 2020-09-03 [ci skip]git
2020-09-02Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans
2020-09-02new_dstr: hoisted out from literal_concat and evstr2dstrNobuyoshi Nakada
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