summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-12-04[ruby/logger] Consider cygwin a Windows platformJeremy Evans
2020-12-04[ruby/mutex_m] Fix `Mutex_m#initialize` when the super's initialize has kwargsMasataka Pocke Kuwabara
2020-12-04SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA
2020-12-04[ruby/set] Add `Set#<=>`Marc-Andre Lafortune
2020-12-04[ruby/set] Remove SortedSet implementationsAkinori MUSHA
2020-12-04[ruby/set] Resurrect support for Ruby 2.xAkinori MUSHA
2020-12-04[ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argumentJeremy Evans
2020-12-04[ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instanceJeremy Evans
2020-12-04memory_view.c: Fix endianness of n, N, v, VKenta Murata
2020-12-03test/ruby/test_io.rb: some test methods had been overwrittenYusuke Endoh
2020-12-03delete deprecated IO-like methods卜部昌平
2020-12-02Do not reduce quantifiers if it affects which text will be matchedJeremy Evans
2020-12-02ENV.index: delete卜部昌平
2020-12-02Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada
2020-12-02Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2020-12-02memory_view.c: Check availability in rb_memory_view_getKenta Murata
2020-12-01tune parallel testKoichi Sasada
2020-11-30Fix rb_interned_str_* functions to not assume static stringsJean Boussier
2020-11-30Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada
2020-11-30Keep references of memory-view-exported objects (#3816)Kenta Murata
2020-11-28[Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada
2020-11-27Fix compactions.size for throttlingTakashi Kokubun
2020-11-27Try to fix the mswin CI failureTakashi Kokubun
2020-11-28Don't double fractional seconds when passing timezone object to Time.newJeremy Evans
2020-11-27Avoid unloading units which have enough total_callsTakashi Kokubun