[D-runtime] [D-Programming-Language/druntime] 8ff270: change return type of opEquals to "auto" to keep c...
GitHub via D-runtime
d-runtime at puremagic.com
Tue May 5 15:04:11 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 8ff270cf86f86c9848728238c9981173e0ddfa2f
https://github.com/D-Programming-Language/druntime/commit/8ff270cf86f86c9848728238c9981173e0ddfa2f
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object.di
M src/object_.d
Log Message:
-----------
change return type of opEquals to "auto" to keep code in generated di file
Commit: ba1ab13701ec4fabb7dfac7b4b5028f49d0d4ef5
https://github.com/D-Programming-Language/druntime/commit/ba1ab13701ec4fabb7dfac7b4b5028f49d0d4ef5
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
Log Message:
-----------
object_.d: remove unused "Classinfo", "ClassInfo" is still there
Commit: 7bffc45dedc38fff45cf10d658d61fc3e1473c19
https://github.com/D-Programming-Language/druntime/commit/7bffc45dedc38fff45cf10d658d61fc3e1473c19
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
Log Message:
-----------
object_.d: move some code for better comparability with object.di
Commit: c4fb3a727251dfc7ab9b8a102ac15c9b0b0d252f
https://github.com/D-Programming-Language/druntime/commit/c4fb3a727251dfc7ab9b8a102ac15c9b0b0d252f
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
Log Message:
-----------
add info from object.di to object_.d
Commit: e2231bcac4fcc9dab2c53e6d037420d83fd70080
https://github.com/D-Programming-Language/druntime/commit/e2231bcac4fcc9dab2c53e6d037420d83fd70080
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
M src/rt/deh_win32.d
M src/rt/monitor_.d
Log Message:
-----------
move monitor code from object_.d to monitor_.d
Commit: 0afbaf60da0399a74237d3cb44cccdbeb1eddfa4
https://github.com/D-Programming-Language/druntime/commit/0afbaf60da0399a74237d3cb44cccdbeb1eddfa4
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
Log Message:
-----------
object_.d: make global imports local
Commit: 7e6b3643a4f613e2dc58f054072a2c6df71a3a9b
https://github.com/D-Programming-Language/druntime/commit/7e6b3643a4f613e2dc58f054072a2c6df71a3a9b
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
M src/rt/dmain2.d
Log Message:
-----------
move trace handler code from object_.d to dmain2.d
Commit: 47fc25a6780c1810e56c1ea530a2798546d165a9
https://github.com/D-Programming-Language/druntime/commit/47fc25a6780c1810e56c1ea530a2798546d165a9
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M src/object_.d
M src/rt/util/string.d
Log Message:
-----------
object_.d: declare rt-function with externDFunc instead of import
detemplatize sizeToTempString
Commit: ec96eb5be1d15d624f40a3662f54695084fa7921
https://github.com/D-Programming-Language/druntime/commit/ec96eb5be1d15d624f40a3662f54695084fa7921
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-04-18 (Sat, 18 Apr 2015)
Changed paths:
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
copy object._d instead of object.di to import folder
Commit: 3b20d86eadf64bf3da2c51038de3fe5ab57cb814
https://github.com/D-Programming-Language/druntime/commit/3b20d86eadf64bf3da2c51038de3fe5ab57cb814
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-06 (Wed, 06 May 2015)
Changed paths:
M posix.mak
M src/object.di
M src/object_.d
M src/rt/deh_win32.d
M src/rt/dmain2.d
M src/rt/monitor_.d
M src/rt/util/string.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #1222 from rainers/gen_object_di
Copy object.di from object_.d
Compare: https://github.com/D-Programming-Language/druntime/compare/0ac255d7276b...3b20d86eadf6
More information about the D-runtime
mailing list