aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada2020-11-281-10/+0
* Fix compactions.size for throttlingTakashi Kokubun2020-11-271-1/+1
* Try to fix the mswin CI failureTakashi Kokubun2020-11-271-7/+3
* Don't double fractional seconds when passing timezone object to Time.newJeremy Evans2020-11-281-0/+10
* Avoid unloading units which have enough total_callsTakashi Kokubun2020-11-271-3/+7
* Run unload_units in the JIT worker threadTakashi Kokubun2020-11-271-8/+3
* per-ractor Random::DEFAULTKoichi Sasada2020-11-271-12/+0
* Separated tests for $KCODE and $=Nobuyoshi Nakada2020-11-271-0/+3
* Always clean up leftovers at ci.rvm.jpTakashi Kokubun2020-11-261-4/+2
* Store all kinds of syntax errors [Bug #17345]Nobuyoshi Nakada2020-11-261-3/+29
* Removed a duplicate assertionNobuyoshi Nakada2020-11-261-1/+0
* Disable auto compaction on platforms that can't support itAaron Patterson2020-11-251-43/+69
* Revert "Disable auto compaction on platforms that can't support it"Aaron Patterson2020-11-241-69/+43
* Disable auto compaction on platforms that can't support itAaron Patterson2020-11-241-43/+69
* Detect the premature end of char property in regexpJeremy Evans2020-11-241-0/+11
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+6
* [ruby/csv] Fix CSV.filter to preserve headers (#174)Burdette Lamar2020-11-241-1/+66
* Add string encoding IBM720 alias CP720 (#3803)Lars Kanis2020-11-221-0/+19
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-0/+2
* Make String methods return String instances when called on a subclass instanceJeremy Evans2020-11-203-5/+7
* Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans2020-11-201-0/+10
* Update expected IRB resultNobuyoshi Nakada2020-11-201-1/+11
* [Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada2020-11-201-0/+33
* Ripper.{lex,tokenize} return full tokens even if syntax errorNobuhiro IMAI2020-11-201-0/+8
* Added assertionsNobuyoshi Nakada2020-11-191-7/+7
* Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans2020-11-191-0/+16
* Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw}Jeremy Evans2020-11-172-0/+10
* [ruby/fiddle] test: suppress shadowing outer local variable warningSutou Kouhei2020-11-181-2/+2
* [ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson2020-11-181-0/+27
* [ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei2020-11-181-13/+13
* [ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei2020-11-182-9/+27
* test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg2020-11-182-4/+6
* Skip tests related TLS with Windows platform.Hiroshi SHIBATA2020-11-172-2/+2
* Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA2020-11-173-1/+250
* Fix singleton class cloningAlan Wu2020-11-161-0/+47
* remain enabled and line specified trace pointsKoichi Sasada2020-11-171-0/+25
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-11-131-0/+12
* Removed win32apiHiroshi SHIBATA2020-11-112-28/+0
* [ruby/racc] skip the failing test with JRubyHiroshi SHIBATA2020-11-101-0/+2
* lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh2020-11-1021-7523/+7507
* `fe80` should be case insensitive tooKazuhiro NISHIYAMA2020-11-091-0/+3
* Fix TestFiberMutex#test_condition_variable assertionBenoit Daloze2020-11-081-5/+3
* test/resolv/test_dns.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-081-1/+1
* Urgent notification pipe has same lifetime as scheduler.Samuel Williams2020-11-081-11/+10
* Defer `kernel_sleep` to `block` to avoid exiting the event loop when duration...Samuel Williams2020-11-081-6/+1
* Add support for IPv6 link local addresses to resolvJeremy Evans2020-11-071-0/+19
* Remove sender/message_id pair after response received in resolvJeremy Evans2020-11-071-0/+113
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-076-22/+38
* Make Array methods return Array instances instead of subclass instancesJeremy Evans2020-11-031-60/+80
* Rightward assignment is replaced by one-line pattern matchingKazuki Tsujimoto2020-11-041-10/+0