aboutsummaryrefslogtreecommitdiff
path: root/lib/std/base64.zig
AgeCommit message (Expand)Author
2024-09-04stdlib : base64 encode to writer (#20961)Arwalk
2024-03-10improve documentation in stdAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-14std.base64: Improve Encoder/Decoder performancejoadnacer
2023-08-29Optimize std.base64.standard.Encoder.encodeIgor Sadikov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-23std.base64: don't overflow dest with paddingMateusz Poliwczak
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-03-30std.base64: upgrade to new function pointer semanticsAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-03-28Remove the base64 unsafe decoderFrank Denis
2021-03-28Add more variantsFrank Denis
2021-03-28std/base64: cleanups & support url-safe and other non-padded variantsFrank Denis
2021-02-24zig fmt the std libAndrew Kelley
2020-12-31Year++Frank Denis
2020-12-24Return encoded slice from base64 encodefrmdstryr
2020-08-20add license header to all std lib filesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley