Commits
User selector
Commit History
Commits on Oct 9, 2019
Merge pull request #3390 from nrdmn/unicode_character_literals
Show description for 406b70aauthored
Commits on Oct 7, 2019
- committed
Commits on Oct 6, 2019
Commits on Sep 11, 2019
- authored andcommitted
Commits on Sep 6, 2019
implement `noasync` function calls
Show description for 0a3c6dbcommitted
Commits on Sep 5, 2019
- authored andcommitted
Commits on Aug 26, 2019
Commits on Aug 15, 2019
- committed
Commits on Jul 26, 2019
Commits on Jul 19, 2019
Commits on Jul 6, 2019
- committed
Commits on Jul 5, 2019
Commits on Jun 9, 2019
different array literal syntax when inferring the size
Show description for b735764committed
Commits on May 29, 2019
change `use` to `usingnamespace`
Show description for b7a8228committed
Commits on May 16, 2019
- committed
- authored andcommitted
Commits on Mar 25, 2019
implement allowzero pointer attribute
Show description for 5eaead6committed
Commits on Mar 23, 2019
character literals: allow unicode escapes
Show description for 89953eccommittedremove octal and hex floats from the language
Show description for 3e9697bcommitted
Commits on Mar 22, 2019
float literals now parse using musl's 128 bit float code
Show description for 4615ed5committed- committed
Commits on Mar 21, 2019
hex float parsing: solve another case
Show description for d04a145committedfix parsing of large hex float literals
Show description for af509c6committed
Commits on Feb 10, 2019
added C pointer type and implicit int-to-ptr for this type
Show description for b8cbe38committed
Commits on Feb 6, 2019
Commits on Jan 30, 2019
Move tokenizer error location to offending char
Show description for ad8381eauthored andcommittedsimpler implementation of `&&` and `||` hints
Show description for 9c328b4committed
Commits on Jan 25, 2019
- authored andcommitted
Commits on Nov 17, 2018
rename `section` keyword to `linksection`
Show description for 704374ecommitted
Commits on Nov 13, 2018
New Zig formal grammar (#1685)
Show description for 8139c5aauthored
Commits on Sep 26, 2018
Tweak SYMBOL_CHAR define in tokenizer.cpp
Show description for 631851fauthored andcommitted
Commits on Sep 13, 2018
remove `this`. add `@This()`.
Show description for c06a61ecommitted
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 77678b2authored