summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2019-08-18merge revision(s) d5c33364e3c0efb15e11df417c925afee2cdb9c9: [Backport #16105]nagachika
2019-08-18merge revision(s) f1b76ea63ce40670071a857f408a4747c571f1e9,1d1f98d49c9908f4e3...nagachika
2019-08-11merge revision(s) 8aecc90974ab1ac87056f77e2cb3406c5c041504,2f6cc15cdb3d64135b...nagachika
2019-08-09merge revision(s) 28678997e40869f5591eae60edd9757334426ffb,8797f48373dcfa3ff8...nagachika
2019-08-07merge revision(s) 9dec4e8fc3a6018261834b5ac9b9877f787b97ca: [Backport #15934]nagachika
2019-08-07merge revision(s) 3f9562015e651735bfc2fdd14e8f6963b673e22a,c06ddfee878524168e...nagachika
2018-12-04change diaeresis from above to below for better visibilityduerst
2018-11-24assertions for r65956nobu
2018-11-24Don't use single byte optimization on grapheme clustersnaruse
2018-10-23test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun
2018-10-22test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun
2018-10-21try to remove some test skips for MJITk0kubun
2018-06-26test: skip 2 major unstable tests with MJITk0kubun
2018-04-24string.c: fix scanned substring with `\K`nobu
2018-04-16string.c: fix checking ordernobu
2018-03-22fix each_grapheme_cluster's size [Bug #14363]naruse
2018-03-22Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"naruse
2018-03-22each_grapheme_cluster shouldn't return size [Bug #14363]naruse
2018-03-15string.c: split with blocknobu
2018-03-15test_array.rb (test_slice!): moved misplaced testnobu
2018-01-31trick ruby-mode.el by heredocsnobu
2018-01-25string.c: clear substring code rangenobu
2017-12-29string.c: chomp rs at the endnobu
2017-12-21Don't allow mixed escapenaruse
2017-12-21move dump format validation into parsing epiloguenaruse
2017-12-21fix escapes in undumpnaruse
2017-12-16string.c: multiple codepointsnobu
2017-12-14Implement String#undump to unescape String#dump-ed stringtadd
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-10-22Fix a target method of a testyui-knk
2017-10-21Improve performance of string interpolationnobu
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-23dup String#split return valuenobu
2017-09-23dup String#rpartition return valuenobu
2017-09-23dup String#partition return valuenobu
2017-09-04string.c: grapheme clusters on frozen stringnobu
2017-09-03string.c: enumerator_wantarraynobu
2017-09-03string.c: fix for non-Unicode encodingsnobu
2017-08-31String#each_grapheme_cluster and String#grapheme_clustersnaruse
2017-08-12Suppress warning: shadowing outer local variable - klassnaruse
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18fix typonobu
2017-07-18descriptive asssertionsnobu
2017-07-18string: preserve taint flag with String#-@ (uminus)normal
2017-07-18test/ruby/test_string.rb: ensure we do not have tainted stringsnormal
2017-06-21test/ruby/test_string.rb: add tests to chomp substrsonots
2017-06-21string.c: add String#delete_prefix and String#delete_prefix!sonots