summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-12-07Adjust reserved hash valuesnobu
2018-12-07replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']duerst
2018-12-06Warn redefinitions of some methods on Objectnobu
2018-12-06Speed up hash literals by dupingtenderlove
2018-12-06add tests for script_compiled TP event.ko1
2018-12-06Return same ISeq object for one src.ko1
2018-12-05thread_sync.c (mutex_ptr): handle mutexes held by parent threads in childrennormal
2018-12-05update to Unicode 11.0.0 (main step, not complete yet)duerst
2018-12-04commit missduerst
2018-12-04change diaeresis from above to below for better visibilityduerst
2018-12-04Fix error messagenobu
2018-12-04exclude skin tones as second component in TestEmojiBreaks#test_mixed_emojiduerst
2018-12-04Revert "Symbol refinements"mrkn
2018-12-04Symbol refinementsmrkn
2018-12-04change embedding character in TestEmojiBreaks#test_embedded_emojiduerst
2018-12-03Collapse putobject, putobject, newarraytenderlove
2018-12-03process.c: fix ETXTBUSY from MJIT compiler processnormal
2018-12-03Revert "Symbol refinements"nobu
2018-12-03Symbol refinementsnobu
2018-12-03Revert "Symbol refinements [Bug #15114]"nobu
2018-12-03Symbol refinements [Bug #15114]nobu
2018-12-03Refine RubyVM::AbstractSyntaxTree::Node#typenobu
2018-12-02solve the genie/zombie/wrestlers bugduerst
2018-12-01Avoid GCing dead stack after switching away from a fibersamuel
2018-11-30test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal
2018-11-29clear dst Hash on Hash#replace. [Bug #15358]ko1
2018-11-28time.c: rescue find_timezone when loadingnobu
2018-11-28Try with TZInfo and Timezone gemsnobu
2018-11-28Time.at in: tznobu
2018-11-28Timezone at Time.atnobu
2018-11-28Try Time.find_timezone to convert name to timezonenobu
2018-11-28Try Time.find_timezone to loadnobu
2018-11-28test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal
2018-11-26improve messages for test failuresduerst
2018-11-26* remove trailing spaces.svn
2018-11-26`TracePoint#enable(target_line:)` is supported. [Feature #15289]ko1
2018-11-26Give up support for cross-callcc set_trace_func.ko1
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-26test_jit.rb: skip a test for Windows for nowk0kubun
2018-11-26process.c: finish MJIT prior to #execk0kubun
2018-11-26add tests for grapheme clusters using Unicode Emoji test dataduerst
2018-11-25Normalize month-mday before finding epochnaruse
2018-11-25parser: improve error messagesnobu
2018-11-24assertions for r65956nobu
2018-11-24remove guard against bug #15337, because it is fixedduerst
2018-11-24add tests using Unicode test data for grapheme clustersduerst
2018-11-24Don't use single byte optimization on grapheme clustersnaruse
2018-11-24Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu
2018-11-24io.c: wait on FD readability w/o GVL reacquisitionnormal
2018-11-24Fix r65926 test_dir.rb for windows (tilde)k0kubun