[Issue 21021] std.variant confused by alias this when struct larger than maxDataSize

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21021 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com Hardware|x

[Issue 21021] std.variant confused by alias this when struct larger than maxDataSize

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21021 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @Biotron

[Issue 21022] New: std.range.only does not work with const

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21022 Issue ID: 21022 Summary: std.range.only does not work with const Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 21021] std.variant confused by alias this when struct larger than maxDataSize

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21021 Simen Kjaeraas changed: What|Removed |Added Component|dmd |phobos --- Comment #5 from Simen Kjaeraas

[Issue 21023] New: 64 bit BSWAP instruction not supported by code generator

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21023 Issue ID: 21023 Summary: 64 bit BSWAP instruction not supported by code generator Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW

[Issue 21023] 64 bit BSWAP instruction not supported by code generator

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21023 Walter Bright changed: What|Removed |Added Keywords||performance --

[Issue 21021] std.variant confused by alias this when struct larger than maxDataSize

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21021 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16213] CTFE internal error with static array $ as template argument

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16213 Basile-z changed: What|Removed |Added Keywords||CTFE, ice CC|

[Issue 21024] New: Corrupt New project list

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21024 Issue ID: 21024 Summary: Corrupt New project list Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: regression Priority: P1

[Issue 20862] Segfault on repeated GC.qalloc calls

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20862 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 21025] New: Segfault for function contract -preview=dip1021

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21025 Issue ID: 21025 Summary: Segfault for function contract -preview=dip1021 Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Pri

[Issue 21026] New: add core.bitop.bswap(ushort)

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21026 Issue ID: 21026 Summary: add core.bitop.bswap(ushort) Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 21026] add core.bitop.bswap(ushort)

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21026 Walter Bright changed: What|Removed |Added Keywords||performance --

[Issue 21025] Segfault for function contract -preview=dip1021

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21025 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @WalterB

[Issue 21026] add core.bitop.bswap(ushort)

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21026 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @WalterB

[Issue 21026] add core.bitop.bswap(ushort)

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21026 --- Comment #2 from Walter Bright --- Because of overloading with bswap(uint), this breaks existing code. Rename to byteswap(ushort). --

[Issue 21026] add core.bitop.byteswap(ushort)

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21026 Walter Bright changed: What|Removed |Added Summary|add |add |core.bitop.bswap(usho

[Issue 20951] Wrong Decimal Literals Encoding

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20951 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @kinke c

[Issue 21027] New: Backend: DMD use 'rep stosb' even for ulong arrays

2020-07-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21027 Issue ID: 21027 Summary: Backend: DMD use 'rep stosb' even for ulong arrays Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Keywords: performance