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
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-03-18
RJIT: Optimize String#bytesize
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Optimize String#getbyte
Takashi Kokubun
2023-03-03
rb_str_modify_expand: clear the string coderange
RĂ´mulo Ceccon
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-27
Symbol#end_with? accepts Strings only
Adam Daniels
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-19
[DOC] Small adjustment for String method docs
zverok
2023-02-09
Rename rb_str_splice_{0,1} -> rb_str_update_{0,1}
Matt Valentine-House
2023-02-09
Remove alias macro rb_str_splice
Matt Valentine-House
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-03
Mark "mapping_buffer" as write barrier protected
Jean Boussier
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
Use str_enc_copy_direct to improve performance
Matt Valentine-House
2023-01-13
Remove MIN_PRE_ALLOC_SIZE from Strings.
Matt Valentine-House
2023-01-12
Add str_enc_copy_direct
Peter Zhu
2023-01-09
Set STR_SHARED_ROOT flag on root of string
Peter Zhu
2023-01-09
Fix re-embedding of strings during compaction
Peter Zhu
2023-01-06
[Bug #19319] Fix crash in rb_str_casemap
Peter Zhu
2022-12-22
[DOC] Fix typo
Nobuyoshi Nakada
2022-12-02
Introduce encoding check macro
S-H-GAMELINKS
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-15
Rewrite Symbol#to_sym and #intern in Ruby (#6683)
Takashi Kokubun
2022-11-14
Use string's capacity to determine if reembeddable
Peter Zhu
2022-11-03
Make str_alloc_heap return a STR_NOEMBED string
Peter Zhu
2022-10-04
Correcting example for swapcase! method
Vaevictusnet
2022-09-28
Fix bug when slicing a string with broken encoding
Peter Zhu
2022-09-28
Make string slices views rather than copies
Peter Zhu
2022-09-26
Refactor str_substr and str_subseq
Peter Zhu
2022-09-26
string.c: don't create a frozen copy for str_new_shared
Jean Boussier
2022-09-26
Fix coderange calculation in String#b
Kazuki Yamaguchi
2022-09-23
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-09-12
Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...
Benoit Daloze
2022-09-09
Avoid unnecessary copying when removing the leading part of a string
Kazuki Yamaguchi
2022-09-08
rb_str_concat_literals: use rb_str_buf_append
Jean Boussier
2022-09-08
[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`
Nobuyoshi Nakada
2022-08-31
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
Nobuyoshi Nakada
2022-08-27
[DOC] Fix a typo [ci skip]
Nobuyoshi Nakada
2022-08-20
Check if encoding capable object before check if ASCII compatible
Nobuyoshi Nakada
2022-08-18
rb_str_resize: Only clear coderange on truncation
Jean Boussier
2022-08-11
Fix inspect for unicode codepoint 0x85
Jeremy Evans
2022-07-26
Adjust indent [ci skip]
Nobuyoshi Nakada
2022-07-26
Cheaply derive code range for String#b return value
Kevin Menard
2022-07-25
rb_str_buf_append: add a fast path for ENC_CODERANGE_VALID
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
Make String#each_line work correctly with paragraph separator and chomp
Jeremy Evans
[next]