Commits
User selector
Commit History
Commits on Sep 13, 2017
Commits on Sep 11, 2017
- authored andcommitted

Commits on Sep 5, 2017
- committed
Commits on Sep 1, 2017
- committed
Commits on Aug 30, 2017
align syntax: align(4) instead of align 4
Show description for 052b4aecommitted
Commits on Aug 29, 2017
introduce align keyword
Show description for c5c9d98committed
Commits on Aug 14, 2017
fix tokenization error pointing to wrong character
Show description for dea90e2committed
Commits on Aug 9, 2017
more intuitive left shift and right shift operators
Show description for 35d3444committed
Commits on Jul 8, 2017
Commits on Jun 17, 2017
allow trailing commas
Show description for 1a63f27authored andcommitted
Commits on Jun 14, 2017
Commits on May 19, 2017
change slicing syntax from ... to ..
Show description for 051ee8ecommitted
Commits on May 10, 2017
inline function call with builtin function instead...
Show description for 6237411committed
Commits on May 4, 2017
implement else on loops and break can give an expression
Show description for b6a679ccommittedimplement while for nullables and error unions
Show description for 20b1491committed
Commits on May 3, 2017
change while syntax
Show description for 698829bcommittedremove test and try expressions in favor of if expressions
Show description for 644ea2dcommitted
Commits on Apr 22, 2017
slicing now returns correct const-ness
Show description for aafb0b9committed
Commits on Apr 21, 2017
update syntax for try and nullable unwrapping
Show description for 0cce115committedremove `?return` and `?defer`
Show description for d5346d7committed
Commits on Apr 14, 2017
comptime ({}) should not get an implicit semicolon
Show description for 3e93796committed
Commits on Apr 13, 2017
- committed
typedefpocalypse
Show description for bf57d8acommittedblock statement lists never get fake expressions
Show description for 3564249committedability to inline at function callsite
Show description for 41144a8committed
Commits on Apr 2, 2017
fix else-if parsing
Show description for 0594487committed- committed
- committed
- committed
- committed
fix confusion in block expression parsing
Show description for 4b9e782committedRequire top-level-declaration comptime use {}
Show description for 9968879committed
Commits on Mar 31, 2017
clean up analysis of {blocks}
Show description for 36a0157committed
Commits on Mar 26, 2017
replace "&&" and "||" with "and" and "or"
Show description for 7ce753acommittednew unreachable syntax
Show description for 451ce09committed