index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_string.rb
Age
Commit message (
Expand
)
Author
2024-09-09
Implement String#append_as_bytes(String | Integer, ...)
Jean Boussier
2024-07-26
Fix memory leak in String#start_with? when regexp times out
Peter Zhu
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-04-17
test_uplus_minus: Use a different string literal
Jean Boussier
2024-04-15
Include more debug information in test_uplus_minus
Jean Boussier
2024-04-15
Add more assertions in `test_uplus_minus`
Jean Boussier
2024-04-04
Prevent "ambiguous first argument" warnings
Yusuke Endoh
2024-03-27
[DOC] remove repetitive words in comments
crazeteam
2024-03-25
[Bug #20389] Chilled string cannot be a shared root
Nobuyoshi Nakada
2024-03-20
Avoid deprecation warnings in TestString
Jean Boussier
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-12
[Bug #20277] Remove stale `String` test conditionals
Nobuyoshi Nakada
2024-02-27
Add a failing test for https://bugs.ruby-lang.org/issues/20305.
Fable Phippen
2024-02-22
Skip under_gc_compact_stress on s390x (#10073)
Takashi Kokubun
2024-02-22
[Bug #20292] Truncate embedded string to new capacity
Nobuyoshi Nakada
2024-01-16
Fix coderange of invalid_encoding_string.<<(ord)
tompng
2024-01-08
Fix memory leak in grapheme clusters
Peter Zhu
2023-12-23
Fix String#sub for GC compaction
Peter Zhu
2023-12-17
Stir the hash value more with encoding index
Nobuyoshi Nakada
2023-12-16
[Bug #20068] Encoding does not matter to empty strings
Nobuyoshi Nakada
2023-12-13
Make String#chomp! raise ArgumentError for 2+ arguments if string is empty
Jeremy Evans
2023-12-01
Make String#undump compaction safe
Peter Zhu
2023-11-29
Guard match from GC in String#gsub
Peter Zhu
2023-11-27
Guard match from GC when scanning string
Peter Zhu
2023-09-01
Add regression tests for start_with?/delete_prefix
ywenc
2023-08-26
[Bug #19784] Fix behaviors against prefix with broken encoding
Nobuyoshi Nakada
2023-08-26
Split string tests
Nobuyoshi Nakada
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-06-28
[Bug #19748] Fix out-of-bound access in `String#byteindex`
Nobuyoshi Nakada
2023-06-28
[Bug #19746] `String#index` with regexp should clear `$~` unless matched
Nobuyoshi Nakada
2023-06-28
Assert `$~` after `String#index` family
Nobuyoshi Nakada
2023-06-28
Use the same capacities for memory leak tests
Nobuyoshi Nakada
2023-01-20
[Feature #19314] Add new arguments of String#bytesplice
Shugo Maeda
2023-01-19
String#bytesplice should return self
Shugo Maeda
2023-01-13
Remove MIN_PRE_ALLOC_SIZE from Strings.
Matt Valentine-House
2022-12-01
Prevent segfault in String#scan with ObjectSpace.each_object
Yusuke Endoh
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-10-19
Transition frozen string to frozen root shape
Jemma Issroff
2022-08-11
Fix inspect for unicode codepoint 0x85
Jeremy Evans
2022-07-21
Make String#each_line work correctly with paragraph separator and chomp
Jeremy Evans
2022-03-18
Add String#bytesplice
Shugo Maeda
2022-03-13
add some tests for Unicode Version 14.0.0
Martin Dürst
2022-02-19
Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)
Shugo Maeda
2022-01-08
Do not run the same tests twice
Nobuyoshi Nakada
2022-01-08
Run an old fixed bug in the same process
Nobuyoshi Nakada
2022-01-08
Run the tests on a subclass of String
Nobuyoshi Nakada
2021-10-08
Add tests for the edge caces of `String#end_with?`
Nobuyoshi Nakada
2021-09-08
[Bug #18154] Fix memory leak in String#initialize
Peter Zhu
2021-03-08
test/ruby/test_string.rb: make GitHub syntax-highlight correctly
Yusuke Endoh
2021-02-20
Make String#{strip,lstrip}{,!} strip leading NUL bytes
Jeremy Evans
[next]