summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-14[ruby/openssl] ssl: update test_verify_hostname_on_connect for LibreSSLKazuki Yamaguchi
2025-01-14[ruby/openssl] Require LibreSSL 3.9 or laterKazuki Yamaguchi
2025-01-14[ruby/openssl] Refactor buffer usage to only use `append_as_bytes`Jean Boussier
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2025-01-14[ruby/yaml] We should load rubygems for optional pstore gemHiroshi SHIBATA
2025-01-14[ruby/fiddle] add regex for bool parsing & test struct w/ boolDmitrii
2025-01-14[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-01-13[ruby/mmtk] Remove accidentally committed filesPeter Zhu
2025-01-13[ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalidPeter Zhu
2025-01-13[ruby/prism] Fix parser translator tokens for `%x(#{})`Earlopain
2025-01-13Proc#parameters: Show anonymous optionals as `[:opt]`Alan Wu
2025-01-13[ruby/prism] Fix parser translator heredoc dedention with leading interpolationEarlopain
2025-01-13[ruby/mmtk] Unskip TestEnv#test_select_bang_in_ractorPeter Zhu
2025-01-12[ruby/prism] Fix parser translator tSPACE tokens for percent arraysEarlopain
2025-01-12[ruby/prism] Frozen strings in the ASTKevin Newton
2025-01-12[ruby/prism] Fix parser translator tokens for comment-only fileEarlopain
2025-01-13[Bug #21030] Fix step for non-numeric rangeNobuyoshi Nakada
2025-01-12[Bug #21018] Fix for s390xNobuyoshi Nakada
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Better comment token handling for the parser translatorEarlopain
2025-01-11[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...Earlopain
2025-01-11[ruby/prism] Implement more string token escaping in the parser translatorEarlopain
2025-01-11[ruby/prism] Import code samples for Ruby 3.3 from the parser gemEarlopain
2025-01-11[ruby/prism] [Bug #21010] Reject endless method definition of `[]=`ydah
2025-01-11[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Better handle multiline interpolated strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Fix parser translator ast for empty regexEarlopain
2025-01-11[ruby/prism] Fix parser translator ast for regex with line continuationEarlopain
2025-01-11[ruby/prism] Fix parser translator ast when using anonymous forwarding in blo...Earlopain
2025-01-11[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2025-01-11[ruby/prism] Support 3.5 for version optionKevin Newton
2025-01-11[ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean valuesStan Lo
2025-01-10[ruby/irb] Gracefully handle incorrect command aliasesStan Lo
2025-01-10[ruby/date] Skip tests failing on TruffleRubyAndrew Konchin
2025-01-10Make Pstore tests as optionalHiroshi SHIBATA
2025-01-10Make logger as bundled gemsHiroshi SHIBATA
2025-01-10Make benchmark as bundled gemsHiroshi SHIBATA
2025-01-10Make pstore as bundled gemsHiroshi SHIBATA
2025-01-09[Feature #6012] Extend `source_location` for end position and columnsNobuyoshi Nakada
2025-01-09[Bug #21018] Show invalid command line option more properlyNobuyoshi Nakada
2025-01-09Implement FOR NODE locationsydah
2025-01-08[ruby/prism] Revert "Reject pattern match with unexpected double splat inside...Kevin Newton
2025-01-08[ruby/prism] Handle escapes in named capture namesKevin Newton
2025-01-08[ruby/prism] Reject pattern match with unexpected double splat inside arrayydah
2025-01-08Avoid opt_aset_with optimization inside multiple assignmentJeremy Evans
2025-01-08[ruby/rdoc] Finalize RDoc::Options before callingKazuki Yamaguchi
2025-01-08Omit Psych_Unit_Tests if ostruct is not availableHiroshi SHIBATA
2025-01-08Switch to use ostruct to open3 with suggestion testHiroshi SHIBATA
2025-01-08Refactor to omit JSON::GenericObject testsHiroshi SHIBATA