aboutsummaryrefslogtreecommitdiff
path: root/std/buf_set.zig
AgeCommit message (Expand)Author
2018-03-06ptrCast builtin now gives an error for removing const qualifierAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-06Update zig build system to support user defined optionsAndrew Kelley
2017-04-04zig build system improvements, add some std APIAndrew Kelley