summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-11-20Fix crash when evacuating generic ivarPeter Zhu
2023-11-20[PRISM] Updated LocalVariableTargetNodes tooJemma Issroff
2023-11-20[PRISM] Fix LocalVariableWriteNodes within blocksJemma Issroff
2023-11-20YJIT: make --yjit-max-versions=N option undocumented (#8962)Maxime Chevalier-Boisvert
2023-11-20RubyVM::InstructionSequence.compile_file_prismKevin Newton
2023-11-20[PRISM] Implement once node for interpolated regexeileencodes
2023-11-20[PRISM] Don't pop args to YieldNodeJemma Issroff
2023-11-20[ruby/prism] adds encodings for ibm869Lynne Ashminov
2023-11-20[ruby/prism] Add and test ibm863 encodingMaple Ong
2023-11-20Fix indentation [ci skip]Peter Zhu
2023-11-20proc.c: Make Method and UnboundMethod embdedJean Boussier
2023-11-20marshal.c: embed load and dump argument objectsJean Boussier
2023-11-20compile.c: make pinned_list embedableJean Boussier
2023-11-20[ruby/prism] Disallow defining a numbered parameter methodKevin Newton
2023-11-20[ruby/prism] feat: Adds macCroatian encodingDavid Wessman
2023-11-20[ruby/prism] Add character APIs for locationsKevin Newton
2023-11-20[ruby/prism] Correctly parse the `resuce` modifier in the rhs of theHiroya Fujinami
2023-11-20[ruby/prism] Remove non-ASCII source charactersKevin Newton
2023-11-20[ruby/prism] Fix parsing `...` in argumentsHiroya Fujinami
2023-11-20Fix crash when iterating over generic ivarsPeter Zhu
2023-11-20Switching first argument in pm_interpolated_node_compileeileencodes
2023-11-20Embed Thread::Backtrace::Location into Thread::BacktraceÉtienne Barrié
2023-11-20Specialize String#dupJean Boussier
2023-11-20[ruby/prism] feat: add encoding for IBM865Derek Moore