index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
unicode.zig
Age
Commit message (
Expand
)
Author
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-28
Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflows
Andrew Kelley
2024-07-13
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...
Ryan Liptak
2024-06-14
std.unicode: add encode overflow check function and friends
Carter Snook
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-04-23
std.unicode: Fix ArrayList functions when using populated ArrayLists
Ryan Liptak
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Add std.unicode.fmtUtf8 that can handle ill-formed UTF-8
Ryan Liptak
2024-02-24
std.unicode: Refactor and add WTF-16/WTF-8 functions
Ryan Liptak
2024-01-13
Fix fmt UTF-8 characters as fill (#18533)
vinnichase
2024-01-09
Merge pull request #18318 from castholm/simd-segfault
Andrew Kelley
2024-01-01
Updated Utf8View example to format the single codepoint UTF-8 slice with {s} ...
davideger
2024-01-01
Deprecate `suggestVectorSize` in favor of `suggestVectorLength`
Carl Ã…stholm
2023-12-08
std: make std.unicode.initComptime() a comptime-known function
Meghan Denny
2023-11-21
std.unicode: Disable utf8 -> utf16 ASCII fast path on mips
Ryan Liptak
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-31
std.unicode: Add ASCII fast path to UTF-16 -> UTF-8 conversion functions
Ryan Liptak
2023-10-31
std.unicode: Add ASCII fast path to UTF-8 -> UTF-16 conversion functions
Ryan Liptak
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
std: slightly improve codegen of `std.unicode.utf8ValidateSlice`
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-13
std.simd: return comptime_int from `suggestVectorSize`
Veikka Tuominen
2023-10-06
std.unicode.utf8ValidateSlice: optimize implementation (#17329)
Karl Seguin
2023-08-15
std.json: Fix decoding of UTF-16 surrogate pairs (#16830)
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-05-17
add suggestions by ifreund
Jan Philipp Hafer
2022-05-17
std.unicode: add utf16 byte length and codepoints counting routines
Jan Philipp Hafer
2022-04-15
Add `std.unicode.replacement_character`
r00ster91
2022-04-12
Reuse code in `Utf8Iterator.nextCodepoint`
r00ster
2022-01-30
Full response file (*.rsp) support
PhaseMage
[next]