Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Add pragma to ignore maybe-uninitialized in strings.cpp (#6686) | Thomas Lively | 2024-06-20 | 1 | -0/+5 |
* | Validate that names are valid UTF-8 (#6682) | Thomas Lively | 2024-06-19 | 1 | -0/+22 |
* | [Strings] Add a string lowering pass using magic imports (#6497) | Thomas Lively | 2024-04-15 | 1 | -12/+29 |
* | [Strings] Represent string values as WTF-16 internally (#6418) | Thomas Lively | 2024-03-22 | 1 | -52/+179 |
* | Improve JSON string encoding (#6328) | Thomas Lively | 2024-02-21 | 1 | -69/+103 |
* | StringLowering: Escape the JSON in the custom section (#6316) | Alon Zakai | 2024-02-20 | 1 | -1/+87 |
* | [NFC] Move code to string.cpp (#6282) | Thomas Lively | 2024-02-06 | 1 | -0/+86 |
* | Properly stringify names in tests (#6279) | Thomas Lively | 2024-02-06 | 1 | -0/+57 |