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
/
base64.zig
Age
Commit message (
Expand
)
Author
2024-09-04
stdlib : base64 encode to writer (#20961)
Arwalk
2024-03-10
improve documentation in std
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
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-23
x86_64: implement 128-bit builtins
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
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-14
std.base64: Improve Encoder/Decoder performance
joadnacer
2023-08-29
Optimize std.base64.standard.Encoder.encode
Igor Sadikov
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-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-23
std.base64: don't overflow dest with padding
Mateusz Poliwczak
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-03-30
std.base64: upgrade to new function pointer semantics
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-03-28
Remove the base64 unsafe decoder
Frank Denis
2021-03-28
Add more variants
Frank Denis
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-02-24
zig fmt the std lib
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-24
Return encoded slice from base64 encode
frmdstryr
2020-08-20
add license header to all std lib files
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley