[D-runtime] [D-Programming-Language/druntime] 152938: Move 'override' keyword to line head.

GitHub noreply at github.com
Sun Jul 8 19:54:54 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 1529385a2287d73d8e1ec2755b73b3357a66f013
      https://github.com/D-Programming-Language/druntime/commit/1529385a2287d73d8e1ec2755b73b3357a66f013
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/core/demangle.d
    M src/object_.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cdouble.d
    M src/rt/typeinfo/ti_cfloat.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_creal.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_double.d
    M src/rt/typeinfo/ti_float.d
    M src/rt/typeinfo/ti_int.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ptr.d
    M src/rt/typeinfo/ti_real.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.d
    M src/rt/typeinfo/ti_uint.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/typeinfo/ti_ushort.d
    M src/rt/typeinfo/ti_void.d
    M src/rt/typeinfo/ti_wchar.d

  Log Message:
  -----------
  Move 'override' keyword to line head.


  Commit: 35c0b3079ac7652ccc2bd8db07fc13bb1d1713f9
      https://github.com/D-Programming-Language/druntime/commit/35c0b3079ac7652ccc2bd8db07fc13bb1d1713f9
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/core/runtime.d
    M src/core/sys/windows/stacktrace.d
    M src/object_.d
    M src/rt/lifetime.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_cdouble.d
    M src/rt/typeinfo/ti_cfloat.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_creal.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_double.d
    M src/rt/typeinfo/ti_float.d
    M src/rt/typeinfo/ti_real.d
    M src/rt/typeinfo/ti_wchar.d

  Log Message:
  -----------
  Add const qualifier to Object and TypeInfo members


  Commit: 67aca59d0698701325a8f2f7bdcb91978ee8d825
      https://github.com/D-Programming-Language/druntime/commit/67aca59d0698701325a8f2f7bdcb91978ee8d825
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d

  Log Message:
  -----------
  Allow mutable opEquals and show error message for migration


  Commit: 8b2a9a8344020e6326de550d241debf7f8ab6ece
      https://github.com/D-Programming-Language/druntime/commit/8b2a9a8344020e6326de550d241debf7f8ab6ece
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d

  Log Message:
  -----------
  Enable direct comparison


  Commit: c7626df86dd51b7065df9cc02944bd864a5942af
      https://github.com/D-Programming-Language/druntime/commit/c7626df86dd51b7065df9cc02944bd864a5942af
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d

  Log Message:
  -----------
  Enable interface comparison.
For shared class/interface, provides only identity comparison.


  Commit: 73f799dc89e77d9db52f4bb0352c7a73babbfc3e
      https://github.com/D-Programming-Language/druntime/commit/73f799dc89e77d9db52f4bb0352c7a73babbfc3e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/object_.d

  Log Message:
  -----------
  Support typedef'ed class/interface comparison with 'deprecated'


  Commit: d39bd49ad20d34347be24b5c4e3165b6a5c5a752
      https://github.com/D-Programming-Language/druntime/commit/d39bd49ad20d34347be24b5c4e3165b6a5c5a752
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M import/object.di
    M src/core/demangle.d
    M src/core/runtime.d
    M src/core/sys/windows/stacktrace.d
    M src/object_.d
    M src/rt/lifetime.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M src/rt/typeinfo/ti_C.d
    M src/rt/typeinfo/ti_byte.d
    M src/rt/typeinfo/ti_cdouble.d
    M src/rt/typeinfo/ti_cfloat.d
    M src/rt/typeinfo/ti_char.d
    M src/rt/typeinfo/ti_creal.d
    M src/rt/typeinfo/ti_dchar.d
    M src/rt/typeinfo/ti_delegate.d
    M src/rt/typeinfo/ti_double.d
    M src/rt/typeinfo/ti_float.d
    M src/rt/typeinfo/ti_int.d
    M src/rt/typeinfo/ti_long.d
    M src/rt/typeinfo/ti_ptr.d
    M src/rt/typeinfo/ti_real.d
    M src/rt/typeinfo/ti_short.d
    M src/rt/typeinfo/ti_ubyte.d
    M src/rt/typeinfo/ti_uint.d
    M src/rt/typeinfo/ti_ulong.d
    M src/rt/typeinfo/ti_ushort.d
    M src/rt/typeinfo/ti_void.d
    M src/rt/typeinfo/ti_wchar.d

  Log Message:
  -----------
  Merge pull request #72 from 9rnsr/constApply

Issue 1824 - Object not const correct


Compare: https://github.com/D-Programming-Language/druntime/compare/b20ca7c08508...d39bd49ad20d


More information about the D-runtime mailing list