summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-12-13[rubygems/rubygems] Test if the user dir is used for auto user installationVít Ondruch
2023-12-13[rubygems/rubygems] Make sure `--no-user-install` is respected for auto user ...Vít Ondruch
2023-12-13[rubygems/rubygems] Vendor timeout in RubyGems tooDavid Rodríguez
2023-12-13[rubygems/rubygems] Vendor net-http and net-protocol in RubyGemsDavid Rodríguez
2023-12-12[PRISM] Correctly parse non-base 10 integers in PrismJemma Issroff
2023-12-13Add a test case for preregistering with different dataKJ Tsanaktsidis
2023-12-12[PRISM] Fix segv with regex once flageileencodes
2023-12-12[PRISM] Compile NextNode argumentsMatt Valentine-House
2023-12-12[PRISM] Implementing forwarding of args for ForwardingSuperNodeJemma Issroff
2023-12-12[Bug #19114] Fix for multiple calls of TracePoint#enableKouhei Yanagita
2023-12-12[ruby/prism] Flag for attribute write on callsKevin Newton
2023-12-12Fix op asgn calls with keywordsJeremy Evans
2023-12-12Make WeakKeyMap safe for compaction during allocationPeter Zhu
2023-12-12Make WeakMap safe for compaction during allocationPeter Zhu
2023-12-12[ruby/prism] Update tests and snapshotsUfuk Kayserilioglu
2023-12-11Make Dir#chdir never yield args, and return block return valueJeremy Evans
2023-12-12Save $VERBOSE properlyNobuyoshi Nakada
2023-12-12Prevent a warning: assigned but unused variable - statusYusuke Endoh
2023-12-12Prevent a warning: method redefinedYusuke Endoh
2023-12-12Prevent warning: possibly useless use of a literal in void contextYusuke Endoh
2023-12-12Prevent a warning: setting Encoding.default_externalYusuke Endoh
2023-12-12Remove unused statementYusuke Endoh
2023-12-12[rubygems/rubygems] Remove non-transparent requirement added to prerelease gemsDavid Rodríguez
2023-12-11[PRISM] Properly compile MultiTargetNodes within parametersJemma Issroff
2023-12-11[PRISM] Fixed rest in MultiTargetNodesJemma Issroff
2023-12-11[PRISM] Define and use a pm_add_ensure_iseqJemma Issroff
2023-12-11[ruby/prism] Regexp terminator escapesKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Split up CallNode in target positionKevin Newton
2023-12-11[PRISM] Fix ElseNode within CaseNodeJemma Issroff
2023-12-11Add handling of implicit hash argumentsUfuk Kayserilioglu
2023-12-11[ruby/prism] Fix parsing unterminated empty string `"`TSUYUSATO Kitsune
2023-12-11[ruby/prism] Fix to parse a (endless-)range with binary operatorsTSUYUSATO Kitsune
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