summaryrefslogtreecommitdiff
path: root/test/ruby
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-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-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-22Add string encoding IBM720 alias CP720 (#3803)Lars Kanis
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-20[Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada
2020-11-19Added assertionsNobuyoshi Nakada
2020-11-19Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans
2020-11-16Fix singleton class cloningAlan Wu
2020-11-17remain enabled and line specified trace pointsKoichi Sasada
2020-11-03Make Array methods return Array instances instead of subclass instancesJeremy Evans
2020-11-04Rightward assignment is replaced by one-line pattern matchingKazuki Tsujimoto
2020-11-03test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"Yusuke Endoh
2020-11-02Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson
2020-11-01Pattern matching is no longer experimentalKazuki Tsujimoto
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-28Add Thread.ignore_deadlock accessorJeremy Evans
2020-10-28test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh
2020-10-26Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada
2020-10-26rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata
2020-10-26Assoc pattern matching (#3703)Nobuyoshi Nakada
2020-10-23numeric.c, range.c: prohibit zero stepKenta Murata
2020-10-22rational.c: try converting by to_int in Rational() (#3684)Kenta Murata
2020-10-21Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)Kenta Murata
2020-10-20range.c: Fix an exception message in rb_range_beg_lenKenta Murata
2020-10-16test/ruby/test_syntax.rb: avoid "warning: assigned but unused variable"Yusuke Endoh
2020-10-16Adjust sp for `if true or ...`/`if false and ...`wanabe
2020-10-16Adjust sp for `x = false; y = (return until x unless x)` [Bug #16695]wanabe
2020-10-15Check encoding name to replicateNobuyoshi Nakada
2020-10-14remove uneffective testKoichi Sasada