phobos/std/regex/internal
Martin Kinkelin 1a459c5996 Get rid of std.conv.emplace[Ref](), use core[.internal].lifetime
The emplace() stuff was moved to druntime; for some reason, it's still
in Phobos.

I've diffed the two versions, and they are still almost identical (incl.
unittests); the druntime version appears to have seen some improvements
(e.g., forwarding r/lvalueness of the arguments) in the meantime.
2021-01-17 16:02:25 +01:00
..
backtracking.d regex: partially make regex pure 2020-10-26 18:05:46 +00:00
generator.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
ir.d Get rid of std.conv.emplace[Ref](), use core[.internal].lifetime 2021-01-17 16:02:25 +01:00
kickstart.d Use static foreach in Phobos 2018-01-03 17:30:11 +01:00
parser.d regex/internal/parser.d: remove unreachable statement 2019-05-15 10:41:19 +09:00
tests.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
tests2.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
thompson.d regex: partially make regex pure 2020-10-26 18:05:46 +00:00