Thread overview
Release D 2.100.0
May 15, 2022
Martin Nowak
May 15, 2022
zoujiaqing
May 15, 2022
rikki cattermole
May 15, 2022
Walter Bright
May 15, 2022
Ivan Kazmenko
May 26, 2022
Antonio
May 26, 2022
Salih Dincer
May 15, 2022

Glad to announce D 2.100.0, ♥ to the 41 contributors.

This release comes with improved C++ header gen, a new @mustuse attribute to enforce return-type error checking, a contract invariant version identifier, non-transitive inout returns, and many more improvements.

http://dlang.org/download.html
http://dlang.org/changelog/2.100.0.html

-Martin

May 15, 2022

On Sunday, 15 May 2022 at 11:05:38 UTC, Martin Nowak wrote:

>

Glad to announce D 2.100.0, ♥ to the 41 contributors.

This release comes with improved C++ header gen, a new @mustuse attribute to enforce return-type error checking, a contract invariant version identifier, non-transitive inout returns, and many more improvements.

http://dlang.org/download.html
http://dlang.org/changelog/2.100.0.html

-Martin

Thank you!

May 16, 2022
Very excited for this release!

Still waiting on a documentation PR for dub, kinda need to get this merged + deployed since the feature is now live.

https://github.com/dlang/dub-docs/pull/43
May 15, 2022
As always, stellar work, Martin! Thank you!
May 15, 2022

On Sunday, 15 May 2022 at 11:05:38 UTC, Martin Nowak wrote:

>

Glad to announce D 2.100.0, ♥ to the 41 contributors.

Congratulations on the milestone number!

Ivan Kazmenko.

May 26, 2022

On Sunday, 15 May 2022 at 11:05:38 UTC, Martin Nowak wrote:

>

Glad to announce D 2.100.0, ♥ to the 41 contributors.

This release comes with improved C++ header gen, a new @mustuse attribute to enforce return-type error checking, a contract invariant version identifier, non-transitive inout returns, and many more improvements.

http://dlang.org/download.html
http://dlang.org/changelog/2.100.0.html

-Martin

An small great change:

https://dlang.org/changelog/2.100.0.html#std_typecons_nullable_range

Thanks a lot!!!

May 26, 2022

On Sunday, 15 May 2022 at 11:05:38 UTC, Martin Nowak wrote:

>

Glad to announce D 2.100.0, ♥ to the 41 contributors.
[...]
http://dlang.org/changelog/2.100.0.html

-Martin

I'm still trying new features. I loved it, thank you to everyone who contributed...

SDB@79