summaryrefslogtreecommitdiff
path: root/test/lit/strings.wast
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-2/+2
* Make final types the default (#5918)Thomas Lively2023-09-091-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-28/+28
* Update stringref text format (#5891)Jérôme Vouillon2023-08-221-14/+190
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-121-0/+34
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-10/+13
* [Strings] Add experimental string.hash instruction (#5480)Alon Zakai2023-02-031-0/+13
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-2/+50
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-2/+23
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-13/+13
* Support null characters in string.const expressions (#5123)Thomas Lively2022-10-111-3/+7
* Correctly handle escapes in string constants (#5070)Thomas Lively2022-09-221-2/+2
* [Strings] Fix up strings.wast (#4899)Alon Zakai2022-08-161-12/+14
* [Strings] Fix string.new_wtf16_array (#4894)Alon Zakai2022-08-101-0/+2
* [Strings] Linear memory string operations should emit a memory index (#4893)Alon Zakai2022-08-101-2/+6
* [Strings] string.new.array methods have start:end arguments (#4888)Alon Zakai2022-08-091-0/+14
* [Strings] Add interpreter stubs for string instructions (#4835)Alon Zakai2022-07-261-1/+4
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-2/+55
* Remove basic reference types (#4802)Thomas Lively2022-07-201-5/+5
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-1/+51
* [Strings] stringview_wtf16.length (#4809)Alon Zakai2022-07-181-0/+21
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-2/+50
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-2/+73
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+41
* [Strings] string.is_usv_sequence (#4783)Alon Zakai2022-07-081-0/+19
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-2/+23
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+19
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-2/+47
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+41
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-3/+33
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-1/+1
* [Strings] Print shorthand types where possible (#4763)Alon Zakai2022-06-291-1/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-1/+48
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-0/+25