aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] More closely match CRuby error messagesKevin Newton2023-12-081-14/+14
* [rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins2023-12-083-463/+2
* [Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada2023-12-081-8/+12
* YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun2023-12-071-0/+25
* [rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez2023-12-0732-366/+366
* Support method calls inside `defined?`Aaron Patterson2023-12-071-0/+27
* Free everything at shutdownAdam Hess2023-12-071-0/+6
* [PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff2023-12-071-1/+24
* Prevent modification of splat array inside setup_parameters_complexJeremy Evans2023-12-071-0/+6
* [PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House2023-12-071-0/+1
* Support tracing of struct member accessor methodsJeremy Evans2023-12-071-0/+49
* Skip a flaky objspace test on Visual StudioTakashi Kokubun2023-12-071-0/+1
* Support eval "return" at toplevelJeremy Evans2023-12-071-0/+48
* Fix keyword splat passing as regular argumentJeremy Evans2023-12-071-6/+20
* [ruby/prism] Update ordering of integer base flagsKevin Newton2023-12-071-0/+23
* [PRISM] Don't pop arguments on a return nodeJemma Issroff2023-12-071-0/+9
* Fix GC.verify_compaction_references not moving every objectKJ Tsanaktsidis2023-12-071-9/+9
* [ruby/prism] Remove warnings check from parse_success? methodKevin Newton2023-12-071-3/+0
* [PRISM] Rescue should set correct end_labelMatt Valentine-House2023-12-071-0/+8
* always omit test_ai_addrconfig.Tanaka Akira2023-12-071-1/+1
* Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis2023-12-071-0/+164
* Warn `it` (#9152)Takashi Kokubun2023-12-071-0/+11
* [ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane2023-12-071-1/+1
* [ruby/open-uri] Add :max_redirects optionAndrew Kane2023-12-071-0/+19
* [rubygems/rubygems] Make --build-root disable auto-user-install.Ellen Marie Dash2023-12-071-0/+20
* [rubygems/rubygems] Better approach to falling back to user installation when...David Rodríguez2023-12-073-93/+20
* [rubygems/rubygems] Add some early assertions to make sure the test is progre...David Rodríguez2023-12-071-0/+3
* [rubygems/rubygems] Use globals variables for standard input/outputVít Ondruch2023-12-071-0/+19
* Copy encoding flags when copying a regex [Bug #20039]Dustin Brown2023-12-061-0/+10
* Fix SEGV caused by `GC::Profiler.raw_data` (#9122)Soutaro Matsumoto2023-12-071-0/+8
* [ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu2023-12-061-0/+7
* [ruby/prism] Simplify unterminated stringKevin Newton2023-12-061-2/+2
* [PRISM] Correct depth offset for block local varsMatt Valentine-House2023-12-061-0/+26
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-06658-25492/+25481
* [ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune2023-12-061-2/+14
* [rubygems/rubygems] Gem::UpdateSuggestion uses Gem::CIDetectorEric Mueller2023-12-061-1/+1
* [rubygems/rubygems] Introduce the Gem::CIDetectorEric Mueller2023-12-061-0/+44
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-0618-89/+176
* [PRISM] Fix ReturnNodesJemma Issroff2023-12-061-0/+8
* Re-embed when removing Object instance variablesPeter Zhu2023-12-061-0/+35
* [PRISM] Account for nil parent in Call{Operator,And,Or}PathWriteNodesJemma Issroff2023-12-061-0/+3
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-06289-0/+842
* [PRISM] Implement `PM_MATCH_PREDICATE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_KEYWORD_HASH_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SPLAT_NODE` for `defined?`eileencodes2023-12-061-0/+3
* [PRISM] Implement `PM_SOURCE_LINE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SOURCE_FILE_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_SOURCE_ENCODING_NODE` for `defined?eileencodes2023-12-061-0/+1
* [PRISM] Implement `PM_IMAGINARY_NODE` for `defined?`eileencodes2023-12-061-0/+1
* [PRISM] Compile Rescue Modifier nodesMatt Valentine-House2023-12-061-1/+8