COMMITS
/ lib/std/base64.zig March 23, 2025
S
docs(std.base64): Add references to RFC 4648
Shun Sakai committed
September 4, 2024
A
stdlib : base64 encode to writer (#20961)
Arwalk committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
J
mem: fix ub in writeInt
Jacob Young committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
J
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young committed
October 21, 2023
J
Fix simple doc mistakes. (#17624)
JustinWayland committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
October 12, 2023
J
std.base64: Improve Encoder/Decoder performance
joadnacer committed
August 29, 2023
I
Optimize std.base64.standard.Encoder.encode
Igor Sadikov committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
March 23, 2023
M
std.base64: don't overflow dest with padding
Mateusz Poliwczak committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
December 7, 2022
A
remove most conditional compilation based on stage1
Andrew Kelley committed
September 29, 2022
O
std: Replace use of stage1 function pointers
ominitay committed
September 16, 2022
A
std: remove deprecated API for the upcoming release
Andrew Kelley committed
March 31, 2022
A
std.base64: upgrade to new function pointer semantics
Andrew Kelley committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
March 27, 2021
F
Remove the base64 unsafe decoder
Frank Denis committed
March 26, 2021
F
Add more variants
Frank Denis committed
March 19, 2021
F
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis committed
February 25, 2021
A
zig fmt the std lib
Andrew Kelley committed
November 16, 2020
F
Return encoded slice from base64 encode
frmdstryr committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed