summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2023-11-09String#force_encoding don't clear coderange if encoding is unchangedJean Boussier
2023-11-08String for string literal is not resizableNobuyoshi Nakada
2023-11-02Make String.new size pools aware.Jean Boussier
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-09-26[Bug #19902] Update the coderange regarding the changed regionNobuyoshi Nakada
2023-09-01Use end of char boundary in start_with?John Hawthorn
2023-08-26[Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada
2023-08-26Introduce `at_char_boundary` functionNobuyoshi Nakada
2023-08-23Fix premature string collection during appendAlan Wu
2023-08-22Use STR_EMBED_P instead of testing STR_NOEMBEDPeter Zhu
2023-08-18Don't check for STR_NOEMBED in rb_fstringPeter Zhu
2023-08-11[DOC] Don't suppress autolinks (#8208)Burdette Lamar
2023-08-03No computing embed_capa_max in str_subseqKunshan Wang
2023-07-28Fill terminator properlyNobuyoshi Nakada
2023-07-15[Bug #19769] Fix range of size 1 in `String#tr`alexandre184
2023-07-09Make the string index functions closer to symmetricNobuyoshi Nakada
2023-07-09Make `rb_str_rindex` return byte indexNobuyoshi Nakada
2023-07-09[Bug #19763] Raise same message exception for regexpNobuyoshi Nakada
2023-06-28Ensure the byte position is a valid boundaryNobuyoshi Nakada
2023-06-28[Bug #19748] Fix out-of-bound access in `String#byteindex`Nobuyoshi Nakada
2023-06-28[Bug #19746] `String#index` with regexp should clear `$~` unless matchedNobuyoshi Nakada
2023-06-20[DOC] Regexp doc (#7923)Burdette Lamar
2023-06-09Assign into optimal size pools using String#split("")Matt Valentine-House
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-05[DOC] Update flags doc for stringsPeter Zhu
2023-06-01Simplify duplicated codePeter Zhu
2023-06-01Don't refetch ptr and lenPeter Zhu
2023-05-26Remove dead code in string.cPeter Zhu
2023-04-06[Feature #19474] Refactor NEWOBJ macrosMatt Valentine-House
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-03-18RJIT: Optimize String#bytesizeTakashi Kokubun
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-03-05Optimize String#getbyteTakashi Kokubun
2023-03-03rb_str_modify_expand: clear the string coderangeRĂ´mulo Ceccon
2023-02-27Fix spelling (#7389)John Bampton
2023-02-27Symbol#end_with? accepts Strings onlyAdam Daniels
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-19[DOC] Small adjustment for String method docszverok
2023-02-09Rename rb_str_splice_{0,1} -> rb_str_update_{0,1}Matt Valentine-House
2023-02-09Remove alias macro rb_str_spliceMatt Valentine-House
2023-02-09Merge gc.h and internal/gc.hMatt Valentine-House
2023-02-03Mark "mapping_buffer" as write barrier protectedJean Boussier
2023-01-20[Feature #19314] Add new arguments of String#bytespliceShugo Maeda
2023-01-19String#bytesplice should return selfShugo Maeda
2023-01-13Use str_enc_copy_direct to improve performanceMatt Valentine-House
2023-01-13Remove MIN_PRE_ALLOC_SIZE from Strings.Matt Valentine-House
2023-01-12Add str_enc_copy_directPeter Zhu
2023-01-09Set STR_SHARED_ROOT flag on root of stringPeter Zhu
2023-01-09Fix re-embedding of strings during compactionPeter Zhu
2023-01-06[Bug #19319] Fix crash in rb_str_casemapPeter Zhu