summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* String#bytesplice should return selfShugo Maeda2023-01-191-1/+1
* Test some missing coverage too. (#7041)Samuel Williams2023-01-191-5/+7
* [ruby/reline] Add scrollbar scroll-to-bottom test and fix existing scrollbar ...tompng2023-01-181-10/+36
* [ruby/reline] multiline_repl do not need to depend on RubyLextomoya ishida2023-01-183-22/+50
* Change ArgumentError message when Comparable#clamp receives min value higher ...KaĆ­que Kandy Koga2023-01-171-2/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2023-01-172-5/+5
* Fix crash when defining ivars on special constantsPeter Zhu2023-01-171-0/+6
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-172-5/+5
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-152-5/+24
* [ruby/reline] Correspond to refactored RubyLexHASUMI Hitoshi2023-01-141-8/+6
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-14/+17
* Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House2023-01-131-0/+21
* [ruby/error_highlight] Identify which node in `Foo::Bar::Baz` causes a NameErrorYusuke Endoh2023-01-131-0/+48
* Skip time-related assertions on /dev/nullNobuyoshi Nakada2023-01-131-3/+6
* Do not use VM stack for splat arg on cfuncKoichi Sasada2023-01-131-0/+84
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-0/+13
* [ruby/mutex_m] Avoid anonymous evalJean Boussier2023-01-121-0/+21
* [ruby/reline] Pass unmodifined lines(that does not include escapetomoya ishida2023-01-122-0/+25
* [ruby/racc] Get rid of anonymous eval callsJean Boussier2023-01-122-4/+4
* [ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara2023-01-1220-13/+53
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-1/+3
* Remove Encoding#replicateBenoit Daloze2023-01-112-48/+15
* [ruby/reline] Reset IOGate in test_resetPhillip Hellewell2023-01-113-2/+2
* [ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell2023-01-112-0/+2
* [ruby/psych] Get rid of anonymous eval callsJean Boussier2023-01-112-4/+4
* Skip unfixed assertion about objspace/dump_allKoichi Sasada2023-01-111-2/+6
* YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu2023-01-101-0/+16
* [ruby/reline] Add key binding for DeletePhillip Hellewell2023-01-103-3/+167
* Merge RubyGems and Bundler masterHiroshi SHIBATA2023-01-107-12/+12
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-102-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2023-01-092-5/+5
* Assert that resizing arrays will re-embed themPeter Zhu2023-01-091-4/+4
* Assert that resizing objects will re-embed themPeter Zhu2023-01-091-1/+2
* Fix re-embedding of strings during compactionPeter Zhu2023-01-091-4/+4
* [ruby/zlib] Fix the test broken in older versionsNobuyoshi Nakada2023-01-091-3/+9
* [Bug #19323] Raise `RangeError` instead of integer overflowNobuyoshi Nakada2023-01-081-10/+8
* [Bug #19312] Return end-of-input at `__END__`Nobuyoshi Nakada2023-01-061-0/+21
* Check if the argument is Thread::Backtrace::Location objectyui-knk2023-01-061-0/+6
* Add embedded status to dumps of T_OBJECTPeter Zhu2023-01-051-0/+16
* Raise an ArgumentError for unknown pack/unpack directiveBenoit Daloze2023-01-051-7/+7
* [ruby/irb] Group command test cases with classStan Lo2023-01-051-297/+312
* Fix crash in TracePoint c_call for removed methodPeter Zhu2023-01-041-0/+23
* YJIT: Fix `yield` into block with >=30 locals on ARMAlan Wu2023-01-031-0/+14
* Fix Error in GC Compaction specsMatt Valentine-House2023-01-031-3/+3
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-0/+32
* [Bug #19296] Precheck bits of time componentsNobuyoshi Nakada2023-01-021-0/+15
* Add missing assertionNobuyoshi Nakada2023-01-021-0/+3
* [Bug #19291] Rewind to the previous lineNobuyoshi Nakada2023-01-022-0/+7
* Adjut indent [ci skip]Nobuyoshi Nakada2023-01-021-5/+5
* Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans2023-01-011-0/+72