aboutsummaryrefslogtreecommitdiff
path: root/lib/std/unicode.zig
AgeCommit message (Expand)Author
2022-06-11Sema: handle tuple and anon_struct in resolveTypeFullyVeikka Tuominen
2022-06-03std: disable tests that crash stage2Veikka Tuominen
2022-04-15Add `std.unicode.replacement_character`r00ster91
2022-04-12Reuse code in `Utf8Iterator.nextCodepoint`r00ster
2022-01-30Full response file (*.rsp) supportPhaseMage
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-04Replace ArrayList.init/ensureTotalCapacity pairs with initCapacityRyan Liptak
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-16std.unicode: cleanup allocations on error in allocating functionsRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-15Add std.unicode.fmtUtf16leJonathan Marler
2021-07-02move "unreachable code" error from stage1 to stage2Andrew Kelley
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