aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune2022-12-141-0/+8
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok2022-12-131-0/+29
* [ruby/openssl] Allow empty string to OpenSSL::Cipher#updateYusuke Nakamura2022-12-131-6/+0
* [ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop2022-12-138-40/+43
* [Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada2022-12-131-0/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-12-122-5/+5
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-122-5/+5
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'Nobuyoshi Nakada2022-12-121-2/+2
* Make absent operator work at the end of the input stringYusuke Endoh2022-12-121-0/+3
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-124-61/+53
* MJIT: Compile methods in batches (#6900)Takashi Kokubun2022-12-103-155/+139
* Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos2022-12-101-0/+20
* A negative denominator case in the Rational string parsing testNobuyoshi Nakada2022-12-101-0/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* YJIT: implement `getconstant` YARV instruction (#6884)Maxime Chevalier-Boisvert2022-12-091-0/+23
* Use rb_inspect instead of +PRIsVALUE for Object.inspectMatt Valentine-House2022-12-091-0/+9
* Merge net-protocol-0.2.1Hiroshi SHIBATA2022-12-091-0/+8
* Merge Psych-5.0.1Hiroshi SHIBATA2022-12-093-0/+21
* Merge fiddle-1.1.1Hiroshi SHIBATA2022-12-091-0/+7
* Merge strscan-3.0.5Hiroshi SHIBATA2022-12-092-1/+34
* Reapply the following commits related to extend timeout value.Hiroshi SHIBATA2022-12-091-1/+8
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-0912-14/+481
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* Freeze singleton class, not its originAlan Wu2022-12-081-0/+13
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-081-2/+13
* Use the built bundled gems in test-all as well as test-bundled-gemsNobuyoshi Nakada2022-12-091-5/+7
* [ruby/net-protocol] Failing test case for #19Jean Boussier2022-12-081-0/+29
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-083-3/+9
* Stop transitioning to UNDEF when undefining an instance variableAaron Patterson2022-12-071-12/+22
* [rubygems/rubygems] Remove remaining dev profile testIan Ker-Seymer2022-12-071-10/+0
* [rubygems/rubygems] Better tests are betterIan Ker-Seymer2022-12-071-1/+2
* [rubygems/rubygems] Fix string match in testIan Ker-Seymer2022-12-071-1/+1
* [rubygems/rubygems] Always build in release modeIan Ker-Seymer2022-12-071-25/+0
* [rubygems/rubygems] Updates rb-sys to 0.9.46Ian Ker-Seymer2022-12-074-66/+46
* [Bug #19187] Fix for tzdata-2022gNobuyoshi Nakada2022-12-071-6/+15
* add file version check for new Unicode emoji file headerMartin Dürst2022-12-061-1/+2
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-0/+24
* [ruby/did_you_mean] Do not suggest #name= for #name and vice versaMatthew Boeh2022-12-051-0/+18
* [ruby/irb] Close leaked pty IOsNobuyoshi Nakada2022-12-051-0/+3
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-052-43/+0
* return early if there is no is_entries bufferAaron Patterson2022-12-031-0/+7
* UnboundMethod only refer defined_classKoichi Sasada2022-12-031-4/+4
* [ruby/irb] Require pathname in test helperStan Lo2022-12-021-0/+2
* [ruby/irb] Disable debug cmd tests based on project structureStan Lo2022-12-022-12/+10