February 23, 2014 [dmd-internals] [D-Programming-Language/dmd] 23d646: Error propagation of UnaExp::semantic and BinExp::... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 23d646e66676543461d3326574420b36e865d9d2 https://github.com/D-Programming-Language/dmd/commit/23d646e66676543461d3326574420b36e865d9d2 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M src/expression.c M src/opover.c A test/fail_compilation/diag_err1.d Log Message: ----------- Error propagation of UnaExp::semantic and BinExp::semantic Commit: 44602137cb85c0768a77bfb8ffa9249a772b3a70 https://github.com/D-Programming-Language/dmd/commit/44602137cb85c0768a77bfb8ffa9249a772b3a70 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M src/expression.c M src/expression.h M src/opover.c Log Message: ----------- optimize UnaExp and BinExp::semantic call Commit: d40b16b21f6f0421fd84f4bf929dec38b0dc9f87 https://github.com/D-Programming-Language/dmd/commit/d40b16b21f6f0421fd84f4bf929dec38b0dc9f87 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M src/cast.c M src/expression.c M src/statement.c M test/fail_compilation/diag_err1.d Log Message: ----------- Error propagation of typeCombine Commit: 926aac184a2c81d7e3476d9aa34332dde20fa7d7 https://github.com/D-Programming-Language/dmd/commit/926aac184a2c81d7e3476d9aa34332dde20fa7d7 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M src/cast.c M src/expression.c M src/statement.c Log Message: ----------- optimize typeCombine call Commit: bd05b6caa145ccfcc7638f274aef5a908bd2d991 https://github.com/D-Programming-Language/dmd/commit/bd05b6caa145ccfcc7638f274aef5a908bd2d991 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M src/expression.c Log Message: ----------- Directly return the result of incompatibleTypes Commit: 72cab99128dacdc1dcf8e755bbbde3ac7d82c959 https://github.com/D-Programming-Language/dmd/commit/72cab99128dacdc1dcf8e755bbbde3ac7d82c959 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-23 (Sun, 23 Feb 2014) Changed paths: M src/expression.c M src/expression.h Log Message: ----------- Make `UnaExp::semantic` and `BinExp::semantic` abstract. Commit: 6be4420119855289417bd18a4633b2f22f2c1b98 https://github.com/D-Programming-Language/dmd/commit/6be4420119855289417bd18a4633b2f22f2c1b98 Author: Daniel Murphy <yebblies@gmail.com> Date: 2014-02-23 (Sun, 23 Feb 2014) Changed paths: M src/cast.c M src/expression.c M src/expression.h M src/opover.c M src/statement.c A test/fail_compilation/diag_err1.d Log Message: ----------- Merge pull request #3327 from 9rnsr/fix_error More error propagation Compare: https://github.com/D-Programming-Language/dmd/compare/ae31aa5d5fee...6be442011985 |
Copyright © 1999-2021 by the D Language Foundation