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
/
ascii.zig
Age
Commit message (
Expand
)
Author
2022-10-29
Fix deprecation docs for isAlpha and isCntrl
fn ⌃ ⌥
2022-10-28
Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithm
Zhora Trush
2022-08-17
fix: comments
r00ster91
2022-08-17
api: deprecate lowercase control_code consts
r00ster91
2022-08-16
docs: fixes and improvements
r00ster91
2022-08-14
api: deprecate `isPunct` too
r00ster91
2022-08-14
docs: remove some hyphens
r00ster91
2022-08-14
fix: add missing 'o'
r00ster91
2022-08-14
fix: remove outdated TODO
r00ster91
2022-08-14
test: update and add more tests
r00ster91
2022-08-14
docs: add more docs
r00ster91
2022-08-14
api: rename and deprecate a bunch of functions
r00ster91
2022-08-14
api: deprecate `isBlank` and `isGraph`.
r00ster91
2022-08-14
fix: off-by-one in `isCntrl`
r00ster91
2022-08-14
feat: new `control_code`
r00ster91
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-08
add allocation free versions of lower/upper string
xackus
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-27
std.ascii: add lessThanIgnoreCase and orderIgnoreCase
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-04
std: Add a few helpers for matching ascii strings (#7300)
LemonBoy
2020-11-02
std/ascii: add spaces array
Isaac Freund
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-16
Creates `std.ascii.control_code` that contains the C0 control codes as named ...
Felix (xq) Queißner
2020-05-12
Remove redundant ASCII functions
Greg Anders
2020-05-11
Add helper functions and docstrings to ascii.zig
Greg Anders
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley