summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-09-13[PRISM] Do not warn ambiguous ampersand when symbol literalKevin Newton
2024-09-13[PRISM] Only parse shebang on main scriptKevin Newton
2024-09-13[PRISM] Allow case/when to be indented with no warningKevin Newton
2024-09-13[ruby/prism] Reverse-sync numbered reference range handlingKevin Newton
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-13[ruby/net-http] Prevent warningsYusuke 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] Ignore test_parse_directory if error is nilKevin Newton
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
2024-09-12Temporarily exclude some TestRubyOptions test for parse.yKevin Newton
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-12[ruby/prism] Do not warn \r in shebang on windowsKevin Newton
2024-09-11Fix issue with super and forwarding arguments in prism_compile.cLuke Gruber
2024-09-11[ruby/prism] UTF-8 characters in file nameKevin Newton
2024-09-11[ruby/psych] Ensure strings with only underscores are not processed as IntegerJohn Meade
2024-09-11[ruby/prism] Add a flag for arguments that contain forwardingKevin Newton
2024-09-11[ruby/prism] Parse tempfileKevin Newton
2024-09-11Use macos? helperHiroshi SHIBATA
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-10[ruby/tmpdir] Reject empty parent pathNobuyoshi Nakada
2024-09-10[ruby/resolv] test_dns: Fix FD leakKasumi Hanazuki
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
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-09[rubygems/rubygems] Make `gem exec` use the standard GEM_HOMEDavid Rodríguez
2024-09-09[rubygems/rubygems] Fix `gem fetch` always exiting with zero status codeDavid Rodríguez
2024-09-09Implement WHEN NODE locationsydah
2024-09-08[ruby/open-uri] Update error message for `request_specific_fields` option val...otegami
2024-09-08[ruby/open-uri] Add test about `request_specific_fields` optionotegami
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
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[rubygems/rubygems] Fix `gem install does-not-exist` being super slowDavid Rodríguez
2024-09-06[ruby/openssl] Fix test_provider.rb in FIPS.Jun Aruga
2024-09-06[rubygems/rubygems] Ensure that the lock file will be removedNobuyoshi Nakada
2024-09-06[rubygems/rubygems] Remove the lock file for binstubsNobuyoshi 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-05[ruby/reline] Prevent a warning for `warning: literal string will beMari Imaizumi
2024-09-05Optimized instruction for Hash#freezeÉtienne Barrié
2024-09-05Optimized instruction for Array#freezeÉtienne Barrié