Commit graph

9 commits

Author SHA1 Message Date
Dennis
b237d0329c
Fix ambiguous type deduction around hex strings (#20679) 2025-01-10 23:35:51 +01:00
Dennis Korpel
55dcc3dc82 Fix endian issue when printing hex string literals 2024-03-15 12:31:41 +01:00
Dennis Korpel
4e3cc5c6c6 Make hex strings implicitly convert to integer arrays 2024-03-15 08:53:48 +01:00
Dennis Korpel
3e9bc4ee17 Add L postfix for hex string 2024-03-06 11:48:45 +01:00
Dennis
9b42480bbf
Fix sliceCmpStringWithArray for StringExp with size 8 (#16123) 2024-02-02 09:57:11 +02:00
Dennis
d396a5ae84
Fix bugzilla issue 24363 - hex string postfixes are useless (#16118)
* Fix bugzilla issue 24363 - hex string postfixes are useless

* Mangle invalid strings as arrays
2024-01-31 13:44:43 +01:00
Dennis Korpel
5fe90b63d3 Fix hex strings being printed as regular strings 2024-01-25 12:21:41 +01:00
Dennis
ba5402e7ac
Allow casting hexstring to int array (#16079) 2024-01-25 10:02:04 +01:00
Iain Buclaw
6374bb87b7 Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
Renamed from test/runnable/literal.d (Browse further)