aboutsummaryrefslogtreecommitdiff
path: root/lib/std/unicode.zig
AgeCommit message (Expand)Author
2020-03-07Implement UTF-8 to UTF-16LE literal conversionJared Miller
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-09fix off-by-one error in std.unicode.utf8ToUtf16LeWithNullAndrew Kelley
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-28std: unicode codepoints are 21 bitsdaurnimator
2019-12-28std: simplify utf8ToUtf16Ledaurnimator
2019-12-28std: optimise utf8ByteSequenceLengthdaurnimator
2019-12-28std: fix unicode encoding of astral plane codepoints to utf16daurnimator
2019-12-16Fixes utf8ToUtf16Le (#3923)Dmitry Atamanov
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley