phobos/std/regex
Dmitry Olshansky 0e7fc33aba Fix issue 14504 Regex Optimizer doesn't merge equivalent threads
We can be unprecise a bit by using a hash of table to represent a state of
optimizer thread, after all any collision will result in just a shorter prefix search.
2016-04-10 22:43:24 +03:00
..
internal Fix issue 14504 Regex Optimizer doesn't merge equivalent threads 2016-04-10 22:43:24 +03:00
package.d Fix issue 14615 - std.regex.replaceFirstInto throws exception when no match is found 2016-04-07 10:49:30 +03:00