aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* YJIT: Stop wrapping CmePtr with CmeDependency (#6747)Takashi Kokubun2022-11-162-16/+12
* YJIT: Shrink the vectors of Block after mutation (#6739)Takashi Kokubun2022-11-162-19/+27
* YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun2022-11-163-2/+10
* Remove duplicate `.rbinc` on `.rb` dependenciesNobuyoshi Nakada2022-11-162-10/+1
* Using UNDEF_P macroS-H-GAMELINKS2022-11-1644-290/+290
* Clean extension build directories and exts.mk fileNobuyoshi Nakada2022-11-161-2/+8
* Remove `-j` option from `MFLAGS` for sub-makesNobuyoshi Nakada2022-11-161-0/+1
* Let mjit-bindgen use BASERUBY and bundle/inline (#6740)Takashi Kokubun2022-11-155-45/+28
* MJIT: Refactor BitField dereference a littleTakashi Kokubun2022-11-151-2/+1
* Rewrite Symbol#to_sym and #intern in Ruby (#6683)Takashi Kokubun2022-11-156-19/+24
* YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun2022-11-154-5/+30
* YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun2022-11-153-2/+9
* YJIT: Count getivar side exits by receiver flag changes (#6735)Takashi Kokubun2022-11-151-1/+2
* YJIT: Invalidate redefined methods only through cme (#6734)Takashi Kokubun2022-11-155-80/+12
* [ruby/irb] Improve testing infraStan Lo2022-11-151-0/+1
* Depending on revision.h with VPATHNobuyoshi Nakada2022-11-162-3/+3
* Fix buffer overrun in ivars when rebuilding shapesPeter Zhu2022-11-151-1/+1
* Added empty class for test methods in TestIRB casesHiroshi SHIBATA2022-11-151-0/+4
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4