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-11-20
[DOC] Fix typo in comment for STR_PRECOMPUTED_HASH
Peter Zhu
2024-11-19
[DOC] Fix the default `limit` of String#split
Kouhei Yanagita
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-11-13
string.c: preserve coderange when interning a string
Jean Boussier
2024-11-13
string.c: Directly create strings with the correct encoding
Jean Boussier
2024-11-13
Move `Symbol#name` into `symbol.rb`
Jean Boussier
2024-11-06
Store precomputed hash when there's capacity
Étienne Barrié
2024-11-04
Precompute hash only once when interning string literals
Étienne Barrié
2024-10-21
Fix an off-by-one error of own memrchr implementation
Yusuke Endoh
2024-10-21
Show where mutated chilled strings were allocated
Étienne Barrié
2024-10-07
[DOC] String#sub! and String#gsub! return nil if no replacement occured
Holger Just
2024-09-24
Use rb_bug instead of UNREACHABLE for assertions
Peter Zhu
2024-09-24
Fix undefined behavior in String#append_as_bytes
Peter Zhu
2024-09-18
Update exception message in string_for_symbol
Jeremy Evans
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
[next]