summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-12-10test/ruby/test_arithmetic_sequence.rb: restore test_last_bug17218Kenta Murata
2020-12-10memory_view.c: Add rb_memory_view_get_item and rb_memory_view_prepare_item_de...Kenta Murata
2020-12-10test/ruby/test_arithmetic_sequence.rb: remove a duplicated testYusuke Endoh
2020-12-09Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...Kenta Murata
2020-12-09Add support for non-blocking `Process.wait`.Samuel Williams
2020-12-08Supported category option in Warning#warnNobuyoshi Nakada
2020-12-08Made method-local instance variables local variablesNobuyoshi Nakada
2020-12-08memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis
2020-12-07Removed deprecated Time#succNobuyoshi Nakada
2020-12-07Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata
2020-12-06memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
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-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