[dmd-internals] [D-Programming-Language/dmd] 5ce78c: Move Type::deduceWildHelper into a free funciton

GitHub noreply at github.com
Thu Feb 20 08:29:39 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5ce78ca17c7187c4468ac6fed722f85f20c52ec5
      https://github.com/D-Programming-Language/dmd/commit/5ce78ca17c7187c4468ac6fed722f85f20c52ec5
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/mtype.h
    M src/template.c

  Log Message:
  -----------
  Move Type::deduceWildHelper into a free funciton


  Commit: 09b7a2be3143bfb550f6d23d8a7c88a473044985
      https://github.com/D-Programming-Language/dmd/commit/09b7a2be3143bfb550f6d23d8a7c88a473044985
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/mtype.h
    M src/template.c

  Log Message:
  -----------
  Move Type::deduceTypeHelper into a free funciton


  Commit: c763ce1915193f9dcf68b5186cf72e85a5824bf1
      https://github.com/D-Programming-Language/dmd/commit/c763ce1915193f9dcf68b5186cf72e85a5824bf1
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/expression.c
    M src/mtype.h
    M src/template.c

  Log Message:
  -----------
  Move Type::deduceType into a visitor class


  Commit: ecc3cc5c9acd095753f1284694e5fb4e148a24fc
      https://github.com/D-Programming-Language/dmd/commit/ecc3cc5c9acd095753f1284694e5fb4e148a24fc
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M src/expression.c
    M src/mtype.h
    M src/template.c

  Log Message:
  -----------
  Merge pull request #3298 from yebblies/type

[DDMD] [refactor] Move Type::deduceType and friends into a visitor class/free functions


Compare: https://github.com/D-Programming-Language/dmd/compare/1c9a678560c1...ecc3cc5c9acd


More information about the dmd-internals mailing list