Commit graph

10 commits

Author SHA1 Message Date
Paul Backus
99b4a5dc76 Revert "Enable -preview=fieldwise by default"
This reverts commit 6a7bd45a8e.

PR #17495 was originally merged in an incomplete state. Since there are
non-trivial obstacles to completing it, revert the incomplete changes
instead.

See PR #20670 for more information.
2025-01-09 13:38:03 -05:00
Paul Backus
6a7bd45a8e Enable -preview=fieldwise by default
Introduced in PR #9331, this was changed from a normal bug fix to a
-preview switch because enabling it triggered a suprious "statement is
not reachable" warning in Phobos. That warning has since been removed
(in PR #15568).
2024-12-08 21:19:17 +01:00
Walter Bright
347c883586
Implement Safer D (#17044) 2024-11-27 22:59:29 -08:00
Nick Treleaven
c6058f9b76
Fix Bugzilla 17148 - Copying from const(void)[] to void[] breaks immu… (#16583) 2024-06-17 17:11:52 +08:00
Nick Treleaven
353c59a3a2 Fix rvalue ref link
Co-authored-by: Dennis <dkorpel@users.noreply.github.com>
2024-03-30 14:56:36 +00:00
Nick Treleaven
6b5d7bb0c2 Update tests; fix link check 2024-03-30 14:53:29 +00:00
Dennis
9efc250901
Deprecate -preview=dip25 switch (#14891) 2023-02-22 11:24:39 +02:00
Dennis
1188adc84f
Implement DIP1035 - system variables (#14478)
* Remove global `@system:`  annotations from C headers

* Implement DIP1035 - system variables
2022-10-13 17:07:59 -07:00
mhh
81f5c8b354 Enable shortened methods by default
The preview flag will still work but will print a deprecation message
2022-10-11 01:41:29 +09:00
Iain Buclaw
6374bb87b7 Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
Renamed from test/compilable/previewhelp.d (Browse further)