[D-runtime] [D-Programming-Language/druntime] fbf52a: Added implementations for single-struct heap alloc...
GitHub
noreply at github.com
Fri May 11 10:46:39 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: fbf52a7be4c09b3a2501f69db22b548a865daa5c
https://github.com/D-Programming-Language/druntime/commit/fbf52a7be4c09b3a2501f69db22b548a865daa5c
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/rt/lifetime.d
Log Message:
-----------
Added implementations for single-struct heap allocations.
Commit: bbcde1d7554609495426746f7cd50532a8e52091
https://github.com/D-Programming-Language/druntime/commit/bbcde1d7554609495426746f7cd50532a8e52091
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/rt/lifetime.d
Log Message:
-----------
Added unit tests
Commit: 7375e9098e7852cd333d3ed6d211aa3eaf719352
https://github.com/D-Programming-Language/druntime/commit/7375e9098e7852cd333d3ed6d211aa3eaf719352
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2012-05-11 (Fri, 11 May 2012)
Changed paths:
M src/rt/lifetime.d
Log Message:
-----------
Merge pull request #202 from schveiguy/issue7243
Implement druntime functions for allocating individual structs on the heap.
Compare: https://github.com/D-Programming-Language/druntime/compare/4cda59a...7375e90
More information about the D-runtime
mailing list