summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-24Windows: Use Unicode aware WinAPI function for ENV[]=Lars Kanis
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-21Make Complex#{inspect,to_s} work correctly if real part #inspect returns froz...Jeremy Evans
2024-09-20[Bug #18651] Pass undefined region in CP51932 as is to CP50220Nobuyoshi Nakada
2024-09-19Fix method caching bug when including/prepend module A that prepends module BJeremy Evans
2024-09-18Raise a compile error for break/next/redo inside eval in cases where it is op...Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans
2024-09-18Revert "Fix evaluation order issue in f(**h, &h.delete(key))"Jeremy Evans
2024-09-18Fix evaluation order issue in f(**h, &h.delete(key))Jeremy Evans
2024-09-18Prevent a warning (retry)Yusuke Endoh
2024-09-17YJIT: Accept key for runtime_stats to return only that stat (#11536)Randy Stauner
2024-09-17Replace all GC.disable with EnvUtil.without_gcPeter Zhu
2024-09-17Fix a typo, sorry!Yusuke Endoh
2024-09-17Prevent two warningsYusuke Endoh
2024-09-17TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...Hiroshi SHIBATA
2024-09-17Prevent a warning due to error recovery of prismYusuke Endoh
2024-09-17Prevent warnings for RubyVM::AbstractSyntaxTree.parse in test_ast.rbYusuke Endoh
2024-09-17Prevent prism warnings in syntax exhaustive testsYusuke Endoh
2024-09-15Prevent warnings: the block passed to ... may be ignoredYusuke Endoh
2024-09-15Prevent warnings: assigned but unused variableYusuke Endoh
2024-09-13[Bug #20725] Should not call compare on `nil`-endpointNobuyoshi Nakada
2024-09-13Prevent warnings "the block passed to ... may be ignored"Yusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - exp_eventsYusuke Endoh
2024-09-13Prevent a warning: assigned but unused variable - t0Yusuke Endoh
2024-09-12[PRISM] Omit some TestAST tests when Prism is enabledKevin Newton
2024-09-12Switch the default parser from parse.y to PrismKevin Newton
2024-09-12Add error checking to readdir, telldir, and closedir calls in dir.cJeremy Evans
2024-09-11Fix issue with super and forwarding arguments in prism_compile.cLuke Gruber
2024-09-11macOS 10.13(High Sierra) is already EOLHiroshi SHIBATA
2024-09-11Implement BREAK, NEXT and REDO NODE locationsydah
2024-09-11Implement WHILE and UNTIL NODE locationsydah
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-09-09Add keys to GC.stat and fix testsPeter Zhu
2024-09-09Switch sorted list of pages in the GC to a darrayPeter Zhu
2024-09-09Implement String#append_as_bytes(String | Integer, ...)Jean Boussier
2024-09-09Return back legacy Range#step behavior for symbol rangeszverok
2024-09-09Implement WHEN NODE locationsydah
2024-09-07Preserve encoding in exception message of `Float`Nobuyoshi Nakada
2024-09-07[Bug #20719] `Float` argument must be ASCII compatibleNobuyoshi Nakada
2024-09-06[Feature #20707] Fix negative UTC offset conversionNobuyoshi Nakada
2024-09-05Move Time#xmlschema in core and optimize itJean Boussier
2024-09-05Optimized instruction for Hash#freezeÉtienne Barrié
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié
2024-09-05Implement AND/OR NODE operator locationsydah
2024-09-04Implement VALIAS NODE keyword locationsydah
2024-09-04[Bug #20708] Retry `open` on EINTRNobuyoshi Nakada
2024-09-03Implement ALIAS NODE keyword locationsydah