aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Enable refinements on symbol-proc in ruby-level methodsnobu2018-12-181-0/+30
* thread_sync.c (mutex_ptr): only reinitalize waitqueue at forknormal2018-12-181-0/+15
* should use defined_class.ko12018-12-181-0/+18
* Fix test failure if ENV["USER"] doesn't match Process.euidnormal2018-12-171-1/+1
* Split test_fnmatchnobu2018-12-171-0/+31
* Already nlink is properly set on Windowsnobu2018-12-171-5/+1
* Split test_expand_path, test_basename, test_dirnamenobu2018-12-171-9/+36
* Refine error message for time intervalnobu2018-12-161-0/+3
* skip a test.ko12018-12-121-1/+1
* remove `compiled_` prefix. [Feature #15287]ko12018-12-121-2/+2
* CentOS-7 (1810)'s header has O_TMPFILE but kernel doesn't support itnaruse2018-12-111-0/+2
* Fix infinite loop by ensurenobu2018-12-111-0/+9
* add a test to make sure some unassigned codepoints do not get convertedduerst2018-12-101-0/+6
* 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