aboutsummaryrefslogtreecommitdiff
path: root/std/buf_map.zig
AgeCommit message (Expand)Author
2018-12-13fixupsAndrew 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-06-09breaking syntax change: ??x to x.? (#1095)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-04-11simplify and fix BufMap logicAndrew Kelley
2018-04-05fix use-after-free in BufMap.set()Ben Noordhuis
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-12-12self-hosted: cleanup build looking for llvm-configAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-04-23blocks check that their statements are voidJosh Wolfe
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
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