[dmd-internals] [D-Programming-Language/dmd] 072879: [ConvToBool] Object::equals

GitHub noreply at github.com
Tue May 28 08:02:12 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 072879e25888f59b49741908994f629b5d38c4c5
      https://github.com/D-Programming-Language/dmd/commit/072879e25888f59b49741908994f629b5d38c4c5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/expression.c
    M src/expression.h
    M src/func.c
    M src/identifier.c
    M src/identifier.h
    M src/mtype.c
    M src/mtype.h
    M src/root/root.c
    M src/root/root.h

  Log Message:
  -----------
  [ConvToBool] Object::equals


  Commit: b0a51135e156890b8f56d6b92632ccf59ed1818c
      https://github.com/D-Programming-Language/dmd/commit/b0a51135e156890b8f56d6b92632ccf59ed1818c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/aggregate.h
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/func.c
    M src/struct.c

  Log Message:
  -----------
  [ConvToBool] Dsymbol::(isAnonymous|isforwardRef|isExport|isImportedSymbol)


  Commit: 0a2dda59b89a4ff432ee55f56e3fa1cd55d787b4
      https://github.com/D-Programming-Language/dmd/commit/0a2dda59b89a4ff432ee55f56e3fa1cd55d787b4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/attrib.c
    M src/attrib.h
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/func.c
    M src/template.c
    M src/template.h

  Log Message:
  -----------
  [ConvToBool] Dsymbol::(isOverloadable|hasOverloads|needThis|hasPointers)


  Commit: eaa7d6ef1694e7220c82a4a8cc8ac7ebfa9d03fd
      https://github.com/D-Programming-Language/dmd/commit/eaa7d6ef1694e7220c82a4a8cc8ac7ebfa9d03fd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/attrib.c
    M src/attrib.h
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/enum.c
    M src/enum.h
    M src/func.c
    M src/import.c
    M src/import.h
    M src/staticassert.c
    M src/staticassert.h
    M src/template.c
    M src/template.h

  Log Message:
  -----------
  [ConvToBool] Dsymbol::(overloadInsert|oneMembers?)


  Commit: f189286b8753f9d68691ee496bcfa4c3c309e785
      https://github.com/D-Programming-Language/dmd/commit/f189286b8753f9d68691ee496bcfa4c3c309e785
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] Declaration::is(Delete|Dataseg|Threadlocal|Codeseg)


  Commit: 45c9355acf8e0bd02f9722712bb21b715e502bcd
      https://github.com/D-Programming-Language/dmd/commit/45c9355acf8e0bd02f9722712bb21b715e502bcd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h

  Log Message:
  -----------
  [ConvToBool] VarDeclaration::(isCTFE|canTakeAddressOf|needsAutoDtor)


  Commit: e874c64f9dc6c77f7aeebc7919fcd9bd49a6aebd
      https://github.com/D-Programming-Language/dmd/commit/e874c64f9dc6c77f7aeebc7919fcd9bd49a6aebd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::is(Win|Dll)?Main


  Commit: 1edbeb9a1365d5a5490a0db9be3b6c90c0ed8ecf
      https://github.com/D-Programming-Language/dmd/commit/1edbeb9a1365d5a5490a0db9be3b6c90c0ed8ecf
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::is(Abstract|Safe|Trusted) and ClassDeclaration::isAbstract


  Commit: 47e2ae392b0ffc6aae9a16276b820665f4247854
      https://github.com/D-Programming-Language/dmd/commit/47e2ae392b0ffc6aae9a16276b820665f4247854
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::is(Nested|VirtualMethod|Virtual|Final)


  Commit: 0f4e4ed249bf6170e5a421db0c8b38d66ddab6b4
      https://github.com/D-Programming-Language/dmd/commit/0f4e4ed249bf6170e5a421db0c8b38d66ddab6b4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::add(Pre|Post)Invariant


  Commit: 41fb5c4403c0c06cfaa98bbcd6bc973dad78632b
      https://github.com/D-Programming-Language/dmd/commit/41fb5c4403c0c06cfaa98bbcd6bc973dad78632b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] TupleDeclaration::isexp


  Commit: 7ee5483a0b298817b96f3ecdd173ec1262a963cf
      https://github.com/D-Programming-Language/dmd/commit/7ee5483a0b298817b96f3ecdd173ec1262a963cf
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.c
    M src/declaration.h

  Log Message:
  -----------
  [ConvToBool] AliasDeclaration::inSemantic


  Commit: b10f1806d681df94da27b69e5173e7102f725b84
      https://github.com/D-Programming-Language/dmd/commit/b10f1806d681df94da27b69e5173e7102f725b84
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::inferRetType


  Commit: 90f9e7201006eb3b985234fcaa7d3bb536f91102
      https://github.com/D-Programming-Language/dmd/commit/90f9e7201006eb3b985234fcaa7d3bb536f91102
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncDeclaration::(needsClosure|hasNestedFrameRefs)


  Commit: 03af8a8405f49cc0d976c3105e720cbfc06d2172
      https://github.com/D-Programming-Language/dmd/commit/03af8a8405f49cc0d976c3105e720cbfc06d2172
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/cast.c
    M src/declaration.h
    M src/expression.c
    M src/expression.h
    M src/func.c

  Log Message:
  -----------
  [ConvToBool] FuncAliasDeclaration::hasOverloads and (Dsymbol|Symbol|DotVar|Delegate)Exp::hasOverloads


  Commit: 67415e9e8cc3b5fc87f4cc8fde270a8c89656dd3
      https://github.com/D-Programming-Language/dmd/commit/67415e9e8cc3b5fc87f4cc8fde270a8c89656dd3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-27 (Mon, 27 May 2013)

  Changed paths:
    M src/declaration.h

  Log Message:
  -----------
  fix declaration comments


  Commit: 03120daca2f27ad4b5d10204a5e32fdd322a239e
      https://github.com/D-Programming-Language/dmd/commit/03120daca2f27ad4b5d10204a5e32fdd322a239e
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-05-28 (Tue, 28 May 2013)

  Changed paths:
    M src/aggregate.h
    M src/attrib.c
    M src/attrib.h
    M src/cast.c
    M src/class.c
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/enum.c
    M src/enum.h
    M src/expression.c
    M src/expression.h
    M src/func.c
    M src/identifier.c
    M src/identifier.h
    M src/import.c
    M src/import.h
    M src/mtype.c
    M src/mtype.h
    M src/root/root.c
    M src/root/root.h
    M src/staticassert.c
    M src/staticassert.h
    M src/struct.c
    M src/template.c
    M src/template.h

  Log Message:
  -----------
  Merge pull request #2089 from 9rnsr/refactor_bool

[Refactoring] int to bool


Compare: https://github.com/D-Programming-Language/dmd/compare/c262f4491d75...03120daca2f2


More information about the dmd-internals mailing list