aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/prism] Update snapshotHaldun Bayhantopcu2023-12-061-0/+1
* [ruby/rdoc] Only word-ending colon separates new definitionNobuyoshi Nakada2023-12-061-0/+6
* [ruby/rdoc] Use single quotes to keep backslash literallyNobuyoshi Nakada2023-12-061-1/+1
* [rubygems/rubygems] test_bundled_ca.rb: Add Net::OpenTimeout as a offline case.Jun Aruga2023-12-061-1/+1
* [ruby/prism] Fix defined with new lineeileencodes2023-12-052-9/+23
* [ruby/prism] Add test casesTSUYUSATO Kitsune2023-12-053-121/+159
* [ruby/prism] Fix some corner casesTSUYUSATO Kitsune2023-12-053-26/+210
* [ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune2023-12-053-0/+575
* [PRISM] Implement Retry node.Matt Valentine-House2023-12-051-0/+32
* [ruby/rdoc] Allow any single-word token upto 2 before C method implementationNobuyoshi Nakada2023-12-051-0/+30
* [ruby/rdoc] fix: fix `NoMethodError` when `token_stream` is niltoshimaru2023-12-051-0/+7
* [rubygems/rubygems] Instead of checking writability, try to writeDavid Rodríguez2023-12-051-2/+4
* [rubygems/rubygems] Set specs as pending at the beginningDavid Rodríguez2023-12-051-13/+10
* [rubygems/rubygems] Simplify `--no-user-install` specDavid Rodríguez2023-12-051-14/+7
* [flori/json] cosmeticsHiroshi SHIBATA2023-12-051-1/+1
* [flori/json] The modern Ruby uses utf-8 encodings by defaultHiroshi SHIBATA2023-12-053-3/+0
* [flori/json] Fix JSON.dump overload combinationtompng2023-12-051-12/+20
* [flori/json] Overload kwargs in JSON.dumpTakashi Kokubun2023-12-051-0/+4
* [flori/json] JSON.dump: handle unenclosed hashes regressionJean Boussier2023-12-051-0/+4