summaryrefslogtreecommitdiff
path: root/test/-ext-/string/test_capacity.rb
AgeCommit message (Expand)Author
2023-11-02Make String.new size pools aware.Jean Boussier
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-01-12Make embedded string length a long for VWAPeter Zhu
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-06-26Resize capacity for fstringJohn Hawthorn
2017-10-22Fixed misspelling words.hsbt
2017-08-31io.c: shrink read buffernobu
2016-02-17* string.c (rb_str_init): introduce String.new(capacity: size)naruse
2016-01-27* test/-ext-/string/test_capacity.rb: Added missing library.hsbt
2016-01-27Add tests about String's internal capacitynaruse