aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara2021-07-312-11/+171
* * 2021-07-31 [ci skip]git2021-07-311-1/+1
* [DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada2021-07-311-1/+1
* [DOC] Fix Process::exec documentation [ci skip]Nobuyoshi Nakada2021-07-301-2/+2
* Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze2021-07-303-9/+21
* Fix bundled gems locationsNobuyoshi Nakada2021-07-301-1/+1
* Skip test_ensure_after_nomemoryerrorJeremy Evans2021-07-291-0/+1
* Improve performance of Integer#digitsJeremy Evans2021-07-292-6/+29
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-296-8/+65
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-29186-3248/+3865
* Update to ruby/mspec@9542a88Benoit Daloze2021-07-292-3/+3
* Use test-unit assertionsaycabta2021-07-301-7/+7
* [ruby/reline] Support Terminfo on Cygwin and macOSaycabta2021-07-301-0/+4
* [ruby/reline] Don't check the existence of Terminfo on Windowsaycabta2021-07-301-1/+11
* [ruby/reline] Check TYPE_VARIADICaycabta2021-07-301-0/+4
* [ruby/reline] Define StringWithTiparm instead of singular methodaycabta2021-07-301-4/+6
* [ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix992021-07-302-39/+110
* [ruby/reline] Check empty .inputrcaycabta2021-07-302-1/+7
* [ruby/reline] Add original C function declarations comment for each functionaycabta2021-07-301-5/+6
* [ruby/reline] Fix reline on OpenBSDJeremy Evans2021-07-301-1/+6
* [ruby/reline] Added support for Numpad divide key on Windows.SilverPhoenix992021-07-301-0/+3
* [ruby/reline] Support Enter key of numpad on Windowsaycabta2021-07-301-0/+2
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-302-3/+13
* [ruby/reline] Use "omit" instead of "return"aycabta2021-07-301-2/+2
* [ruby/reline] Add TODO comment to implement tigetflag() and tigetnum()aycabta2021-07-301-0/+1
* [ruby/reline] Add Terminfo testsaycabta2021-07-301-0/+24
* [ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled?aycabta2021-07-301-0/+1
* Do not check pending interrupts when running finalizersJeremy Evans2021-07-292-0/+29
* Fix use-after-free on -DUSE_EMBED_CI=0Alan Wu2021-07-291-2/+2
* * 2021-07-30 [ci skip]git2021-07-301-1/+1
* Update documentation for ruby2_keywordsJeremy Evans2021-07-291-6/+9
* Renamed thraed_fd_close as thread_fdNobuyoshi Nakada2021-07-296-165/+165
* Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA2021-07-291-2/+1
* Partly picking https://github.com/ruby/error_highlight/commit/25ef7dbeda4f2cf...Hiroshi SHIBATA2021-07-291-1/+1
* Update the latest version of readline.gemspecHiroshi SHIBATA2021-07-291-2/+0
* Update the latest version of json.gemspec from flori/jsonHiroshi SHIBATA2021-07-291-7/+1
* [ruby/psych] fix: use git repository link for LibYAML in docsRhys Powell2021-07-291-1/+1
* [ruby/psych] require 'delegate' explicitlyPavel Rosický2021-07-291-0/+1
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-292-3/+29
* Partly picked from https://github.com/ruby/ostruct/commit/20d0b8c065392a22ba6...Hiroshi SHIBATA2021-07-291-2/+2
* [ruby/set] Improve What's Here linksBurdetteLamar2021-07-291-2/+2
* [ruby/set] Improve What's Here linksBurdetteLamar2021-07-291-3/+5
* [ruby/set] gemspec: This gem exposes 0 executablesOlle Jonsson2021-07-291-2/+0
* [ruby/set] Update documentation for intersect?/disjoint?Jeremy Evans2021-07-291-3/+7
* [ruby/set] Allow the use of any enumerable in intersect?/disjoint?Jeremy Evans2021-07-291-9/+8
* [ruby/set] Allow Set#intersect? and #disjoint? to accept array argumentJeremy Evans2021-07-292-2/+13
* test/socket/test_socket.rb: skip on SolarisYusuke Endoh2021-07-291-0/+4
* Add RBOOL macro and use itS.H2021-07-291-12/+8
* Bundle RBS 1.3.3 (#4688)Soutaro Matsumoto2021-07-290-0/+0
* Don't export rb_gc_ractor_newobj_cache_clearPeter Zhu2021-07-281-1/+1