Age | Commit message (Expand) | Author |
---|
2025-04-18 | Lock-free hash set for fstrings [Feature #21268] | John Hawthorn |
2025-04-18 | Extract rb_gc_free_fstring to string.c | John Hawthorn |
2025-03-27 | Freeze $/ and make it ractor safe | Étienne Barrié |
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-10-21 | Show where mutated chilled strings were allocated | Étienne Barrié |
2024-09-16 | Don't export unnecessary string functions | Peter Zhu |
2024-05-28 | Precompute embedded string literals hash code | Jean Boussier |
2024-05-28 | Stop marking chilled strings as frozen | Étienne Barrié |
2024-03-19 | Implement chilled strings | Étienne Barrié |
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-13 | Specialize String#byteslice(a, b) (#9939) | Aaron Patterson |
2024-02-05 | Make io_fwrite safe for compaction | Peter Zhu |
2023-12-01 | Pin embedded shared strings | Peter Zhu |
2023-09-01 | Use end of char boundary in start_with? | John Hawthorn |
2023-08-26 | Introduce `at_char_boundary` function | Nobuyoshi Nakada |
2023-03-06 | Stop exporting symbols for MJIT | Takashi Kokubun |
2022-11-02 | Use shared flags of the type | Peter Zhu |
2022-09-23 | Revert "Revert "error.c: Let Exception#inspect inspect its message"" | Yusuke Endoh |
2022-08-31 | [Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char | Nobuyoshi Nakada |
2022-06-13 | Move String RVALUES between pools | Matt Valentine-House |
2022-06-07 | Revert "error.c: Let Exception#inspect inspect its message" | Yusuke Endoh |
2022-06-07 | error.c: Let Exception#inspect inspect its message | Yusuke Endoh |
2021-10-20 | Add comments about special runtime routines YJIT calls | Alan Wu |
2021-10-01 | Skip broken strings as the locale encoding | Nobuyoshi Nakada |
2021-09-10 | internal/*.h: skip doxygen | 卜部昌平 |
2021-07-11 | Move rb_str_escape function declaration | S-H-GAMELINKS |
2021-06-01 | Remove unneeded rb_str_initialize defination in internal/string.h (#4465) | S.H |
2020-12-07 | tuning trial: newobj with current ec | Koichi Sasada |
2020-12-01 | should not use rb_str_modify(), too | Koichi Sasada |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-13 | add #include guard hack | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-26 | internal/string.h rework | 卜部昌平 |
2019-12-26 | internal/proc.h rework | 卜部昌平 |
2019-12-26 | split internal.h into files | 卜部昌平 |