Thread overview
LDC 1.1.0 released
Feb 01, 2017
David Nadlinger
Feb 01, 2017
Sebastiaan Koppe
Feb 01, 2017
Nordlöw
Feb 03, 2017
deadalnix
Feb 03, 2017
kinke
Feb 03, 2017
Kai Nacke
February 01, 2017
Hi all,

Version 1.1.0 of LDC, the LLVM-based D compiler, has finally been released: https://github.com/ldc-developers/ldc/releases/tag/v1.1.0

Please head over to the digitalmars.D.ldc forums for more details and discussions: http://forum.dlang.org/post/etynfqwjosdvuuuklsde@forum.dlang.org

 — David
February 01, 2017
Awesome!
February 01, 2017
On Wednesday, 1 February 2017 at 03:43:10 UTC, David Nadlinger wrote:
> Version 1.1.0 of LDC, the LLVM-based D compiler, has finally been released: https://github.com/ldc-developers/ldc/releases/tag/v1.1.0

Great work.
February 03, 2017
On Wednesday, 1 February 2017 at 03:43:10 UTC, David Nadlinger wrote:
> Hi all,
>
> Version 1.1.0 of LDC, the LLVM-based D compiler, has finally been released: https://github.com/ldc-developers/ldc/releases/tag/v1.1.0
>
> Please head over to the digitalmars.D.ldc forums for more details and discussions: http://forum.dlang.org/post/etynfqwjosdvuuuklsde@forum.dlang.org
>
>  — David

What's the state of cent/ucent ?

February 03, 2017
On Friday, 3 February 2017 at 12:21:09 UTC, deadalnix wrote:
> What's the state of cent/ucent ?

Unchanged as https://github.com/ldc-developers/ldc/pull/1659 is still pending and Kai doesn't have time ATM. If you're very interested in 128-bit integers, please consider continuing that PR yourself (I only recall you asking for it, general interest seems pretty low). I don't know if newer front-ends already have better cent support (2.072.2 is currently being merged, see https://github.com/ldc-developers/ldc/pull/1987).
February 03, 2017
On Friday, 3 February 2017 at 12:21:09 UTC, deadalnix wrote:
> On Wednesday, 1 February 2017 at 03:43:10 UTC, David Nadlinger wrote:
>> Hi all,
>>
>> Version 1.1.0 of LDC, the LLVM-based D compiler, has finally been released: https://github.com/ldc-developers/ldc/releases/tag/v1.1.0
>>
>> Please head over to the digitalmars.D.ldc forums for more details and discussions: http://forum.dlang.org/post/etynfqwjosdvuuuklsde@forum.dlang.org
>>
>>  — David
>
> What's the state of cent/ucent ?

Nothing changed as I am busy with non-D related tasks right now. :-(

Regards,
Kai