Tomas Lindquist Olsen
|
10db08076c
|
[svn r44] Lots of bug fixes.
New array literal support
New array ~= operator support (for single element)
New with statement support
More...
|
2007-10-19 07:43:21 +02:00 |
|
Tomas Lindquist Olsen
|
67a92f5d51
|
[svn r41] new'd dynamic arrays are now initialized with the element type's default initializer.
initial label/goto support.
|
2007-10-10 03:38:24 +02:00 |
|
Tomas Lindquist Olsen
|
4fdad2c750
|
[svn r40] Cleaned up some of the array routines to use gep/load/store instead of memcpy/memset.
Resizing arrays did not allocate enough memory for types bigger than 1 byte.
|
2007-10-09 07:51:13 +02:00 |
|
Tomas Lindquist Olsen
|
3db5b9bb98
|
[svn r38] * resizing dynamic arrays support
* throw is replaced with assert(0)
* catch is ignored
* better foreach support
* various bugfixes
|
2007-10-09 02:50:00 +02:00 |
|
Tomas Lindquist Olsen
|
879d2f10be
|
[svn r25] * Fixed a lot of problems with string literals
* Fixed slice-slice copying assignment
|
2007-10-04 07:01:15 +02:00 |
|
Tomas Lindquist Olsen
|
4eab68b36c
|
[svn r15] * Fixed a bunch problems with virtual calls. Seems I did some rather poor testing.
* Now 50/51 tests compile.
* Added a simple runalltests.d scripts that should be run with 'gdmd -run runalltests.d' - LLVMDC will not compile it yet.
|
2007-10-02 05:10:18 +02:00 |
|
Tomas Lindquist Olsen
|
fcbcd83d8b
|
[svn r8] changed backend includes to always use the gen/<foo>.h prefix
fixed passing string literals as array parameters
few other fixes
moved some array routines into gen/arrays
|
2007-09-03 17:34:30 +02:00 |
|