Commits
User selector
Commit History
Commits on Jul 18, 2018
Commits on Jun 28, 2018
Correct hex-float parsing
Show description for 4a35d7ecommitted
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 Jun 2, 2018
introduce [*] for unknown length pointers
Show description for f06bce5committed
Commits on Mar 24, 2018
add promise->T syntax parsing
Show description for 897e783committed
Commits on Feb 20, 2018
add async, await, suspend, resume, cancel keywords
Show description for af10b0fcommitted
Commits on Feb 15, 2018
Commits on Feb 2, 2018
Commits on Jan 24, 2018
replace %defer with errdefer
Show description for b3a6fafcommitted
Commits on Jan 23, 2018
add new kind of test: generating .h files. and more
Show description for cf39819committed
Commits on Jan 9, 2018
remove %% prefix operator
Show description for 3c09411committed
Commits on Jan 7, 2018
replace `a %% b` with `a catch b`
Show description for 632d143committedreplace `%return` with `try`
Show description for 66717dbcommitted
Commits on Dec 19, 2017
Commits on Dec 18, 2017
- committed
Commits on Oct 26, 2017
Improve invalid character error messages (#566)
Show description for 6663638authored andcommitted
Commits on Sep 28, 2017
- committed
Allow 128-bit hex float literals
Show description for 9dfe217committed
Commits on Sep 13, 2017
Commits on Sep 11, 2017
- authored andcommitted

Commits on Aug 29, 2017
introduce align keyword
Show description for c5c9d98committed
Commits on Aug 20, 2017
compile-time f32, f64 operations are now correctly lossy
Show description for 09bd4a9committed
Commits on Aug 9, 2017
more intuitive left shift and right shift operators
Show description for 35d3444committed
Commits on Aug 7, 2017
Correct floating-point literal allowed ranges
Show description for 0705b71committed
Commits on Jul 8, 2017
Commits on Jun 14, 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 13, 2017
typedefpocalypse
Show description for bf57d8acommitted
Commits on Apr 11, 2017
- committed
Commits on Mar 26, 2017
replace "&&" and "||" with "and" and "or"
Show description for 7ce753acommittednew unreachable syntax
Show description for 451ce09committed
Commits on Mar 16, 2017
introduce new test syntax
Show description for af536accommitted
Commits on Feb 12, 2017
fix tokenization assertion failure on some float numbers
Show description for 79ec5a0committed