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
/
string.c
Age
Commit message (
Expand
)
Author
2024-04-18
Add a hint of `ASCII-8BIT` being `BINARY`
Jean Boussier
2024-04-16
Eliminate usage of OBJ_FREEZE_RAW
Jean Boussier
2024-04-08
Document STR_CHILLED flag on RString
Étienne Barrié
2024-04-08
Add builtin type assertion
Nobuyoshi Nakada
2024-04-05
Assert that Symbol#inspect returns a T_STRING
Peter Zhu
2024-03-31
Add missing RB_GC_GUARDs related to DATA_PTR
KJ Tsanaktsidis
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-25
[Bug #20389] Chilled string cannot be a shared root
Nobuyoshi Nakada
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-03
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
Thomas Marshall
2024-02-23
Stop using rb_str_locktmp_ensure publicly
Peter Zhu
2024-02-23
YJIT: Lazily push a frame for specialized C funcs (#10080)
Takashi Kokubun
2024-02-23
Stop using rb_fstring publicly
Peter Zhu
2024-02-23
Remove unneeded RUBY_FUNC_EXPORTED
Peter Zhu
2024-02-22
Fix -Wsign-compare on String#initialize
Takashi Kokubun
2024-02-22
[Bug #20292] Truncate embedded string to new capacity
Nobuyoshi Nakada
2024-02-19
[Bug #20280] Check by `rb_parser_enc_str_coderange`
Nobuyoshi Nakada
2024-02-19
[Bug #20280] Raise SyntaxError on invalid encoding symbol
Nobuyoshi Nakada
2024-02-15
Unset STR_SHARED when setting string to embed
Peter Zhu
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-14
[DOC] Doc compliance (#9955)
Burdette Lamar
2024-02-13
Fix use-after-move in Symbol#inspect
Alan Wu
2024-02-13
Specialize String#byteslice(a, b) (#9939)
Aaron Patterson
2024-02-12
Replace assert with RUBY_ASSERT in string.c
Peter Zhu
2024-02-08
[DOC] Improve flags of string
Peter Zhu
2024-02-05
Make io_fwrite safe for compaction
Peter Zhu
2024-01-31
Annotate Symbol#to_s as leaf (#9769)
Takashi Kokubun
2024-01-17
Fix memory leak in String#tr and String#tr_s
Peter Zhu
2024-01-16
Fix coderange of invalid_encoding_string.<<(ord)
tompng
2024-01-08
Fix memory leak in grapheme clusters
Peter Zhu
2024-01-02
[DOC] Add parentheses in call-seq for String#include?
Peter Zhu
2023-12-24
Fix Symbol#inspect for GC compaction
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-12-01
Pin embedded shared strings
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-11-20
Specialize String#dup
Jean Boussier
2023-11-09
String#force_encoding don't clear coderange if encoding is unchanged
Jean Boussier
2023-11-08
String for string literal is not resizable
Nobuyoshi Nakada
2023-11-02
Make String.new size pools aware.
Jean Boussier
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-26
[Bug #19902] Update the coderange regarding the changed region
Nobuyoshi Nakada
2023-09-01
Use end of char boundary in start_with?
John Hawthorn
2023-08-26
[Bug #19784] Fix behaviors against prefix with broken encoding
Nobuyoshi Nakada
2023-08-26
Introduce `at_char_boundary` function
Nobuyoshi Nakada
2023-08-23
Fix premature string collection during append
Alan Wu
[next]