aboutsummaryrefslogtreecommitdiff
path: root/std/unicode.zig
AgeCommit message (Expand)Author
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