aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-0414-35/+35
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+10
* [ruby/logger] Consider cygwin a Windows platformJeremy Evans2020-12-041-1/+1
* [ruby/mutex_m] Fix `Mutex_m#initialize` when the super's initialize has kwargsMasataka Pocke Kuwabara2020-12-041-0/+32
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-041-4/+0
* [ruby/set] Add `Set#<=>`Marc-Andre Lafortune2020-12-041-0/+18
* [ruby/set] Remove SortedSet implementationsAkinori MUSHA2020-12-041-118/+0
* [ruby/set] Resurrect support for Ruby 2.xAkinori MUSHA2020-12-041-1/+1
* [ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argumentJeremy Evans2020-12-041-0/+59
* [ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instanceJeremy Evans2020-12-041-0/+26
* 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
* Fix rb_interned_str_* functions to not assume static stringsJean Boussier2020-11-301-0/+12
* 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
* 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