[dmd-internals] [D-Programming-Language/dmd] 215e58: Merge pull request #3273 from 9rnsr/fix12161
GitHub
noreply at github.com
Sat Feb 22 08:33:00 PST 2014
Branch: refs/heads/2.065
Home: https://github.com/D-Programming-Language/dmd
Commit: 215e58f17cad35b1fa6a80c29567427c21369f11
https://github.com/D-Programming-Language/dmd/commit/215e58f17cad35b1fa6a80c29567427c21369f11
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M src/statement.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #3273 from 9rnsr/fix12161
Issue 12161 - ICE with "with" and alias this
Commit: 8aed085825dbf3dbd7ae90b848fa6eb2458bd9a0
https://github.com/D-Programming-Language/dmd/commit/8aed085825dbf3dbd7ae90b848fa6eb2458bd9a0
Author: Walter Bright <walter at walterbright.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M src/import.c
A test/compilable/fwdref12201.d
A test/compilable/imports/fwdref12201a.d
Log Message:
-----------
Merge pull request #3286 from 9rnsr/fix12201
Issue 12201 - Crash on forward reference import within mixed in template
Commit: c70ac392f4eb2cf11c2d35d2f32feec2669d57db
https://github.com/D-Programming-Language/dmd/commit/c70ac392f4eb2cf11c2d35d2f32feec2669d57db
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
R test/fail_compilation/diag8354.d
A test/runnable/test12197.d
Log Message:
-----------
Merge pull request #3304 from 9rnsr/implicit_pow
[enh] Make explicit importing std.math unnecessary for pow expressions
Conflicts:
src/e2ir.c
Commit: c98a62ea98ecb545f1bb1c937aba5d724f03698e
https://github.com/D-Programming-Language/dmd/commit/c98a62ea98ecb545f1bb1c937aba5d724f03698e
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-22 (Sat, 22 Feb 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/import.c
M src/statement.c
A test/compilable/fwdref12201.d
A test/compilable/imports/fwdref12201a.d
R test/fail_compilation/diag8354.d
M test/runnable/aliasthis.d
A test/runnable/test12197.d
Log Message:
-----------
Merge pull request #3328 from 9rnsr/2.065
Pick up changes from master to 2.065 branch
Compare: https://github.com/D-Programming-Language/dmd/compare/a1ef105d7d0d...c98a62ea98ec
More information about the dmd-internals
mailing list