|
|
|
@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 … |
|
|
|
@465
|
[465]
|
12/31/10 18:43:34 |
andrei |
clear() for classes should first check if argument is null |
|
|
|
@451
|
[451]
|
12/15/10 15:23:53 |
schveiguy |
Fixed issue where clear calls a destructor on a temporary T when a T is … |
|
|
|
@405
|
[405]
|
10/13/10 05:40:45 |
walter |
add 2 members to TypeInfo? |
|
|
|
@395
|
[395]
|
10/01/10 22:37:15 |
Don Clugston |
C-syntax function pointer -> D syntax (object.d doesn't have this problem, … |
|
|
|
@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 |
|
|
|
@363
|
[363]
|
08/08/10 03:18:19 |
andrei |
workaround for bug 4436 |
|
|
|
@325
|
[325]
|
07/07/10 17:13:26 |
sean |
Added setSameMutex. The current implementation locks the mutex to operate … |
|
|
|
@295
|
[295]
|
05/13/10 20:55:31 |
walter |
bugzilla 4184 associative array with certain key types results in corrupt … |
|
|
|
@293
|
[293]
|
05/05/10 18:01:56 |
sean |
Fixed prior checkins. |
|
|
|
@292
|
[292]
|
05/05/10 17:54:26 |
sean |
Issue 4116 - object.di does not match object_.d
Fixed. |
|
|
|
@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 … |
|
|
|
@278
|
[278]
|
03/23/10 16:21:10 |
walter |
add overlooked name() |
|
|
|
@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. |
|
|
|
@266
|
[266]
|
03/15/10 14:56:14 |
walter |
add base class destruction to clear() |
|
|
|
@262
|
[262]
|
03/11/10 08:41:57 |
schveiguy |
Data requested in arraysetcapacity was not being initialized to zero if … |
|
|
|
@260
|
[260]
|
03/11/10 00:36:00 |
walter |
Rainer Schuetze's threading dll fix |
|
|
|
@258
|
[258]
|
03/07/10 11:49:40 |
sean |
Added opEquals(Object,Object). |
|
|
|
@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 |
|
|
|
@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 |
|
|
|
@219
|
[219]
|
12/19/09 02:44:49 |
walter |
inout to ref |
|
|
|
@202
|
[202]
|
11/20/09 06:37:48 |
walter |
merge ClassInfo? into TypeInfo?_Class |
|
|
|
@196
|
[196]
|
11/03/09 14:52:35 |
sean |
Fixed the previous commit. Right now, _isStaticArray is a new global … |
|
|
|
@191
|
[191]
|
11/02/09 23:38:38 |
walter |
unittests shouldn't be in .di files |
|
|
|
@187
|
[187]
|
11/02/09 00:06:40 |
walter |
add @property's |
|
|
|
@186
|
[186]
|
11/01/09 23:06:43 |
sean |
Added clear() per request. |
|
|
|
@180
|
[180]
|
10/26/09 05:13:12 |
walter |
more fixes for value static arrays |
|
|
|
@179
|
[179]
|
10/25/09 05:07:10 |
walter |
add opApply |
|
|
|
@176
|
[176]
|
10/19/09 21:55:22 |
walter |
partially convert T[U] to AssociativeArray? |
|
|
|
@173
|
[173]
|
09/12/09 16:12:16 |
sean |
Fixed license link--the href had mismathed quotes. |
|
|
|
@159
|
[159]
|
05/12/09 17:31:57 |
walter |
2.030 |
|
|
|
@156
|
[156]
|
05/06/09 13:43:32 |
sean |
Coverted tabs to spaces (sorry, I'm picky that way). |
|
|
|
@154
|
[154]
|
05/03/09 18:09:13 |
walter |
add .typeinfo to classinfo (needs 2.030) |
|
|
|
@152
|
[152]
|
04/28/09 22:56:38 |
sean |
Changed all remaining source code files to use the Boost license. If I've … |
|
|
|
@97
|
[97]
|
02/12/09 18:10:17 |
sean |
Fixed ModuleInfo? declaration. |
|
|
|
@96
|
[96]
|
02/12/09 18:08:21 |
walter |
ModuleInfo? declarations out of sync |
|
|
|
@86
|
[86]
|
02/03/09 01:29:16 |
sean |
Changed 'invariant' type label to 'immutable'. |
|
|
|
@85
|
[85]
|
01/30/09 20:39:04 |
sean |
Fix for http://d.puremagic.com/issues/show_bug.cgi?id=2633 |
|
|
|
@53
|
[53]
|
11/29/08 00:53:46 |
walter |
added shared typeinfo |
|
|
|
@29
|
[29]
|
10/15/08 17:33:55 |
sean |
* Changed top-level exception class name from 'Exception' to … |
|
|
|
@24
|
[24]
|
10/13/08 13:19:53 |
walter |
add hidden function error support |
|
|
|
@18
|
[18]
|
10/10/08 14:59:32 |
sean |
Added Error alias for Exception as a placeholder until the exception … |
|
|
|
@16
|
[16]
|
10/08/08 01:49:34 |
sean |
Fixed eol-style for all source files. This closes #1 |
|
|
|
@14
|
[14]
|
10/06/08 15:39:07 |
sean |
Fixed a few mistakes regarding invariance, etc, between D1 and D2. |
|
|
|
@10
|
[10]
|
09/22/08 23:29:18 |
sean |
Applied all D2 changes to trunk. It should now be a fully functional D2 … |
|
|
|
@7
|
[7]
|
09/22/08 23:21:04 |
sean |
Finished flattening D1/D2 differences. Except for one or two lines, all … |
|
|
|
@6
|
[6]
|
09/19/08 22:53:43 |
sean |
The next batch of updates towards D2 support. The lib should be pretty … |
|
|
|
@5
|
[5]
|
09/18/08 22:35:12 |
sean |
First commit of the D Runtime Project. This includes a fully functional … |