Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: eb453afad9bf20da2728b33cf46c3c447771d155
      
https://github.com/D-Programming-Language/dmd/commit/eb453afad9bf20da2728b33cf46c3c447771d155
  Author: k-hara <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M src/expression.c
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  [Refactoring] Reduce unnecessary symtab generation


  Commit: 7af184f5d276afd3079597a49b6b1e3734908687
      
https://github.com/D-Programming-Language/dmd/commit/7af184f5d276afd3079597a49b6b1e3734908687
  Author: k-hara <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M src/class.c
    M src/clone.c
    M src/expression.c
    M src/mtype.c
    M src/opover.c
    M src/template.c
    M src/traits.c
    M test/fail_compilation/diag8648.d
    M test/fail_compilation/fail10346.d
    M test/fail_compilation/fail10481.d
    M test/fail_compilation/fail236.d
    M test/fail_compilation/ice11553.d
    M test/fail_compilation/ice11850.d
    M test/fail_compilation/ice11919.d
    M test/fail_compilation/ice6538.d
    M test/fail_compilation/ice9806.d

  Log Message:
  -----------
  More strict error propagation on IFTI

If resolveFuncCall and functionResolve fail with "error instantiating", it 
should be finally translated to `ErrorExp`.


  Commit: e0e261b1893990de19343e746aff17667472383c
      
https://github.com/D-Programming-Language/dmd/commit/e0e261b1893990de19343e746aff17667472383c
  Author: k-hara <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

  Changed paths:
    M src/expression.c
    M src/template.c
    M src/toobj.c
    M test/runnable/mangle.d

  Log Message:
  -----------
  fix fix Issue 12231 - ICE on the class declaration within lambda inside 
template constraint


  Commit: 1a70764e881e469741f17b531e5e4ddd9f39fb6e
      
https://github.com/D-Programming-Language/dmd/commit/1a70764e881e469741f17b531e5e4ddd9f39fb6e
  Author: Walter Bright <[email protected]>
  Date:   2014-03-07 (Fri, 07 Mar 2014)

  Changed paths:
    M src/class.c
    M src/clone.c
    M src/expression.c
    M src/mtype.c
    M src/opover.c
    M src/template.c
    M src/toobj.c
    M src/traits.c
    M test/fail_compilation/diag8648.d
    M test/fail_compilation/fail10346.d
    M test/fail_compilation/fail10481.d
    M test/fail_compilation/fail236.d
    M test/fail_compilation/ice11553.d
    M test/fail_compilation/ice11850.d
    M test/fail_compilation/ice11919.d
    M test/fail_compilation/ice6538.d
    M test/fail_compilation/ice9806.d
    M test/runnable/mangle.d
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #3332 from 9rnsr/fix12231

Issue 12231 - ICE on the class declaration within lambda inside template 
constraint


Compare: 
https://github.com/D-Programming-Language/dmd/compare/75a230000e40...1a70764e881e
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to