|
|
|
@519
|
[519]
|
01/23/11 04:26:02 |
jmdavis |
Added Throwable and default arguments to most Exception and Error … |
|
|
|
@509
|
[509]
|
01/14/11 19:46:57 |
Don Clugston |
Improvement to Exception Chaining: When an exception is thrown and not … |
|
|
|
@491
|
[491]
|
01/09/11 01:39:21 |
andrei |
.dup should only work for mutable associative arrays |
|
|
|
@488
|
[488]
|
01/08/11 14:59:15 |
andrei |
.dup property for associative arrays |
|
|
|
@476
|
[476]
|
01/06/11 02:04:31 |
braddr |
Fix AA's on 64bit.
The key aligntsize stuff was pretty messed up.
Move the … |
|
|
|
@473
|
[473]
|
01/04/11 01:51:40 |
braddr |
Update the aligntsize() implementations here with the ones from … |
|
|
|
@468
|
[468]
|
01/01/11 14:36:38 |
sean |
Added support for position arg in TraceInfo? opApply and fixed newlines for … |
|
|
|
@467
|
[467]
|
01/01/11 14:18:52 |
sean |
Fixed TraceInfo?.toString. |
|
|
|
@465
|
[465]
|
12/31/10 18:43:34 |
andrei |
clear() for classes should first check if argument is null |
|
|
|
@463
|
[463]
|
12/31/10 13:10:10 |
braddr |
Switch druntime over to a phobos-like unittest mechanism. |
|
|
|
@462
|
[462]
|
12/31/10 01:56:33 |
braddr |
Revert the previous change as it causes dmd test23 to fail. |
|
|
|
@461
|
[461]
|
12/30/10 23:44:45 |
braddr |
Sync d2 up with d1 64 bit changes |
|
|
|
@456
|
[456]
|
12/23/10 15:37:29 |
braddr |
A bunch of 64 bit fixes, primarily merging from d1. |
|
|
|
@451
|
[451]
|
12/15/10 15:23:53 |
schveiguy |
Fixed issue where clear calls a destructor on a temporary T when a T is … |
|
|
|
@443
|
[443]
|
12/10/10 07:03:55 |
braddr |
Fix another bad use of printf + string |
|
|
|
@442
|
[442]
|
12/10/10 03:38:55 |
braddr |
Sync up typeinfo changes that were only done on the d1 branch. |
|
|
|
@441
|
[441]
|
12/09/10 13:53:32 |
sean |
Moved boilerplate copyright blurb out of DDoc block. |
|
|
|
@440
|
[440]
|
12/08/10 06:04:39 |
braddr |
Copy d1's alloca 64 bit asm code.
Fix a debug printf. |
|
|
|
@433
|
[433]
|
12/01/10 18:47:27 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=5264
Applied all changes … |
|
|
|
@426
|
[426]
|
11/15/10 16:36:07 |
schveiguy |
Oops, didn't do this if statement correctly -- standalone ctor/dtors … |
|
|
|
@424
|
[424]
|
11/15/10 16:16:57 |
sean |
Changed use of ModuleInfo? array so null elements are skipped. This was … |
|
|
|
@421
|
[421]
|
11/09/10 15:18:21 |
walter |
add ddoc for .classinfo |
|
|
|
@415
|
[415]
|
11/08/10 15:29:43 |
sean |
http://d.puremagic.com/issues/show_bug.cgi?id=5189 |
|
|
|
@414
|
[414]
|
11/08/10 09:29:26 |
schveiguy |
Fixed cyclic dependency algorithm, as well as printing the cycle that has … |
|
|
|
@405
|
[405]
|
10/13/10 05:40:45 |
walter |
add 2 members to TypeInfo? |
|
|
|
@399
|
[399]
|
10/09/10 14:10:09 |
sean |
Changed stack trace generation for exceptions to occur on throw instead of … |
|
|
|
@376
|
[376]
|
08/27/10 18:03:02 |
sean |
Reverted changes to stdc.math. The routines aren't pure. |
|
|
|
@371
|
[371]
|
08/22/10 17:12:59 |
andrei |
64-bit compatibility work |
|
|
|
@361
|
[361]
|
08/07/10 01:46:06 |
walter |
some 64 bit support |
|
|
|
@340
|
[340]
|
07/20/10 18:16:14 |
sean |
Issue 3917 - opEquals for Ojbect could be more efficient |
|
|
|
@335
|
[335]
|
07/20/10 17:34:06 |
sean |
Changed the application shutdown process to be as follows. When Dmain() … |
|
|
|
@326
|
[326]
|
07/07/10 18:39:18 |
sean |
Changed refcount to use atomic ops instead of mutex. Tried once again to … |
|
|
|
@325
|
[325]
|
07/07/10 17:13:26 |
sean |
Added setSameMutex. The current implementation locks the mutex to operate … |
|
|
|
@297
|
[297]
|
05/25/10 18:48:29 |
braddr |
Add a getter for the trace handler to enable code like:
auto save = … |
|
|
|
@295
|
[295]
|
05/13/10 20:55:31 |
walter |
bugzilla 4184 associative array with certain key types results in corrupt … |
|
|
|
@284
|
[284]
|
04/14/10 15:17:12 |
sean |
A post of Steve's in the NG reminded me that delegates for opApply need to … |
|
|
|
@270
|
[270]
|
03/18/10 23:51:18 |
schveiguy |
Fixing posix.mak so it build unittests on linux (somehow a windows linker … |
|
|
|
@269
|
[269]
|
03/17/10 08:44:39 |
schveiguy |
added some unittests to lifetime.d
fixed clear(Object obj) so it compiles. |
|
|
|
@268
|
[268]
|
03/17/10 04:37:23 |
walter |
fix object doc |
|
|
|
@266
|
[266]
|
03/15/10 14:56:14 |
walter |
add base class destruction to clear() |
|
|
|
@264
|
[264]
|
03/12/10 08:29:37 |
Don Clugston |
Allow unittest to compile. |
|
|
|
@262
|
[262]
|
03/11/10 08:41:57 |
schveiguy |
Data requested in arraysetcapacity was not being initialized to zero if … |
|
|
|
@259
|
[259]
|
03/09/10 16:14:34 |
Don Clugston |
Changed setCapacity() -> reserve() in unittest. Seems this one got … |
|
|
|
@258
|
[258]
|
03/07/10 11:49:40 |
sean |
Added opEquals(Object,Object). |
|
|
|
@257
|
[257]
|
03/06/10 22:44:24 |
schveiguy |
fixing docs for capacity property |
|
|
|
@256
|
[256]
|
03/06/10 22:37:16 |
schveiguy |
changed setCapacity to reserve. |
|
|
|
@255
|
[255]
|
03/03/10 14:15:44 |
walter |
support == for diverse array types |
|
|
|
@254
|
[254]
|
03/01/10 07:51:48 |
schveiguy |
Added functions to set/get the capacity of an array (The number of … |
|
|
|
@248
|
[248]
|
02/20/10 02:59:30 |
walter |
add AssociativeArray?.get() |
|
|
|
@247
|
[247]
|
02/20/10 02:27:51 |
walter |
add byKey() and byValue() for AAs |
|
|
|
@244
|
[244]
|
02/11/10 19:07:46 |
walter |
change design of opEquals for typeinfo |
|
|
|
@243
|
[243]
|
02/10/10 04:39:15 |
walter |
fix opEquals |
|
|
|
@242
|
[242]
|
02/08/10 01:58:04 |
walter |
added Object.opEquals() |
|
|
|
@237
|
[237]
|
01/31/10 01:49:05 |
walter |
compress ModuleInfo? |
|
|
|
@236
|
[236]
|
01/25/10 17:28:08 |
walter |
partial fix for bugzilla 3491 |
|
|
|
@235
|
[235]
|
01/25/10 16:55:19 |
walter |
class ModuleInfo? => struct, needs dmd update too |
|
|
|
@232
|
[232]
|
01/11/10 16:39:22 |
sean |
Verified the new TLS stuff for OSX and did a bit of code cleanup. |
|
|
|
@230
|
[230]
|
01/08/10 06:11:26 |
walter |
add TLS support |
|
|
|
@229
|
[229]
|
01/08/10 00:53:06 |
walter |
start for TLS for OSX |
|
|
|
@227
|
[227]
|
01/05/10 17:08:25 |
walter |
fix bugs in shared static ctors |
|
|
|
@224
|
[224]
|
01/04/10 03:05:31 |
walter |
add support for TLS constructors and destructors |
|
|
|
@221
|
[221]
|
12/20/09 05:51:24 |
walter |
added typeinfo for inout |
|
|
|
@220
|
[220]
|
12/19/09 04:42:16 |
walter |
inout to ref |
|
|
|
@214
|
[214]
|
12/07/09 02:01:17 |
sean |
Added stuff in new locations. |