aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adjust reserved hash valuesnobu2018-12-071-0/+9
* replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']duerst2018-12-071-2/+1
* zlib (gzfile_write_raw): do not resize string after .write callnormal2018-12-071-0/+17
* Dump the tested timestamp itselfnobu2018-12-071-3/+4
* Dump more timestampsnobu2018-12-061-12/+16
* test_gem_package_task.rb: suppress random failurek0kubun2018-12-061-1/+2
* Warn redefinitions of some methods on Objectnobu2018-12-063-1/+3
* Speed up hash literals by dupingtenderlove2018-12-061-2/+2
* add tests for script_compiled TP event.ko12018-12-061-0/+31
* Return same ISeq object for one src.ko12018-12-061-0/+23
* Show diff in failure messagesnobu2018-12-061-22/+23
* thread_sync.c (mutex_ptr): handle mutexes held by parent threads in childrennormal2018-12-051-0/+21
* Import bigdecimal 1.4.0.pre.20181205amrkn2018-12-052-84/+133
* update to Unicode 11.0.0 (main step, not complete yet)duerst2018-12-051-2/+2
* Revert bigdecimal 1.4.0 related commitsmrkn2018-12-052-133/+84
* Re-commit r65722k0kubun2018-12-041-4/+5
* commit missduerst2018-12-041-1/+1
* change diaeresis from above to below for better visibilityduerst2018-12-042-6/+6
* test/excludes/_appveyor: exclude memory-inefficientk0kubun2018-12-041-0/+2
* Fix error messagenobu2018-12-041-1/+5
* Merge rubygems master@221bdeahsbt2018-12-041-0/+10
* exclude skin tones as second component in TestEmojiBreaks#test_mixed_emojiduerst2018-12-041-0/+2
* Import bigdecimal-1.4.0.pre-20181204amrkn2018-12-041-0/+57
* Revert "Symbol refinements"mrkn2018-12-041-26/+0
* Symbol refinementsmrkn2018-12-041-0/+26
* change embedding character in TestEmojiBreaks#test_embedded_emojiduerst2018-12-041-2/+2
* Collapse putobject, putobject, newarraytenderlove2018-12-031-0/+17
* process.c: fix ETXTBUSY from MJIT compiler processnormal2018-12-031-5/+0
* Revert "Symbol refinements"nobu2018-12-031-26/+0
* webrick: fix tests on Debian sid/unstable with OpenSSL 1.1.1anormal2018-12-031-1/+1
* Symbol refinementsnobu2018-12-031-0/+26
* Revert "Symbol refinements [Bug #15114]"nobu2018-12-031-26/+0
* Symbol refinements [Bug #15114]nobu2018-12-031-0/+26
* Refine RubyVM::AbstractSyntaxTree::Node#typenobu2018-12-031-14/+14
* test_pp.rb: show the node when failednobu2018-12-031-1/+1
* Add RubyVM::AST#pretty_printnobu2018-12-031-0/+9
* solve the genie/zombie/wrestlers bugduerst2018-12-021-3/+0
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-021-2/+2
* Import bigdecimal-1.4.0.pre-20181130amrkn2018-12-022-85/+77
* Merge rubygems-3.0.0.beta3.hsbt2018-12-013-2/+104
* Avoid GCing dead stack after switching away from a fibersamuel2018-12-011-0/+10
* test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal2018-11-301-11/+0
* test/testunit/test_parallel.rb: respect subprocess timeout scalenormal2018-11-301-1/+2
* disable non-blocking pipes and sockets by defaultnormal2018-11-291-2/+2
* clear dst Hash on Hash#replace. [Bug #15358]ko12018-11-291-0/+8
* time.c: rescue find_timezone when loadingnobu2018-11-281-1/+31
* Try with TZInfo and Timezone gemsnobu2018-11-281-0/+38
* Time.at in: tznobu2018-11-281-2/+2
* Timezone at Time.atnobu2018-11-281-0/+12
* Try Time.find_timezone to convert name to timezonenobu2018-11-281-11/+20