[D-runtime] [D-Programming-Language/druntime] 97126c: Remove all uses of equals_t.
GitHub
noreply at github.com
Sun Oct 14 19:12:25 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 97126c9ec7a68bcf646f8d46febb298f8ea71768
https://github.com/D-Programming-Language/druntime/commit/97126c9ec7a68bcf646f8d46febb298f8ea71768
Author: alexrp <alex at lycus.org>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M src/object.di
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:
-----------
Remove all uses of equals_t.
Commit: 0b7b64dd2974c4e843f4ba8792267291fdf54b98
https://github.com/D-Programming-Language/druntime/commit/0b7b64dd2974c4e843f4ba8792267291fdf54b98
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M src/object.di
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:
-----------
Merge pull request #321 from alexrp/equals_t
Remove all uses of equals_t.
Compare: https://github.com/D-Programming-Language/druntime/compare/f476bf21d415...0b7b64dd2974
More information about the D-runtime
mailing list