summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-12-10Make ruby -We the same as ruby -W -eJeremy Evans
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-12-10Add connect_timeout to TCPSocketMasaki Matsushita
2020-12-10Move webrick library into internal test toolchainHiroshi SHIBATA
2020-12-10test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218Kenta Murata
2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata
2020-12-10test/ruby/test_arithmetic_sequence.rb: remove a duplicated testYusuke Endoh
2020-12-09Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...Kenta Murata
2020-12-09[ruby/matrix] Disable Ractor testMarc-Andre Lafortune
2020-12-09[ruby/matrix] Make frozen matrices Ractor shareableMarc-Andre Lafortune
2020-12-09[ruby/prime] Optimize `Integer#prime?`Marc-Andre Lafortune
2020-12-09Add support for non-blocking `Process.wait`.Samuel Williams
2020-12-08Supported category option in Warning#warnNobuyoshi Nakada
2020-12-08Revert "test/fiddle/helper.rb: remove duplication (#3863)" (#3865)Kenta Murata
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-12-08test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata
2020-12-08Made method-local instance variables local variablesNobuyoshi Nakada
2020-12-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis
2020-12-08[ruby/reline] Editing to initial content is not just cursor movingaycabta
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Revert getaddrinfo_a()Masaki Matsushita
2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata
2020-12-05Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita
2020-12-05[ruby/matrix] Optimize **Marc-Andre Lafortune
2020-12-05[ruby/reline] Process insertion buffer forciblyaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Forced newline insertion is not just cursor movingaycabta
2020-12-05[ruby/reline] Drop prompt list cache when num of lines is changedaycabta
2020-12-05[ruby/reline] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta
2020-12-05[ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta
2020-12-05[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta
2020-12-05[ruby/reline] Implement vi_yankaycabta
2020-12-05[ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta
2020-12-05[ruby/reline] Unimplemented vi command should be no-opaycabta
2020-12-05[ruby/reline] Keep operator proc as a local variable in the scopeaycabta
2020-12-05[ruby/reline] Skip em_exchange_mark without markaycabta
2020-12-05[ruby/reline] Bypass newline insertion at eol on command promptaycabta
2020-12-05[ruby/reline] Deduplicate completed itemsaycabta
2020-12-05[ruby/reline] Add tests about complicated renderingaycabta
2020-12-05[ruby/reline] Test prompt with escape sequenceaycabta
2020-12-05[ruby/reline] Use startup_option instead of startup waitaycabta
2020-12-05[ruby/reline] Wait for the process to be started in start_terminalaycabta
2020-12-05[ruby/reline] Add write_inputrcaycabta
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-12-04Add a hook before fork() for getaddrinfo_a()Masaki Matsushita