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
/
std
/
unicode.zig
Age
Commit message (
Expand
)
Author
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-09
initial windows implementation of std.event.fs.Watch
Andrew Kelley
2018-07-18
fix build on windows
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-29
use explicit error sets for utf8Decode functions
Josh Wolfe
2018-04-29
move some checks around in utf8Encode logic to be more zig idiomatic
Josh Wolfe
2018-04-25
Changed to use shifting and masking
Braedon
2018-04-25
Utf8 Encode
Braedon
2018-03-06
remove value judgement from std lib API docs
Andrew Kelley
2018-03-05
Make Utf8View public, add comments, and make iterator lowercase.
Jacob Dufault
2018-02-24
Add utf8 string view
Marc Tiehuis
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe