[dmd-internals] [D-Programming-Language/dmd] 882fa1: fix Issue 10761 - DMD crashes on unspecified inout...
GitHub
noreply at github.com
Sun Aug 18 16:40:52 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 882fa1ea590aca24e03e96eceffc879071d6c702
https://github.com/D-Programming-Language/dmd/commit/882fa1ea590aca24e03e96eceffc879071d6c702
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
M test/runnable/testconst.d
Log Message:
-----------
fix Issue 10761 - DMD crashes on unspecified inout matching
Commit: 988eae63db3be236428f7753dee0812ef6aed5ec
https://github.com/D-Programming-Language/dmd/commit/988eae63db3be236428f7753dee0812ef6aed5ec
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)
Changed paths:
M src/expression.c
M test/runnable/testconst.d
Log Message:
-----------
fix Issue 10758 - Unsound type checking for inout
Commit: 1a6da16ef112e03607574758b722698f2950b0de
https://github.com/D-Programming-Language/dmd/commit/1a6da16ef112e03607574758b722698f2950b0de
Author: Walter Bright <walter at walterbright.com>
Date: 2013-08-18 (Sun, 18 Aug 2013)
Changed paths:
M src/expression.c
M src/mtype.c
M src/mtype.h
M test/runnable/testconst.d
Log Message:
-----------
Merge pull request #2455 from 9rnsr/fix_inout
Improve inout substitution algorithm for function pointer and delegate types
Compare: https://github.com/D-Programming-Language/dmd/compare/558fffad1394...1a6da16ef112
More information about the dmd-internals
mailing list