summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-11-17Add OP_CCLASS_MB caseTSUYUSATO Kitsune
2022-11-17[DOC] Update about `sec` argument of `Time.new`Nobuyoshi Nakada
2022-11-17Windows: Readlink improvements (#6745)Lars Kanis
2022-11-17Update default gems list at c76909e551f0f60b7a354ab748ef1a [ci skip]git
2022-11-17[ruby/irb] Bump up 1.4.3Hiroshi SHIBATA
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-17[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch
2022-11-16YJIT: Shrink version lists after mutation (#6749)Takashi Kokubun
2022-11-16YJIT: Pack BlockId and CodePtr (#6748)Takashi Kokubun
2022-11-16YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun
2022-11-16YJIT: Stop wrapping CmePtr with CmeDependency (#6747)Takashi Kokubun
2022-11-16YJIT: Shrink the vectors of Block after mutation (#6739)Takashi Kokubun
2022-11-16YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)Takashi Kokubun
2022-11-16Remove duplicate `.rbinc` on `.rb` dependenciesNobuyoshi Nakada
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-11-16Clean extension build directories and exts.mk fileNobuyoshi Nakada
2022-11-16Remove `-j` option from `MFLAGS` for sub-makesNobuyoshi Nakada
2022-11-15Let mjit-bindgen use BASERUBY and bundle/inline (#6740)Takashi Kokubun
2022-11-15MJIT: Refactor BitField dereference a littleTakashi Kokubun
2022-11-15Rewrite Symbol#to_sym and #intern in Ruby (#6683)Takashi Kokubun
2022-11-15YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)Takashi Kokubun
2022-11-15YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun
2022-11-15YJIT: Count getivar side exits by receiver flag changes (#6735)Takashi Kokubun
2022-11-15YJIT: Invalidate redefined methods only through cme (#6734)Takashi Kokubun
2022-11-15[ruby/irb] Improve testing infraStan Lo
2022-11-16Depending on revision.h with VPATHNobuyoshi Nakada
2022-11-15Fix buffer overrun in ivars when rebuilding shapesPeter Zhu
2022-11-15Added empty class for test methods in TestIRB casesHiroshi SHIBATA
2022-11-15[ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst0012
2022-11-15[ruby/irb] Deprecate reidline flagsst0012
2022-11-15[ruby/irb] Rename leftover Reidline referencesst0012
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012