summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-11-18[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo
2022-11-18Added build instructions of psych and fiddle with source files of libyaml and...Hiroshi SHIBATA
2022-11-18Prevent a "method redefined" warningYusuke Endoh
2022-11-18tool/generic_erb.rb: Add a hack to prevent "unused variable" warningsYusuke Endoh
2022-11-18Revert "tool/generic_erb.rb: Use ERB#result_with_hash instead of #result"Yusuke Endoh
2022-11-18Prevent a "warning: assigned but unused variable - s2"Yusuke Endoh
2022-11-18tool/generic_erb.rb: Use ERB#result_with_hash instead of #resultYusuke Endoh
2022-11-17Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller
2022-11-17Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun
2022-11-18[ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun
2022-11-17Fix quoting of code in `NEWS.md`.Samuel Williams
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-11-17YJIT: Make the code GC test stablerTakashi Kokubun
2022-11-17YJIT: Add object shape count to stats (#6754)Takashi Kokubun
2022-11-17Fix indentation of switch statement in shape.cPeter Zhu
2022-11-17YJIT: Add missing key for non-stats buildTakashi Kokubun
2022-11-17YJIT: Fix typo in stats references (#6753)Takashi Kokubun
2022-11-17Add default cases for cache point finding functionTSUYUSATO Kitsune