2013/2/23 Ali Çehreli <acehreli@yahoo.com>
On 02/22/2013 06:55 AM, bearophile wrote:
> Martin:
>
>> Was something changed intentionally or is this a bug?
>
> It was changed intentionally, but only for alias this. That syntax is
> allowed still for other aliases.

It is a regression at best because it is nowhere to be found in the changelog, at least not without clicking every single item in those lists.

That is intended change.
https://github.com/D-Programming-Language/dmd/issues/1413
https://github.com/D-Programming-Language/d-programming-language.org/pull/224

Kenji Hara