| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-09 | Optimize `Regexp#dup` and `Regexp.new(/RE/)` | Nobuyoshi Nakada | |
| When copying from another regexp, copy already built `regex_t` instead of re-compiling its source. Notes: Merged: https://github.com/ruby/ruby/pull/7922 | |||
