[D-runtime] [D-Programming-Language/druntime] e1cbd1: Change the Exception/Error constructors to @safe p...
GitHub
noreply at github.com
Wed Jun 5 10:37:08 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: e1cbd173bc1bdaa62a584f22df4cba7e3ba1ec8f
https://github.com/D-Programming-Language/druntime/commit/e1cbd173bc1bdaa62a584f22df4cba7e3ba1ec8f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M src/core/demangle.d
M src/core/exception.d
M src/core/sync/exception.d
M src/core/thread.d
M src/core/thread.di
M src/core/time.d
Log Message:
-----------
Change the Exception/Error constructors to @safe pure nothrow
This is a druntime fix-up for the compiler bug 10254.
Commit: 3f5cb74e793f9d3bccd96554bb0cda3a85617cb8
https://github.com/D-Programming-Language/druntime/commit/3f5cb74e793f9d3bccd96554bb0cda3a85617cb8
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2013-06-05 (Wed, 05 Jun 2013)
Changed paths:
M src/core/demangle.d
M src/core/exception.d
M src/core/sync/exception.d
M src/core/thread.d
M src/core/thread.di
M src/core/time.d
Log Message:
-----------
Merge pull request #512 from 9rnsr/fix10254
Change the Exception/Error constructors to @safe pure nothrow
Compare: https://github.com/D-Programming-Language/druntime/compare/f681cff3cf3e...3f5cb74e793f
More information about the D-runtime
mailing list