dmd/druntime/src
Jonathan M Davis 6e249f01dd
Fix issue 20812: hasIndirections wrong when void has qualifiers. (#20813)
The current check that special cases static arrays of void doesn't take
type qualifiers into account - e.g. void[42] is treated as having
indirections, but const(void[42]) is not. This fixes that.
2025-02-03 13:18:29 +08:00
..
core Fix issue 20812: hasIndirections wrong when void has qualifiers. (#20813) 2025-02-03 13:18:29 +08:00
etc Add an assert-based segfault handler to etc.linux.memoryerror (#20643) 2025-01-18 22:38:54 +01:00
rt Use selective imports when importing from core.stdc in rt (#20742) 2025-01-20 21:12:30 +01:00
__importc_builtins.di add __builtin__popcount() for ImportC (#20790) 2025-01-28 06:25:04 +08:00
importc.h fix #20516 ImportC undefined identifier _Float16 (#20699) 2025-01-14 15:14:28 +08:00
object.d [object] Improve AA docs 2024-07-24 13:59:47 +02:00
test_runner.d Use selective imports when importing from core.stdc in druntime tests (#20743) 2025-01-20 19:59:19 +01:00