July 17, 2014 [D-runtime] [D-Programming-Language/druntime] 6c0133: Add `@nogc` attribute to `core.exception` function... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation