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
ruby_4_0
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
2025-12-11
[Bug #19558] Allow ASCII range to mix with Unicode dump
Nobuyoshi Nakada
2025-12-11
Allow String#strip etc. to take optional character selectors
Shugo Maeda
2025-12-05
Refine non-nil warnings for the deprecated variables
Nobuyoshi Nakada
2025-12-05
[Bug #21764] Propagate the encoding of ID to warning
Nobuyoshi Nakada
2025-12-02
Avoid leaking fd in uminus_no_embed test
John Hawthorn
2025-11-07
Don't modify fstrings in rb_str_tmp_frozen_no_embed_acquire
John Hawthorn
2025-11-01
Fix memory leak in String#encode when StringValue raises
Peter Zhu
2025-10-29
Fix memory leak in String#encode when fallback too big
Peter Zhu
2025-10-28
Add a custom error class to TestString#test_encode_fallback_raise_memory_leak
Peter Zhu
2025-10-28
Fix TestString#test_encode_fallback_raise_memory_leak
Peter Zhu
2025-10-24
Fix memory leak of transcoding when fallback raises
Peter Zhu
2025-08-19
Change TestString#test_ascii_incomat_inspect to use EnvUtil.with_default_exte...
Peter Zhu
2025-08-11
Update test_string.rb
Erim Icel
2025-08-11
Optimize `str_casecmp` length check using pointer end
Erim Icel
2025-07-28
Update comments for pack/unpack tests [ci skip]
Nobuyoshi Nakada
2025-07-27
Add test for `String#byteslice` with multibyte characters
Erim Icel
2025-05-29
[Bug #21380] Prohibit modification in String#split block
Nobuyoshi Nakada
2025-03-04
Move in-place interning spec to Ruby's tests
Jean Boussier
2024-11-26
Many of Oniguruma functions need valid encoding strings
Nobuyoshi Nakada
2024-11-26
Check negative integer underflow
Nobuyoshi Nakada
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
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
[next]