aboutsummaryrefslogtreecommitdiff
path: root/std/buf_set.zig
AgeCommit message (Expand)Author
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-25first class support for compiling C codeAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-04Made container methods that can be const, constJimmi Holst Christensen
2018-05-03Unified APIBraedon
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