[D-runtime] [D-Programming-Language/druntime] 6c0133: Add `@nogc` attribute to `core.exception` function...
GitHub via D-runtime
d-runtime at puremagic.com
Thu Jul 17 10:59:16 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 6c01335feb580b342f1a02b440a65c183bc889e5
https://github.com/D-Programming-Language/druntime/commit/6c01335feb580b342f1a02b440a65c183bc889e5
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M src/core/exception.d
M src/gcstub/gc.d
M src/object_.d
Log Message:
-----------
Add `@nogc` attribute to `core.exception` functions.
The main change is `onOutOfMemoryError` & `onInvalidMemoryOperationError` are now `@nogc`.
Commit: 5b446ab014f3ee479eb2005de279dad3de89a145
https://github.com/D-Programming-Language/druntime/commit/5b446ab014f3ee479eb2005de279dad3de89a145
Author: Martin Nowak <code at dawg.eu>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M src/core/exception.d
M src/gcstub/gc.d
M src/object_.d
Log Message:
-----------
Merge pull request #887 from denis-sh/add-`@nogc`-to-`core.exception`
Add `@nogc` attribute to `core.exception` functions.
Compare: https://github.com/D-Programming-Language/druntime/compare/a458167b0692...5b446ab014f3
More information about the D-runtime
mailing list