Commits
User selector
Commit History
Commits on Jun 10, 2018
breaking syntax change: orelse keyword instead of ?? (#1096)
Show description for 77678b2authoredbreaking syntax change: ??x to x.? (#1095)
Show description for ec1b6f6authored
Commits on May 31, 2018
use * for pointer type instead of &
Show description for fcbb742committed
Commits on May 27, 2018
run zig fmt on some of the codebase
Show description for b184ae5committed
Commits on May 4, 2018
Commits on May 3, 2018
- committed
Commits on Apr 11, 2018
Commits on Apr 5, 2018
fix use-after-free in BufMap.set()
Show description for 9e8519bcommitted
Commits on Mar 6, 2018
ptrCast builtin now gives an error for removing const qualifier
Show description for 07e47c0committed
Commits on Feb 1, 2018
Commits on Jan 25, 2018
syntax: functions require return type. remove `->`
Show description for 3671582committed
Commits on Jan 24, 2018
replace %defer with errdefer
Show description for b3a6fafcommitted
Commits on Jan 7, 2018
replace `%return` with `try`
Show description for 66717dbcommitted
Commits on Dec 12, 2017
Commits on May 19, 2017
change slicing syntax from ... to ..
Show description for 051ee8ecommitted
Commits on May 3, 2017
remove test and try expressions in favor of if expressions
Show description for 644ea2dcommitted
Commits on Apr 24, 2017
blocks check that their statements are void
Show description for c6605cbcommitted
Commits on Apr 21, 2017
update syntax for try and nullable unwrapping
Show description for 0cce115committed- committed
Commits on Apr 6, 2017
Update zig build system to support user defined options
Show description for 6fbe163committed
Commits on Apr 4, 2017
zig build system improvements, add some std API
Show description for 1c6000dcommitted
Loading