aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/date] Use possessive matchNobuyoshi Nakada2022-02-251-2/+2
* [ruby/date] Extracted common leading patternNobuyoshi Nakada2022-02-251-10/+13
* [DOC] Enhancements for encoding.rdoc (#5578)Burdette Lamar2022-02-241-1/+169
* Fix yjit readme link pointing to old shopify readme (#5596)Adrien S2022-02-241-1/+1
* [DOC] Fix typo in yjit docseileencodes2022-02-241-1/+1
* * 2022-02-25 [ci skip]git2022-02-251-1/+1
* Add ABI version to ruby_version tag on WindowsPeter Zhu2022-02-242-1/+2
* Add ABI version to RUBY_LIB_VERSIONPeter Zhu2022-02-242-11/+5
* Constant time class to class ancestor lookupJohn Hawthorn2022-02-235-5/+143
* Never call kind_of with klass=0John Hawthorn2022-02-232-8/+3
* * 2022-02-24 [ci skip]git2022-02-241-1/+1
* rb_provide_feature: Prevent $LOADED_FEATURES from being copiedJean Boussier2022-02-231-0/+4
* Use rb_ary_behead for rb_ary_shiftPeter Zhu2022-02-231-55/+28
* Update bundled gems list at 2022-02-23git2022-02-232-2/+2
* Rename the wrong variable name `beg` to `len`Shugo Maeda2022-02-231-3/+3
* Update ext/-test-/dln/empty/dependPeter Zhu2022-02-221-0/+159
* Include ruby.h in empty.c to have ABI versionPeter Zhu2022-02-221-0/+2
* * 2022-02-23 [ci skip]git2022-02-231-1/+1
* Fix compiler warning for uninitialized variablePeter Zhu2022-02-221-1/+1
* [Feature #18249] Update dependenciesPeter Zhu2022-02-2292-13/+4727
* [Feature #18249] Include ruby.h in extensions to have ABI versionPeter Zhu2022-02-224-0/+7
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-228-0/+130
* [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope2022-02-222-2/+36
* [ruby/zlib] [DOC] Fix typo in Zlib.adler32_combineMau Magnaguagno2022-02-221-1/+1
* [ruby/rdoc] Prefer `require 'cgi/util'` instead of `require 'cgi'`Yusuke Endoh2022-02-225-5/+5
* [rubygems/rubygems] Resolve cleaned-up error with temporary gemhomeHiroshi SHIBATA2022-02-221-0/+2
* * 2022-02-22 [ci skip]git2022-02-221-1/+1
* Factor a "highlight" symbol outYusuke Endoh2022-02-221-7/+4
* Remove unneeded newline from detailed_messageYusuke Endoh2022-02-221-1/+0
* Add a test for Exception#detailed_messageYusuke Endoh2022-02-221-0/+29
* Let Exception#full_message pass highlight keywords to #detailed_messageYusuke Endoh2022-02-221-0/+7
* test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh2022-02-221-1/+1
* The default highlight arguments of Exception#detailed_message is falseYusuke Endoh2022-02-221-5/+10
* Exception#detailed_message is addedYusuke Endoh2022-02-222-17/+67
* Refactor out rb_decorate_message from print_errinfoYusuke Endoh2022-02-221-20/+49
* Do not escape error messageYusuke Endoh2022-02-223-53/+13
* error.c: RefactoringYusuke Endoh2022-02-222-43/+68
* Removed dependency of net-protocol. There is no plan to remove from stdlibHiroshi SHIBATA2022-02-211-1/+0
* Removed dependency of io-wait. There is no plan to remove from stdlibHiroshi SHIBATA2022-02-211-1/+0
* rb_debug_rstring_null_ptr: add newlines in the message [ci skip]Nobuyoshi Nakada2022-02-211-2/+2
* [DOC] Set the documentation title and main pageNobuyoshi Nakada2022-02-212-1/+5
* * 2022-02-21 [ci skip]git2022-02-211-1/+1
* Fix links [ci skip]Kazuhiro NISHIYAMA2022-02-211-0/+1
* * 2022-02-20 [ci skip]git2022-02-201-1/+1
* [MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada2022-02-202-0/+51
* [MSWin] Try VS2022Nobuyoshi Nakada2022-02-201-1/+1
* [MSWin] Reduce duplicate configurationsNobuyoshi Nakada2022-02-201-11/+13
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-194-6/+14
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-194-8/+2
* Replace and Using METACLASS_OF macroS-H-GAMELINKS2022-02-191-15/+15