[dmd-internals] [D-Programming-Language/dmd] 224cce: excise .dup and .idup from compiler

GitHub noreply at github.com
Sat Apr 12 12:50:21 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 224ccea94f96c52a8f9cceffb9450b6d66b6d98b
      https://github.com/D-Programming-Language/dmd/commit/224ccea94f96c52a8f9cceffb9450b6d66b6d98b
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M src/cast.c
    M src/idgen.c
    M src/interpret.c
    M src/mtype.c
    M src/nogc.c
    M test/compilable/nogc_warn.d
    M test/fail_compilation/fail9562.d
    M test/runnable/implicit.d
    M test/runnable/opover2.d

  Log Message:
  -----------
  excise .dup and .idup from compiler


  Commit: b37d6dac145abe973f5ab1e82df3e21d977bbd98
      https://github.com/D-Programming-Language/dmd/commit/b37d6dac145abe973f5ab1e82df3e21d977bbd98
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M src/declaration.h
    M src/func.c
    M src/mars.c
    M src/mtype.c
    M src/mtype.h
    M src/nogc.c
    M test/compilable/nogc_warn.d
    A test/runnable/testbounds_off.d
    A test/runnable/testbounds_on.d
    A test/runnable/testbounds_safeonly.d

  Log Message:
  -----------
  Merge branch 'master' into rmdup


  Commit: c381fe43b6e5aeff709cd2f35e08b5f6983add58
      https://github.com/D-Programming-Language/dmd/commit/c381fe43b6e5aeff709cd2f35e08b5f6983add58
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M src/cast.c
    M src/idgen.c
    M src/interpret.c
    M src/mtype.c
    M src/nogc.c
    M test/compilable/nogc_warn.d
    M test/fail_compilation/fail9562.d
    M test/runnable/implicit.d
    M test/runnable/opover2.d

  Log Message:
  -----------
  Merge pull request #3451 from WalterBright/rmdup

excise .dup and .idup from compiler


Compare: https://github.com/D-Programming-Language/dmd/compare/49eea9d3c7d8...c381fe43b6e5


More information about the dmd-internals mailing list