aboutsummaryrefslogtreecommitdiff
path: root/std/unicode.zig
AgeCommit message (Expand)Author
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-21*WIP* std.os assumes comptime-known max path sizeAndrew Kelley
2018-08-09initial windows implementation of std.event.fs.WatchAndrew Kelley
2018-07-18fix build on windowsAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-29use explicit error sets for utf8Decode functionsJosh Wolfe
2018-04-29move some checks around in utf8Encode logic to be more zig idiomaticJosh Wolfe
2018-04-25Changed to use shifting and maskingBraedon
2018-04-25Utf8 EncodeBraedon
2018-03-06remove value judgement from std lib API docsAndrew Kelley
2018-03-05Make Utf8View public, add comments, and make iterator lowercase.Jacob Dufault
2018-02-24Add utf8 string viewMarc Tiehuis
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-26move utf8 parsing to stdJosh Wolfe