| 7 weeks | korDen | Fixed deprecated features, now compiles with DMD2.058 |
| 7 weeks | korDen | Fixed deprecated function call |
| 11 months | Abscissa | Now compileable with dmd2.053 |
| 11 months | Abscissa | Missed one in last commit. |
| 11 months | Abscissa | Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218 |
| 11 months | Abscissa | Fixed: Build script's initial setup fails if "{ddmd}/bin" doesn't already exist. |
| 18 months | Jacob Carlborg | Merge. |
| 18 months | Jacob Carlborg | One step closer to building on posix. |
| 18 months | Jacob Carlborg | Several changes to make it build on posix systems. |
| 18 months | korDen | Now compileable with dmd2.050 |
| 19 months | korDen | ArrayExp.toCBuffer and TypeReturn.toCBuffer2 |
| 19 months | korDen | Fixed a few memory allocation related issues |
| 19 months | korDen | Updated to dmd2.040 |
| 19 months | korDen | Many small bugs fixed |
| 19 months | korDen | bug fixes |
| 19 months | korDen | Moved all the mutable globals to Global |
| 19 months | korDen | get rid of globals |
| 19 months | korDen | lot os toCBuffer methods implemented |
| 19 months | korDen | Small changes |
| 19 months | korDen | BuildHelper updated to use src and lib from dmd2/, not copies |
| 19 months | Abscissa | Enhanced buildscript to simplify compiling for new users |
| 19 months | korDen | more global state cleanup |
| 19 months | korDen | Moves static variables from Module to Global |
| 19 months | korDen | stringtable, stringbuffer and freelist moved to Global |
| 19 months | korDen | rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup |
| 19 months | korDen | Moved object and classinfo from ClassDeclaration to Global (as part of getting rid of the global state) |
| 19 months | korDen | Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666) |
| 19 months | korDen | GC is working now |
| 20 months | korDen | *.interpret functions implemenation |
| 20 months | korDen | updated build script to use dmd2.039 |
| 20 months | korDen | type fixed |
| 20 months | korDen | RTLSYM update |
| 20 months | korDen | overloadApply bug fixed (visitor is a struct and thus should be passed by reference) |
| 20 months | korDen | overloadApply fixes |
| 20 months | trass3r | * added all missing default cases in switch statements |
| 20 months | trass3r | + ArrayInitializer.toAssocArrayLiteral() |
| 20 months | trass3r | + Statement.interpret() |
| 20 months | trass3r | * changed the build system to build a release version if the debug one compiles |
| 20 months | trass3r | added lots of ddoc code, still needs much care |
| 20 months | Trass3r | moved Escape and Macro to ddoc folder |
| 20 months | Trass3r | + Escape.escapeChar() |
| 20 months | Trass3r | removed unneeded files |
| 20 months | Trass3r | merge |
| 20 months | Trass3r | phobos compiles now: |
| 20 months | Eldar Insafutdinov | fix test runnable\structlit.d |
| 20 months | Eldar Insafutdinov | redundant extern(C) |
| 20 months | Eldar Insafutdinov | Fix inline asm problem |
| 20 months | Eldar Insafutdinov | + RealExp.toCBuffer |
| 20 months | Trass3r | fixed phobos compilation bug |
| 20 months | Trass3r | + Bool() |
| 20 months | Trass3r | + Expression.toElem |
| 20 months | Trass3r | dmd.lib now only contains the backend |
| 20 months | Trass3r | made StorageClass type-safe |
| 20 months | Trass3r | 2.039 |
| 20 months | Trass3r | merge |
| 20 months | Trass3r | fixed a few null reference bugs, thx sagitario |
| 20 months | Eldar Insafutdinov | dmd 2.038 |
| 20 months | Eldar Insafutdinov | Fix of the hopefully last regression with dmd2.037 |
| 20 months | Eldar Insafutdinov | Fix update bugs |
| 20 months | Eldar Insafutdinov | Fixes for dmd 2.037 |