[D-runtime] [D-Programming-Language/druntime] 36805b: Make rt.util.hash.hashOf work in CTFE.
GitHub
noreply at github.com
Thu Mar 29 09:11:43 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 36805b58fac375e464ef03925f97867b16434285
https://github.com/D-Programming-Language/druntime/commit/36805b58fac375e464ef03925f97867b16434285
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M src/rt/util/hash.d
Log Message:
-----------
Make rt.util.hash.hashOf work in CTFE.
Commit: fe8a16b4728604f8416835ec5825dacbf50c0208
https://github.com/D-Programming-Language/druntime/commit/fe8a16b4728604f8416835ec5825dacbf50c0208
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M src/rt/util/hash.d
Log Message:
-----------
Add unittest to verify that hashOf() works in CTFE.
Commit: ca79c3d5edd1541f822d7d29e7e1702c7befcd38
https://github.com/D-Programming-Language/druntime/commit/ca79c3d5edd1541f822d7d29e7e1702c7befcd38
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2012-03-28 (Wed, 28 Mar 2012)
Changed paths:
M src/rt/util/hash.d
Log Message:
-----------
Check that CTFE hashOf value is the same as runtime value.
Commit: 74a13b5ea78b4720610b2ed1362e09b7224f317a
https://github.com/D-Programming-Language/druntime/commit/74a13b5ea78b4720610b2ed1362e09b7224f317a
Author: Sean Kelly <sean at invisibleduck.org>
Date: 2012-03-29 (Thu, 29 Mar 2012)
Changed paths:
M src/rt/util/hash.d
Log Message:
-----------
Merge pull request #179 from quickfur/ctfe_hashof
Make rt.util.hash.hashOf work in CTFE.
Compare: https://github.com/D-Programming-Language/druntime/compare/eceed27...74a13b5
More information about the D-runtime
mailing list