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
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
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-16
std.unicode: cleanup allocations on error in allocating functions
Ryan Liptak
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-15
Add std.unicode.fmtUtf16le
Jonathan Marler
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-11
std.meta: add isError
xackus
[next]