COMMITS
/ lib/std/ascii.zig October 31, 2025
J
std: Skip element comparisons if `mem.order` args point to same memory
Jay Petacat committed
August 30, 2025
A
std.fmt: delete deprecated APIs
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
July 1, 2025
A
std.io.Reader: finish implementing the unit tests
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
April 27, 2025
S
docs(std.ascii): Remove redundant three slashes
Shun Sakai committed
November 29, 2024
R
Updated ascii.zig's isWhitespace function to use switch instead of for loop. (#22094)
Rohan Vashisht committed
September 14, 2024
C
`std.ascii`: make `toLower` `toUpper` branchless (#21369)
CrazyboyQCD committed
June 28, 2024
M
Rename isASCII to isAscii
Michael Bradshaw committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
November 3, 2022
R
std.ascii: more tests
r00ster91 committed
November 1, 2022
R
isHex, isAlphanumeric: prong reorder
r00ster91 committed
October 16, 2022
R
fix(perf): remove LUT
r00ster91 committed
R
docs: minor improvements
r00ster91 committed
R
api(std.ascii): remove deprecated decls
r00ster91 committed
October 29, 2022
F
Fix deprecation docs for isAlpha and isCntrl
fn ⌃ ⌥ committed
October 18, 2022
Z
Enhance indexOfIgnoreCase with Boyer-Moore-Horspool algorithm
Zhora Trush committed
August 17, 2022
R
fix: comments
r00ster91 committed
R
api: deprecate lowercase control_code consts
r00ster91 committed
August 16, 2022
R
docs: fixes and improvements
r00ster91 committed
August 14, 2022
R
api: deprecate `isPunct` too
r00ster91 committed
R
docs: remove some hyphens
r00ster91 committed
R
fix: add missing 'o'
r00ster91 committed
R
fix: remove outdated TODO
r00ster91 committed
R
test: update and add more tests
r00ster91 committed
R
docs: add more docs
r00ster91 committed
R
api: rename and deprecate a bunch of functions
r00ster91 committed
R
api: deprecate `isBlank` and `isGraph`.
r00ster91 committed
R
fix: off-by-one in `isCntrl`
r00ster91 committed
R
feat: new `control_code`
r00ster91 committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
March 27, 2021
X
add allocation free versions of lower/upper string
xackus committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
February 27, 2021
A
std.ascii: add lessThanIgnoreCase and orderIgnoreCase
Andrew Kelley committed
December 4, 2020
L
std: Add a few helpers for matching ascii strings (#7300)
LemonBoy committed
November 2, 2020
I
std/ascii: add spaces array
Isaac Freund committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
May 10, 2020
F
Creates `std.ascii.control_code` that contains the C0 control codes as named constants.
Felix (xq) Queißner committed
May 12, 2020
G
Remove redundant ASCII functions
Greg Anders committed
G
Add helper functions and docstrings to ascii.zig
Greg Anders committed
February 1, 2020
B
Switch a bunch of FBA to use testing.allocator
Benjamin Feng committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed