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-09-09
Implement String#append_as_bytes(String | Integer, ...)
Jean Boussier
2024-09-04
Fix documentation for String#index and String#byterindex
Jean Boussier
2024-09-04
Adjust indents [ci skip]
Nobuyoshi Nakada
2024-09-03
rb_enc_str_asciionly_p: avoid always fetching the encoding
Jean Boussier
2024-09-03
Improve String#rindex performance on OSX
Zack Deveau
2024-08-09
rb_str_bytesplice: skip encoding check if encodings are the same
Jean Boussier
2024-08-09
string.c: add fastpath in str_ensure_byte_pos
Jean Boussier
2024-08-09
string.c: Add fastpath to single_byte_optimizable
Jean Boussier
2024-08-09
string.c: str_capacity don't check for immediates
Jean Boussier
2024-08-09
str_independent: add a fastpath with a single flag check
Jean Boussier
2024-08-02
YJIT: Enhance the `String#<<` method substitution to handle integer codepoint...
Kevin Menard
2024-06-19
String.new(capacity:) don't substract termlen
Jean Boussier
2024-06-17
Add a fast path implementation for appending single byte values to US-ASCII s...
Kevin Menard
2024-06-17
Add a fast path implementation for appending single byte values to binary str...
Kevin Menard
2024-06-13
Simplify unaligned write for pre-computed string hash
Alan Wu
2024-06-13
rb_str_hash(): Avoid UB with making misaligned pointer
Alan Wu
2024-06-13
Simplify rb_str_resize clear range condition
tompng
2024-06-13
Clear coderange when rb_str_resize change size
tompng
2024-06-09
[Bug #20566] Mention out-of-range argument cases in `String#<<`
Nobuyoshi Nakada
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-28
[Bug #20512] Set coderange in `Range#each` of strings
Nobuyoshi Nakada
2024-05-28
Set empty strings to ASCII-only
Nobuyoshi Nakada
2024-05-28
Precompute embedded string literals hash code
Jean Boussier
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
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
[next]