summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-03-12[ruby/rubygems] Add test for !binary tag in sequence item inlinecopilot-swe-agent[bot]
2026-03-12[ruby/rubygems] Support YAML 1.1 !binary tag in YAMLSerializerlolwut
2026-03-12[ruby/rubygems] Warn when require_relative is used to load compiled extension...lolwut
2026-03-12[ruby/rubygems] Revert DEFAULT_INSTALL_EXTENSION_IN_LIB to truelolwut
2026-03-11[ruby/prism] Track newlines in character escape sequencesKevin Newton
2026-03-11Use $LOAD_PATH.replace for safer restoration in testHiroshi SHIBATA
2026-03-11Suppress bundled gems warning for subfeatures found outside stdlib [Bug #21828]Hiroshi SHIBATA
2026-03-11[ruby/prism] Restructure regexp encoding validationKevin Newton
2026-03-10[ruby/rubygems] Skip test when Psych unsafe_load is usedHiroshi SHIBATA
2026-03-10[ruby/rubygems] Load rdoc_options and requirements from YAMLHiroshi SHIBATA
2026-03-10[ruby/rubygems] bin/rubocop -AHiroshi SHIBATA
2026-03-10[ruby/rubygems] Add test for gem specification metadata roundtripHiroshi SHIBATA
2026-03-10[ruby/rubygems] Add YAML roundtrip tests for specsHiroshi SHIBATA
2026-03-10[ruby/rubygems] Handle malformed/unknown YAML Platform fieldsHiroshi SHIBATA
2026-03-10[ruby/rubygems] Stop normalizing requirements to ArrayHiroshi SHIBATA
2026-03-10[ruby/rubygems] Treat rdoc_options as Hash instead of ArrayHiroshi SHIBATA
2026-03-10[ruby/rubygems] Construct Gem::Platform from cpu/os/version fieldsHiroshi SHIBATA
2026-03-10[ruby/rubygems] Do not sanitize dependency requirements from YAMLHiroshi SHIBATA
2026-03-10[ruby/rubygems] Raise on unknown YAML object tagsHiroshi SHIBATA
2026-03-10[ruby/rubygems] Support YAML 1.2 nulls and fix nil emissionHiroshi SHIBATA
2026-03-10[ruby/rubygems] Return nil for empty YAML and raise on nilHiroshi SHIBATA
2026-03-10[ruby/rubygems] Add yaml_load/yaml_dump helpers and adapt testsHiroshi SHIBATA
2026-03-10[ruby/rubygems] Fix double-quoted YAML escape handling.Hiroshi SHIBATA
2026-03-10[ruby/prism] Fix binding for `in`, `not`, and `do` on/after command callsKevin Newton
2026-03-09Fix race condition right after ubf registrationLuke Gruber
2026-03-09[ruby/prism] Refine continuable? with algorithm in CKevin Newton
2026-03-09Look up slot sizes for allocations in a tableMatt Valentine-House
2026-03-09[ruby/timeout] Remove warningsÉtienne Barrié
2026-03-09[ruby/timeout] Fix timing-dependent testBenoit Daloze
2026-03-09[ruby/rubygems] Remove redundant SafeYAML.load and update testsHiroshi SHIBATA
2026-03-09[ruby/rubygems] Add Psych stub classes to yaml serializerHiroshi SHIBATA
2026-03-09[ruby/rubygems] Add unit and regression tests for YAML serializerHiroshi SHIBATA
2026-03-09[ruby/rubygems] Add YAMLSerializer round-trip testsHiroshi SHIBATA
2026-03-09[ruby/rubygems] Add comprehensive SafeYAML and YAMLSerializer testsHiroshi SHIBATA
2026-03-09[ruby/rubygems] Use Psych-specific YAML error classesHiroshi SHIBATA
2026-03-09[ruby/rubygems] Update test helpers for YAMLSerializerHiroshi SHIBATA
2026-03-09[ruby/timeout] Compatibility with Fiber scheduler.Samuel Williams
2026-03-07[Bug #21945] Correctly handle `and?` and similarNobuyoshi Nakada
2026-03-06[ruby/prism] Fix not without parentheses binding powerKevin Newton
2026-03-06[ruby/prism] Fix precedence of infix operators after commandKevin Newton
2026-03-06[ruby/prism] Fix the handling of `do` on commandsKevin Newton
2026-03-06[ruby/json] Reject negative depth; add overflow guards to prevent hang/crashthesmartshadow
2026-03-06[ruby/rubygems] Remove dead code in dependency installer testsHiroshi SHIBATA
2026-03-06[ruby/rubygems] Skip flaky webauthn test on TruffleRubyHiroshi SHIBATA
2026-03-05[ruby/prism] Correctly handle `and?` and similar on ruby 4.0Earlopain
2026-03-05[ruby/json] Fix `allow_blank` parsing option to only consider strings.Jean Boussier
2026-03-05weakmap: return assigned value from #[]= and add regression testAndrii Furmanets
2026-03-05[ruby/json] Reimplement `to_json` methods in RubyJean Boussier
2026-03-05[ruby/zlib] Fix buffer overflow at ungetcNobuyoshi Nakada
2026-03-04[ruby/prism] Revert "Reject infix operators on command call onEarlopain