aboutsummaryrefslogtreecommitdiff
path: root/std/base64.zig
AgeCommit message (Expand)Author
2018-03-12some return types disqualify comptime fn call cachingAndrew Kelley
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-13fix const and volatile qualifiers being dropped sometimesAndrew Kelley
2017-11-20move base64 functions into structsJosh Wolfe
2017-11-20rework std.base64 apiJosh Wolfe
2017-11-14add docs for std.base64Andrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-04-17zig build system creates symlinks atomicallyAndrew Kelley