aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-0/+12
* Fix inspect for unicode codepoint 0x85Jeremy Evans2022-08-111-0/+5
* Make String#each_line work correctly with paragraph separator and chompJeremy Evans2022-07-211-6/+11
* Add String#bytespliceShugo Maeda2022-03-181-0/+44
* add some tests for Unicode Version 14.0.0Martin Dürst2022-03-131-0/+1
* Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda2022-02-191-0/+140
* Do not run the same tests twiceNobuyoshi Nakada2022-01-081-2/+18
* Run an old fixed bug in the same processNobuyoshi Nakada2022-01-081-1/+4
* Run the tests on a subclass of StringNobuyoshi Nakada2022-01-081-270/+273
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-081-0/+2
* [Bug #18154] Fix memory leak in String#initializePeter Zhu2021-09-081-0/+10
* test/ruby/test_string.rb: make GitHub syntax-highlight correctlyYusuke Endoh2021-03-081-0/+1
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-201-0/+16
* Make String methods return String instances when called on a subclass instanceJeremy Evans2020-11-201-0/+2
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-7/+0
* Let String#slice! return nil (#3533)Soutaro Matsumoto2020-09-111-0/+2
* The deprecation of enumerators with block has been withdrawnNobuyoshi Nakada2020-08-311-66/+34
* register_fstring: avoid duping the passed string when possibleJean Boussier2020-08-191-0/+16
* rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki2020-08-131-0/+4
* string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki2020-08-121-0/+5
* Added NUL-contained casesNobuyoshi Nakada2020-07-311-0/+17
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-231-0/+14
* Fix `String#partition`Nobuyoshi Nakada2020-01-161-0/+2
* Refined the warning message for $, and $;Nobuyoshi Nakada2019-12-201-1/+1
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-041-5/+0
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-62/+17
* Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya2019-10-171-0/+5
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-2/+2
* Fixed heap-use-after-freeNobuyoshi Nakada2019-08-151-0/+6
* Occupy match dataNobuyoshi Nakada2019-07-271-0/+3
* Check the result of String#-@Nobuyoshi Nakada2019-07-141-3/+5
* Make String#-@ not freeze receiver if called on unfrozen subclass instanceJeremy Evans2019-07-021-0/+16
* Fixed String#grapheme_clusters with wide encodingsNobuyoshi Nakada2019-06-291-4/+11
* Hoisted out WIDE_ENCODINGSNobuyoshi Nakada2019-06-291-8/+8
* New buffer for shared stringNobuyoshi Nakada2019-06-191-0/+5
* Preserve the string content at self-copyingNobuyoshi Nakada2019-06-191-0/+9
* String#b: Don't depend on dependent stringAlan Wu2019-06-181-0/+8
* Update String#crypt tests to work on OpenBSDJeremy Evans2019-06-011-4/+17
* Get rid of indirect sharingNobuyoshi Nakada2019-04-271-0/+9
* string.c: warn non-nil $;nobu2019-04-181-3/+10
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame2018-12-261-35/+53
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-53/+35
* change diaeresis from above to below for better visibilityduerst2018-12-041-4/+4
* assertions for r65956nobu2018-11-241-1/+8
* Don't use single byte optimization on grapheme clustersnaruse2018-11-241-0/+1
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-231-1/+0
* test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun2018-10-221-0/+1
* try to remove some test skips for MJITk0kubun2018-10-211-4/+0