summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-12-10[ruby/irb] Simplify show_source's super calculationStan Lo
2023-12-10[ruby/prism] fix: escape newlineAlex Koval
2023-12-09Ensure super(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Ensure f(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Add a fudge factor to the GC compaction move up/down testsKJ Tsanaktsidis
2023-12-09Fix test of GVL instrumentation on Ractor sleepingJohn Hawthorn
2023-12-09Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-08[PRISM] Fix `PM_CALL_NODE` assignmenteileencodes
2023-12-08[ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton
2023-12-08[ruby/prism] More closely match CRuby error messagesKevin Newton
2023-12-08[rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins
2023-12-08[Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada
2023-12-07YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07Support method calls inside `defined?`Aaron Patterson
2023-12-07Free everything at shutdownAdam Hess
2023-12-07[PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff
2023-12-07Prevent modification of splat array inside setup_parameters_complexJeremy Evans
2023-12-07[PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House
2023-12-07Support tracing of struct member accessor methodsJeremy Evans
2023-12-07Skip a flaky objspace test on Visual StudioTakashi Kokubun
2023-12-07Support eval "return" at toplevelJeremy Evans
2023-12-07Fix keyword splat passing as regular argumentJeremy Evans
2023-12-07[ruby/prism] Update ordering of integer base flagsKevin Newton
2023-12-07[PRISM] Don't pop arguments on a return nodeJemma Issroff
2023-12-07Fix GC.verify_compaction_references not moving every objectKJ Tsanaktsidis
2023-12-07[ruby/prism] Remove warnings check from parse_success? methodKevin Newton
2023-12-07[PRISM] Rescue should set correct end_labelMatt Valentine-House
2023-12-07always omit test_ai_addrconfig.Tanaka Akira
2023-12-07Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis
2023-12-07Warn `it` (#9152)Takashi Kokubun
2023-12-07[ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane
2023-12-07[ruby/open-uri] Add :max_redirects optionAndrew Kane
2023-12-07[rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash
2023-12-07[rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez
2023-12-07[rubygems/rubygems] Add some early assertions to make sure the test is progre...David Rodríguez
2023-12-07[rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch
2023-12-06Copy encoding flags when copying a regex [Bug #20039]Dustin Brown
2023-12-07Fix SEGV caused by `GC::Profiler.raw_data` (#9122)Soutaro Matsumoto
2023-12-06[ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu
2023-12-06[ruby/prism] Simplify unterminated stringKevin Newton
2023-12-06[PRISM] Correct depth offset for block local varsMatt Valentine-House
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune
2023-12-06[rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[PRISM] Fix ReturnNodesJemma Issroff
2023-12-06Re-embed when removing Object instance variablesPeter Zhu