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