aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Made method-local instance variables local variablesNobuyoshi Nakada2020-12-081-24/+16
* memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata2020-12-081-0/+51
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-082-13/+16
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-2/+1
* Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata2020-12-071-51/+0
* memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata2020-12-061-0/+51
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-047-13/+13
* memory_view.c: Fix endianness of n, N, v, VKenta Murata2020-12-041-4/+4
* test/ruby/test_io.rb: some test methods had been overwrittenYusuke Endoh2020-12-031-2/+2
* delete deprecated IO-like methods卜部昌平2020-12-032-48/+57
* Do not reduce quantifiers if it affects which text will be matchedJeremy Evans2020-12-021-0/+14
* ENV.index: delete卜部昌平2020-12-021-1/+0
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-6/+2
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-2/+6
* memory_view.c: Check availability in rb_memory_view_getKenta Murata2020-12-021-0/+13
* tune parallel testKoichi Sasada2020-12-011-0/+2
* Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada2020-11-301-0/+15
* Keep references of memory-view-exported objects (#3816)Kenta Murata2020-11-301-0/+8
* [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
* 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
* Add string encoding IBM720 alias CP720 (#3803)Lars Kanis2020-11-221-0/+19
* Make String methods return String instances when called on a subclass instanceJeremy Evans2020-11-201-0/+2
* Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans2020-11-201-0/+10
* [Bug #11213] let defined?(super) call respond_to_missing?Nobuyoshi Nakada2020-11-201-0/+33
* Added assertionsNobuyoshi Nakada2020-11-191-7/+7
* Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans2020-11-191-0/+16
* Fix singleton class cloningAlan Wu2020-11-161-0/+47
* remain enabled and line specified trace pointsKoichi Sasada2020-11-171-0/+25
* 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
* test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-031-1/+0
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+65
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-2/+2
* check isolated Proc more strictlyKoichi Sasada2020-10-291-0/+51
* Add Thread.ignore_deadlock accessorJeremy Evans2020-10-281-0/+13
* test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh2020-10-281-1/+1
* Allow non-argument endless-def with a space instead of parenthesesNobuyoshi Nakada2020-10-261-2/+2
* rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...Kenta Murata2020-10-261-0/+8
* Assoc pattern matching (#3703)Nobuyoshi Nakada2020-10-262-17/+18