February 15, 2015 [dmd-internals] [D-Programming-Language/dmd] 99e5c8: mark synchronized as nothrow | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 99e5c830eca4f9e067e1eba2f255d16cf6764b76 https://github.com/D-Programming-Language/dmd/commit/99e5c830eca4f9e067e1eba2f255d16cf6764b76 Author: Martin Nowak <code@dawg.eu> Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: M src/statement.c M test/runnable/test4.d Log Message: ----------- mark synchronized as nothrow - also added @nogc as test-case - not @safe/pure because the mutex is __gshared data Commit: f47c8f60706f89c012512836ea555821685e63bd https://github.com/D-Programming-Language/dmd/commit/f47c8f60706f89c012512836ea555821685e63bd Author: Andrei Alexandrescu <andrei@erdani.com> Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: M src/statement.c M test/runnable/test4.d Log Message: ----------- Merge pull request #4414 from MartinNowak/nothrowSync mark synchronized as nothrow Compare: https://github.com/D-Programming-Language/dmd/compare/b76633a7a575...f47c8f60706f |
Copyright © 1999-2021 by the D Language Foundation