summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-11-20Make String methods return String instances when called on a subclass instanceJeremy Evans
2020-11-20Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans
2020-11-20Update expected IRB resultNobuyoshi Nakada
2020-11-20[Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada
2020-11-20Ripper.{lex,tokenize} return full tokens even if syntax errorNobuhiro IMAI
2020-11-19Added assertionsNobuyoshi Nakada
2020-11-19Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans
2020-11-17Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw}Jeremy Evans
2020-11-18[ruby/fiddle] test: suppress shadowing outer local variable warningSutou Kouhei
2020-11-18[ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson
2020-11-18[ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei
2020-11-18[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei
2020-11-18test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg
2020-11-17Skip tests related TLS with Windows platform.Hiroshi SHIBATA
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-11-16Fix singleton class cloningAlan Wu
2020-11-17remain enabled and line specified trace pointsKoichi Sasada
2020-11-13[ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans
2020-11-11Removed win32apiHiroshi SHIBATA
2020-11-10[ruby/racc] skip the failing test with JRubyHiroshi SHIBATA
2020-11-10lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh