summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-21Implement WeakKeyMap on VWAPeter Zhu
2023-11-21Implement WeakMap on VWAPeter Zhu
2023-11-21[rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson
2023-11-21Update default gems list at 7d6f812c311436e357fa3fd7e883c4 [ci skip]git
2023-11-21[ruby/prism] Update to v0.18.0Kevin Newton
2023-11-21Use count macros for counting instance variablesAaron Patterson
2023-11-21[ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu
2023-11-21[ruby/prism] feat: adds encoding for TIS-620Thiago Araujo
2023-11-21[ruby/prism] Fix `..` and `...` to be non-associativeHiroya Fujinami
2023-11-21Embed ibf_dump objectsJean Boussier
2023-11-21[ruby/prism] Fix constant path full name when parent is not aVinicius Stock
2023-11-21[ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu
2023-11-21Remove string concat node in prismKevin Newton
2023-11-21[ruby/prism] Remove string concat in favor of a flat listKevin Newton
2023-11-21Refactor NameError::message and make it embededJean Boussier
2023-11-21Make Process::Status embeddedJean Boussier
2023-11-21YJIT: Skip dump-disasm if it fails to create a file (#8968)Takashi Kokubun
2023-11-21Fix memory leak when evacuating generic ivarsPeter Zhu
2023-11-21Get rid of useless dsize functionsJean Boussier
2023-11-21Update default gems list at f954a5663a6cb5fa9f55f45fd0f87e [ci skip]git
2023-11-21[ruby/irb] Bump version to 1.9.1tomoya ishida
2023-11-21Update bundled gems list at 307af18fa0389135035c0c52f05975 [ci skip]git
2023-11-21Bundle rbs-3.3.2 (#8974)Soutaro Matsumoto
2023-11-21[Bug #20004] Revert "[Feature #19422] Enable shared by default on macOS"Hiroshi SHIBATA
2023-11-21Update bundled gems list at 1886ee190a26cca0308d69a32c9179 [ci skip]git
2023-11-21Bundle rbs-3.3.1 (#8921)Soutaro Matsumoto
2023-11-21Add EXTERNAL_PREFIX to ruby_abi_versionNobuyoshi Nakada
2023-11-21typedef ABI version typesNobuyoshi Nakada
2023-11-21Do not change hash type in Hash#assocNobuyoshi Nakada
2023-11-21Raise an exception when Hash#compare_by_identity during its iterationYusuke Endoh
2023-11-21Raise an exception if ar_table is converted to st_table during iterationYusuke Endoh
2023-11-21`ObjectSpace.count_nodes` doesn't count nodesyui-knk
2023-11-21Add a testTSUYUSATO Kitsune
2023-11-21Reject 'class << (return); end` by "void value expression"TSUYUSATO Kitsune
2023-11-21[Bug #11183] Fix rb_complex_pow for special anglesKouhei Yanagita
2023-11-21[ruby/prism] Check a token after targets more strictlyHiroya Fujinami
2023-11-21[ruby/prism] Build the ability to format errorsKevin Newton
2023-11-21[ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton
2023-11-20[prism] Remove pm_big5_hkscs from common.mk targetsKevin Newton
2023-11-20Rename the big5-hkscs stuff to something more generic and add UAO sharing com...Ryan Garver
2023-11-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-11-21[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-11-20Don't try compacting ivars on Classes that are "too complex"Aaron Patterson
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-20Implement Enumerator objects on VWAPeter Zhu
2023-11-20Support declarative marked TypedData objects on VWAPeter Zhu
2023-11-20[ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu
2023-11-20Use new match write targetsKevin Newton
2023-11-20[ruby/prism] Replace match write locals with match write targetsKevin Newton
2023-11-20YJIT: Print a disasm path to stderr (#8967)Takashi Kokubun