summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] Only parse valid URLsPeter Zhu2022-04-131-0/+1
* Use an empty string when building File.expand_pathPeter Zhu2022-04-121-1/+2
* Fix dtoa buffer overrunNobuyoshi Nakada2022-04-121-0/+18
* Just free compiled pattern if no space is usedNobuyoshi Nakada2022-04-121-0/+9
* [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans2022-04-122-0/+289
* test/ruby/test_keyword.rb: Prevent warning: assigned but unused variableYusuke Endoh2022-04-111-1/+0
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-04-062-27/+38
* [rubygems/rubygems] Set `@tempdir` as early as possibleDavid Rodríguez2022-04-071-3/+3
* [rubygems/rubygems] Use `ask_yes_no`Ashley Ellis Pierce2022-04-061-30/+30
* [rubygems/rubygems] Use YAMLAshley Ellis Pierce2022-04-063-6/+6
* [rubygems/rubygems] Accomodate gem hosts without profile/me endpointAshley Ellis Pierce2022-04-062-1/+33
* [rubygems/rubygems] Update endpointAshley Ellis Pierce2022-04-062-2/+2
* [rubygems/rubygems] Fix lintAshley Ellis Pierce2022-04-062-4/+4
* [rubygems/rubygems] Make mfa the defaultAshley Ellis Pierce2022-04-061-2/+2
* [rubygems/rubygems] Correct mfa level nameAshley Ellis Pierce2022-04-061-24/+28
* [rubygems/rubygems] Enable mfa on specific keys during gem signinAshley Ellis Pierce2022-04-063-4/+64
* Fix using anonymous block in method accepting explicit keywordsJeremy Evans2022-04-051-0/+54
* Unflag a splatted flagged hash if the method doesn't use ruby2_keywordsJeremy Evans2022-04-051-0/+48
* Apply timescale configuration for tests of Regexp.timeoutYusuke Endoh2022-04-051-6/+11
* [ruby/net-http] Revert "Update the content-length heading when decoding bodies"Jeremy Evans2022-04-031-13/+0
* [ruby/zlib] Mask checksums to lower 32bitsNobuyoshi Nakada2022-04-021-0/+2
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-2/+2
* [ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans2022-04-021-0/+13
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-012-32/+27
* Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada2022-03-311-0/+1
* test/date/test_date_parse.rb: relax the time limitYusuke Endoh2022-03-311-2/+2
* re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh2022-03-311-0/+2
* Do not autosplat array in block call just because keywords acceptedJeremy Evans2022-03-302-1/+83
* re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh2022-03-301-2/+2
* re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh2022-03-301-0/+17
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-301-0/+17
* Avoid trace events in implementation of TracePoint#enableJeremy Evans2022-03-291-1/+1
* Make TracePoint#enable with block target current thread by defaultJeremy Evans2022-03-291-16/+21
* Fix multiplex backreferencs near end of string in regexp matchJeremy Evans2022-03-291-0/+6
* Make define_singleton_method always define a public methodJeremy Evans2022-03-291-0/+11
* Refactor test_dump_all to make assertions about the contents of the dumped hashJemma Issroff2022-03-291-4/+25
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-2/+2
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-242-27/+32
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-2/+2
* [rubygems/rubygems] Avoid crash in test teardownDavid Rodríguez2022-03-241-1/+1
* Raise ArgumentError when calling Enumberable#inject without block or argumentsJeremy Evans2022-03-231-0/+2
* [ruby/rdoc] Expand the enclosing tree of the current fileNobuyoshi Nakada2022-03-221-0/+4
* [ruby/rdoc] Fold files in the page directoryNobuyoshi Nakada2022-03-221-0/+5
* [ruby/rdoc] Add test_generate_pageNobuyoshi Nakada2022-03-221-0/+8
* Make a dedecated assertion to clarify failed assertionsNobuyoshi Nakada2022-03-191-22/+22
* Add String#bytespliceShugo Maeda2022-03-181-0/+44
* Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans2022-03-171-0/+22
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-181-0/+1
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-171-2/+3
* Update the test for [Feature #18615]Nobuyoshi Nakada2022-03-171-1/+1