summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-11-15MJIT: Fix vm_cc_cme(cc).def.type to use bit fieldTakashi Kokubun
2022-11-15Handle more MJIT compilation failuresTakashi Kokubun
2022-11-15[ruby/racc] Update racc.gemspecJohnny Willemsen
2022-11-14MJIT: Remove reference to ROBJECT_EMBED_LEN_MAXTakashi Kokubun
2022-11-14Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun
2022-11-15[ruby/bigdecimal] Add fallback definition of MAYBE_UNUSEDKenta Murata
2022-11-15Update RSpec gemsDavid Rodríguez
2022-11-15[ruby/bigdecimal] Replace sprintf by snprintfKenta Murata
2022-11-14Implement LDURH on Aarch64Aaron Patterson
2022-11-14Try to let dependabot maintain the version commentTakashi Kokubun
2022-11-15[ruby/bigdecimal] Mark some functions MAYBE_UNUSEDKenta Murata
2022-11-15Re-order checks for colons in UTC offsetNobuyoshi Nakada
2022-11-14Remove USE_RVARGC codeAaron Patterson