summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-21Fix memory leak when evacuating generic ivarsPeter Zhu
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-21Add a testTSUYUSATO 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-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-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-20[ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu
2023-11-20[ruby/prism] Replace match write locals with match write targetsKevin Newton
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-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-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] Fix parsing `...` in argumentsHiroya Fujinami
2023-11-20Fix crash when iterating over generic ivarsPeter Zhu
2023-11-20[ruby/prism] feat: add encoding for IBM865Derek Moore
2023-11-19[ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami
2023-11-19[ruby/prism] feat: add encoding for ibm866Syed Faraaz Ahmad
2023-11-19[ruby/prism] Add GB1988 encodingOrhan Toy
2023-11-19[ruby/prism] Add macCyrillic encodingOrhan Toy
2023-11-18[ruby/prism] Big5 HKSCS encodingRyan Garver
2023-11-18[ruby/prism] Add IBM864 encodingMike Dalton
2023-11-18[ruby/prism] Add macCentEuro encodingThomas Marshall
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-11-18Ensure keyword splat method argument is hashJeremy Evans
2023-11-17Fix corruption when out of shape during ivar removePeter Zhu
2023-11-17[ruby/prism] add Windows-874 encodingPeter Cai
2023-11-17[ruby/prism] Update spacing in encoding_test.rbKevin Newton
2023-11-17[ruby/prism] Add macThaiHaldun Bayhantopcu
2023-11-17[ruby/prism] Add macRomanHaldun Bayhantopcu
2023-11-17[ruby/prism] Do not allow trailing commas in calls without parenthesisHaldun Bayhantopcu
2023-11-17[ruby/prism] Never test locale encodingKevin Newton
2023-11-17[ruby/prism] Do not test locale encoding on windowsKevin Newton
2023-11-17[ruby/prism] Add macTurkishHaldun Bayhantopcu
2023-11-17Skip test_ForwardingArgumentsNodeYusuke Endoh