aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* implement special behavior for Georgian for String#capitalizeduerst2018-12-092-1/+22
* Adjust reserved hash valuesnobu2018-12-071-0/+9
* replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION']duerst2018-12-071-2/+1
* 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
* thread_sync.c (mutex_ptr): handle mutexes held by parent threads in childrennormal2018-12-051-0/+21
* update to Unicode 11.0.0 (main step, not complete yet)duerst2018-12-051-2/+2
* commit missduerst2018-12-041-1/+1
* change diaeresis from above to below for better visibilityduerst2018-12-042-6/+6
* Fix error messagenobu2018-12-041-1/+5
* exclude skin tones as second component in TestEmojiBreaks#test_mixed_emojiduerst2018-12-041-0/+2
* 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
* 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
* solve the genie/zombie/wrestlers bugduerst2018-12-021-3/+0
* 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
* 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
* Try Time.find_timezone to loadnobu2018-11-281-0/+1
* test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal2018-11-281-1/+2
* improve messages for test failuresduerst2018-11-261-7/+11
* * remove trailing spaces.svn2018-11-261-2/+2
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-0/+27
* Give up support for cross-callcc set_trace_func.ko12018-11-261-4/+13
* Support targetting TracePoint [Feature #15289]ko12018-11-261-0/+142
* test_jit.rb: skip a test for Windows for nowk0kubun2018-11-261-1/+5
* process.c: finish MJIT prior to #execk0kubun2018-11-261-0/+12
* add tests for grapheme clusters using Unicode Emoji test dataduerst2018-11-261-0/+117
* Normalize month-mday before finding epochnaruse2018-11-251-0/+23
* parser: improve error messagesnobu2018-11-253-4/+4
* assertions for r65956nobu2018-11-241-1/+8
* remove guard against bug #15337, because it is fixedduerst2018-11-241-2/+0
* add tests using Unicode test data for grapheme clustersduerst2018-11-241-0/+94
* Don't use single byte optimization on grapheme clustersnaruse2018-11-241-0/+1
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-241-1/+115
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-9/+3