aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-193-20/+89
* [ruby/irb] Update documentation about AutocompletionTakashi Kokubun2022-11-191-2/+2
* Update fake.rb for test-specNobuyoshi Nakada2022-11-201-1/+1
* [ruby/net-http] About the Examples moved to separate fileBurdetteLamar2022-11-193-51/+32
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar2022-11-191-71/+17
* [ruby/net-http] Update lib/net/http/request.rbBurdette Lamar2022-11-191-3/+1
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar2022-11-193-48/+15
* [ruby/net-http] Enhanced RDoc for Net::HTTPBurdetteLamar2022-11-193-320/+596
* [DOC] Change formatting in the exec docsMaciek Rząsa2022-11-191-3/+4
* Run skipped minitest tests that now passAlan Wu2022-11-191-5/+0
* YJIT: Improve the failure message on enlarging a branch (#6769)Takashi Kokubun2022-11-181-5/+8
* Add test cases for args forwarding after rest argumentyui-knk2022-11-191-0/+2
* Rename misleading labelAlan Wu2022-11-181-3/+3
* Fix io/console test for --with-static-linked-extAlan Wu2022-11-181-1/+3
* Update assertionAaron Patterson2022-11-181-1/+1
* 32 bit comparison on shape idAaron Patterson2022-11-188-22/+35
* rename SHAPE_BITS to SHAPE_ID_NUM_BITSAaron Patterson2022-11-185-14/+14
* [ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun2022-11-181-2/+25
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-182-20/+59
* Differentiate T_OBJECT shapes from other objectsAaron Patterson2022-11-186-10/+46
* Make anonymous rest arg (*) and block arg (&) accessible from ARGS nodeyui-knk2022-11-183-4/+32
* Allow anonymous keyword rest parameter with other keyword parametersShugo Maeda2022-11-183-2/+4
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-183-0/+50
* Added build instructions of psych and fiddle with source files of libyaml and...Hiroshi SHIBATA2022-11-181-1/+16
* Prevent a "method redefined" warningYusuke Endoh2022-11-181-1/+1
* tool/generic_erb.rb: Add a hack to prevent "unused variable" warningsYusuke Endoh2022-11-181-0/+3
* Revert "tool/generic_erb.rb: Use ERB#result_with_hash instead of #result"Yusuke Endoh2022-11-181-1/+1
* Prevent a "warning: assigned but unused variable - s2"Yusuke Endoh2022-11-181-1/+1
* tool/generic_erb.rb: Use ERB#result_with_hash instead of #resultYusuke Endoh2022-11-181-1/+1
* Fix bug involving .send and overwritten methods. (#6752)Jimmy Miller2022-11-172-1/+24
* Refactor RB_SPECIAL_CONST_P (#6759)Takashi Kokubun2022-11-171-1/+1
* [ruby/irb] Add an option to suppress code_around_bindingTakashi Kokubun2022-11-181-2/+2
* Fix quoting of code in `NEWS.md`.Samuel Williams2022-11-171-1/+1
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-1724-125/+340
* YJIT: Make the code GC test stablerTakashi Kokubun2022-11-171-1/+1
* YJIT: Add object shape count to stats (#6754)Takashi Kokubun2022-11-172-1/+13
* Fix indentation of switch statement in shape.cPeter Zhu2022-11-171-14/+14
* YJIT: Add missing key for non-stats buildTakashi Kokubun2022-11-171-1/+2
* YJIT: Fix typo in stats references (#6753)Takashi Kokubun2022-11-171-2/+2
* Add default cases for cache point finding functionTSUYUSATO Kitsune2022-11-171-34/+60
* Add OP_CCLASS_MB caseTSUYUSATO Kitsune2022-11-171-0/+1
* [DOC] Update about `sec` argument of `Time.new`Nobuyoshi Nakada2022-11-171-1/+6
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-175-66/+22
* Update default gems list at c76909e551f0f60b7a354ab748ef1a [ci skip]git2022-11-171-1/+1
* [ruby/irb] Bump up 1.4.3Hiroshi SHIBATA2022-11-171-2/+2
* Drop Ruby 2.5 supportst00122022-11-174-12/+5
* [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch2022-11-171-0/+1
* YJIT: Shrink version lists after mutation (#6749)Takashi Kokubun2022-11-161-0/+1
* YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun2022-11-164-5/+10
* YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun2022-11-163-1/+4