| 24 months | Moritz Warning | bindings were moved to dsource.org/projects/bindings/ |
| 24 months | Tomas | Update to work with LLVM 2.7. |
| 2 years | Christian Kamm | Added tag 0.9.2 for changeset 18bbb1436153 |
| 2 years | Kelly Wilson | Change the ldc.conf file output to match the newer Tango directory structure and only use libtango-user-ldc for the libs to match the 0.99.9 build instructions. |
| 2 years | Kelly Wilson | Strange workaround for returning from within 'void main()'. The new dmdfe sets the ReturnStatement->exp to null. Fixed bug #391. |
| 2 years | Matti Niemenmaa | Don't remove an old .o with -output-{bc,ll,s}. |
| 2 years | Matti Niemenmaa | Don't error out with -singleobj, -of, and -c/-output-{bc,ll,o,s}. |
| 2 years | Matti Niemenmaa | Add -linkonce-templates for emitting linkonce_odr syms instead of weak_odr. |
| 2 years | Kelly Wilson | Apply patch from klickverbot. This is his 'proper fix' patch for bug #395. |
| 2 years | Kelly Wilson | Revert 1637 because it breaks HelloWorld with Tangos Stdout. There may be another way to fix this so that Deewiants case works, as well as Tango. |
| 2 years | Kelly Wilson | Add missing files for the new frontend spell checker |
| 2 years | Christian Kamm | Merge DMD 1.057. |
| 2 years | Christian Kamm | Merge. |
| 2 years | Christian Kamm | Apply workaround for #395 by klickverbot. |
| 2 years | Matti Niemenmaa | Change template linkage from weak_odr to linkonce_odr. Much better, fixes #363. |
| 2 years | Christian Kamm | Fix #398. |
| 2 years | Matti Niemenmaa | Make -nodefaultlib override -de{fault,bug}lib=foo instead of vice versa. |
| 2 years | Kelly Wilson | Fix typo for iretq |
| 2 years | Christian Kamm | Improve array append performance. |
| 2 years | Matti Niemenmaa | Allow unions with void-initialized members. |
| 2 years | Moritz Warning | missed ldcbinarypath => ldcbinarydir |
| 2 years | Robert Clipsham | Merge dmd 1.056. |
| 2 years | Christian Kamm | Disable appending a dchar to a char or wchar array for now. |
| 2 years | Leandro Lucarella | Merge DMD r324: bugzilla 3663 and 3664 - fwd ref regressions |
| 2 years | Leandro Lucarella | Merge DMD r321: bugzilla 3575 CTFE: member structs not initialized correctly |
| 2 years | Leandro Lucarella | Merge DMD r320: refactor |
| 2 years | Leandro Lucarella | Merge DMD r319: bugzilla 400 forward reference error... |
| 2 years | Leandro Lucarella | Merge DMD r318: bugzilla 2029 Typesafe variadic functions don't... |
| 2 years | Leandro Lucarella | Merge DMD r317: bugzilla 3611 Enum forward referencing regression |
| 2 years | Leandro Lucarella | Merge DMD r316: bugzilla 3628 can't cast null to int |
| 2 years | Leandro Lucarella | Merge DMD r314+r315: bugzilla 2029 Typesafe variadic functions don't... |
| 2 years | Leandro Lucarella | Merge DMD r310: bugzilla 3645 manifest constant (enum) crashes dmd |
| 2 years | Leandro Lucarella | Merge DMD r304: refactor invariant => immutable |
| 2 years | Leandro Lucarella | Merge DMD r303: harmonize |
| 2 years | Leandro Lucarella | Merge DMD r301: a little refactor and harmonize |
| 2 years | Leandro Lucarella | Merge DMD r296: bugzilla 3617 CTFE: wrong code for if(x) where x is int... |
| 2 years | Leandro Lucarella | Merge DMD r294: bugzilla 2816 Sudden-death static assert is not... |
| 2 years | Leandro Lucarella | Merge DMD r292: bugzilla 3455 Some Unicode characters not allowed... |
| 2 years | Leandro Lucarella | Merge DMD r286: remove dead code |
| 2 years | Leandro Lucarella | Merge DMD r278: bugzilla 370 Compiler stack overflow on recursive... |
| 2 years | Leandro Lucarella | Merge DMD r277: bugzilla 3495 Segfault(typinf.c) instantiating D variadic... |
| 2 years | Leandro Lucarella | Merge DMD r276: bugzilla 2229 ICE(template.c) instantiating an invalid... |
| 2 years | Leandro Lucarella | Merge DMD r274: harmonization |
| 2 years | Leandro Lucarella | Merge DMD r262: bugzilla 3381 ([tdpl] Incorrect assessment of ...) |
| 2 years | Leandro Lucarella | Merge DMD r253: refactor: Argument => Parameter |
| 2 years | Leandro Lucarella | Use just \n as end of line |
| 2 years | Leandro Lucarella | [WIP] Merge DMD r251: bugzilla 111 (appending a dchar to a char[]) |
| 2 years | Leandro Lucarella | Merge DMD r250: harmonize |
| 2 years | Leandro Lucarella | Merge DMD r248: implement Denis Koroskin's macro suggestion |
| 2 years | Leandro Lucarella | Merge DMD r243: some harmonization with D2 dmd |
| 2 years | Robert Clipsham | Automated merge with http://hg.dsource.org/projects/ldc |
| 2 years | Robert Clipsham | Folded in a patch by Troy Straszheim to better report errors with -run. |
| 2 years | Kelly Wilson | Revert fix by Robert for downs as it causes a segfault when compiling tango. |
| 2 years | Robert Clipsham | Merged the patch for dmd bugzilla #3620 by request of downs. |
| 2 years | Christian Kamm | Fix definition of _Unwind_Action. |
| 2 years | Robert Clipsham | Updated runtest to always rebuild libtangobos-partial.a in case of updates. |
| 2 years | Robert Clipsham | Fixed DStress tests nocompile/c/{const_32_B.d,const_32_C.d}. |
| 2 years | Robert Clipsham | Added in forgotten json.c and json.h files so ldc compiles again. |
| 2 years | Christian Kamm | Make ref vars work with nesting. |
| 2 years | Christian Kamm | Fix codegen for foreach with ref value being lowered to for. |