summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-14[PRISM] Handle forwarding inside evalKevin Newton
2025-01-14[ruby/mmtk] Add mmtk_worker_count to GC.configPeter Zhu
2025-01-14Better handle regexp in the parser translatorEarlopain
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/mmtk] Exit with error message if MMTK_PLAN is invalidPeter Zhu
2025-01-14Add tests for Proc#parameters on `it` blocksAlan Wu
2025-01-14[ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalidPeter Zhu
2025-01-14[ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAXPeter Zhu
2025-01-14[ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAXPeter Zhu
2025-01-14Remove incorrectly committed snapshotsKevin Newton
2025-01-14[ruby/mmtk] Add framework for testsPeter Zhu
2025-01-14[ruby/prism] Fix parse.y translation for locals testKevin Newton
2025-01-14[ruby/prism] Be a bit stricter when comparing parser translator tokensEarlopain
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
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