aboutsummaryrefslogtreecommitdiff
path: root/lib/std/unicode.zig
AgeCommit message (Expand)Author
2021-06-21fix code broken from previous commitJacob G-W
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-11std.meta: add isErrorxackus
2020-12-31Year++Frank Denis
2020-11-30Switch to using unicode when parsing the command line on windows (#7241)Rageoholic
2020-11-05std: Make utf8CountCodepoints much fasterLemonBoy
2020-11-05std: Introduce std.unicode.utf8ValidCodepointLemonBoy
2020-11-05std: Introduce std.unicode.utf8CountCodepointsLemonBoy
2020-11-02std: Fix std.unicode test cases for BE targetsLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-06-18Add std.unicode.Utf8Iterator.peekMichael Rees
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
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