summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-11-27Run unload_units in the JIT worker threadTakashi Kokubun
2020-11-27per-ractor Random::DEFAULTKoichi Sasada
2020-11-27Separated tests for $KCODE and $=Nobuyoshi Nakada
2020-11-26Always clean up leftovers at ci.rvm.jpTakashi Kokubun
2020-11-26Store all kinds of syntax errors [Bug #17345]Nobuyoshi Nakada
2020-11-26Removed a duplicate assertionNobuyoshi Nakada
2020-11-25Disable auto compaction on platforms that can't support itAaron Patterson
2020-11-24Revert "Disable auto compaction on platforms that can't support it"Aaron Patterson
2020-11-24Disable auto compaction on platforms that can't support itAaron Patterson
2020-11-24Detect the premature end of char property in regexpJeremy Evans
2020-11-24[ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei
2020-11-24[ruby/csv] Fix CSV.filter to preserve headers (#174)Burdette Lamar
2020-11-22Add string encoding IBM720 alias CP720 (#3803)Lars Kanis
2020-11-22[ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI