summaryrefslogtreecommitdiff
path: root/src/support/string.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Add pragma to ignore maybe-uninitialized in strings.cpp (#6686)Thomas Lively2024-06-201-0/+5
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-0/+22
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-151-12/+29
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-52/+179
* Improve JSON string encoding (#6328)Thomas Lively2024-02-211-69/+103
* StringLowering: Escape the JSON in the custom section (#6316)Alon Zakai2024-02-201-1/+87
* [NFC] Move code to string.cpp (#6282)Thomas Lively2024-02-061-0/+86
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-0/+57