Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 1eaf506d2f948ed62c63c29b8df9760a04a44ae2 https://github.com/D-Programming-Language/druntime/commit/1eaf506d2f948ed62c63c29b8df9760a04a44ae2 Author: Martin Nowak Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M src/core/sync/mutex.d Log Message: ----------- begin to deprecate Mutex.lock_nothrow/unlock_nothrow - replace with alias to lock/unlock which are now nothrow Commit: a22b10ef5aa93ef5f7c99e125fa1e3bf84db1e51 https://github.com/D-Programming-Language/druntime/commit/a22b10ef5aa93ef5f7c99e125fa1e3bf84db1e51 Author: Rainer Schuetze Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/core/sync/mutex.d Log Message: ----------- Merge pull request #1097 from MartinNowak/mutextNothrow begin to deprecate Mutex.lock_nothrow/unlock_nothrow Compare: https://github.com/D-Programming-Language/druntime/compare/d27e3939e002...a22b10ef5aa9