aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move webrick library into internal test toolchainHiroshi SHIBATA2020-12-1024-3804/+0
* test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218Kenta Murata2020-12-101-1/+6
* memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata2020-12-101-10/+12
* test/ruby/test_arithmetic_sequence.rb: remove a duplicated testYusuke Endoh2020-12-101-5/+0
* Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...Kenta Murata2020-12-091-0/+10
* [ruby/matrix] Disable Ractor testMarc-Andre Lafortune2020-12-091-0/+2
* [ruby/matrix] Make frozen matrices Ractor shareableMarc-Andre Lafortune2020-12-091-0/+9
* [ruby/prime] Optimize `Integer#prime?`Marc-Andre Lafortune2020-12-091-0/+11
* Add support for non-blocking `Process.wait`.Samuel Williams2020-12-093-0/+49
* Supported category option in Warning#warnNobuyoshi Nakada2020-12-081-0/+43
* Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)Kenta Murata2020-12-081-1/+5
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-0850-233/+873
* test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata2020-12-081-5/+1
* Made method-local instance variables local variablesNobuyoshi Nakada2020-12-081-24/+16
* memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata2020-12-081-0/+51
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-082-13/+16
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-0/+11
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-2/+1
* Revert getaddrinfo_a()Masaki Matsushita2020-12-071-10/+0
* Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata2020-12-071-51/+0
* memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata2020-12-061-0/+51
* Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita2020-12-051-1/+1
* [ruby/matrix] Optimize **Marc-Andre Lafortune2020-12-051-0/+6
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-4/+4
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-0/+18
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-0/+13
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-0/+12
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+3
* [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo2020-12-051-0/+12
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+14
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-053-0/+55
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-2/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+18
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-0/+13
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-0/+13
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-0/+13
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+20
* [ruby/reline] Bypass newline insertion at eol on command promptaycabta2020-12-051-21/+21
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-0/+30
* [ruby/reline] Add tests about complicated renderingaycabta2020-12-051-0/+135
* [ruby/reline] Test prompt with escape sequenceaycabta2020-12-051-0/+28
* [ruby/reline] Use startup_option instead of startup waitaycabta2020-12-051-24/+12
* [ruby/reline] Wait for the process to be started in start_terminalaycabta2020-12-051-0/+3
* [ruby/reline] Add write_inputrcaycabta2020-12-051-36/+30
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-0414-35/+35
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+10
* [ruby/logger] Consider cygwin a Windows platformJeremy Evans2020-12-041-1/+1
* [ruby/mutex_m] Fix `Mutex_m#initialize` when the super's initialize has kwargsMasataka Pocke Kuwabara2020-12-041-0/+32
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-041-4/+0
* [ruby/set] Add `Set#<=>`Marc-Andre Lafortune2020-12-041-0/+18