summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-21[ruby/un] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada
2022-11-21[ruby/optparse] Use class methods of `File` over `IO`Nobuyoshi Nakada
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-21Use double quotes for nmake [ci skip]Nobuyoshi Nakada
2022-11-21Refactor to use has_delayed_token macroyui-knk
2022-11-20Add a comment about confusing code [ci skip]Takashi Kokubun
2022-11-21Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2022-11-21Add outdate-bundled-gems target [ci skip]Nobuyoshi Nakada
2022-11-21Update default gems list at 509f04ca9159d1dd046af4ffb19cfa [ci skip]git
2022-11-20[ruby/irb] Version 1.5.0Takashi Kokubun
2022-11-20Fix a broken interpolation #{head}Takashi Kokubun
2022-11-21Add a link to Feature #19070 ticket [ci skip]yui-knk
2022-11-20Fix typos (#6775)Yudai Takada
2022-11-21Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk
2022-11-20Revert wrong sync in 5958c305e5 [ci skip]Takashi Kokubun
2022-11-20[Bug #19016] Handle syntax error in main script like other errorsNobuyoshi Nakada
2022-11-20Use `enum ruby_tag_type` over `int`Nobuyoshi Nakada
2022-11-20sync_default_gems.rb: Fix substitution [ci skip]Nobuyoshi Nakada
2022-11-19Avoid a timeout on test_cache_optimization_exponentialTakashi Kokubun
2022-11-20[ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun
2022-11-20[ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Require missing EnvUtilTakashi Kokubun
2022-11-20[ruby/irb] Try using a different file nameTakashi Kokubun
2022-11-20[ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun
2022-11-19Skip TestDRbSSLAry on mswinTakashi Kokubun
2022-11-20[ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-20Avoid warnings on MINGW:Lars Kanis
2022-11-19[ruby/irb] Document a full list of commandsTakashi Kokubun
2022-11-19[ruby/irb] Update documentation about AutocompletionTakashi Kokubun
2022-11-20Update fake.rb for test-specNobuyoshi Nakada
2022-11-19[ruby/net-http] About the Examples moved to separate fileBurdetteLamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-19[ruby/net-http] Update lib/net/http/request.rbBurdette Lamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-19[ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar
2022-11-19[DOC] Change formatting in the exec docsMaciek Rząsa
2022-11-19Run skipped minitest tests that now passAlan Wu
2022-11-18YJIT: Improve the failure message on enlarging a branch (#6769)Takashi Kokubun
2022-11-19Add test cases for args forwarding after rest argumentyui-knk
2022-11-18Rename misleading labelAlan Wu
2022-11-18Fix io/console test for --with-static-linked-extAlan Wu
2022-11-18Update assertionAaron Patterson
2022-11-1832 bit comparison on shape idAaron Patterson
2022-11-18rename SHAPE_BITS to SHAPE_ID_NUM_BITSAaron Patterson
2022-11-18[ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun
2022-11-18[ruby/irb] Minor fixes on debug commandTakashi Kokubun
2022-11-18Differentiate T_OBJECT shapes from other objectsAaron Patterson
2022-11-18Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk
2022-11-18Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda